Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ipack_driver_ops Struct Reference

#include <ipack.h>

Data Fields

int(* probe )(struct ipack_device *dev)
 
void(* remove )(struct ipack_device *dev)
 

Detailed Description

struct ipack_driver_ops – callbacks to mezzanine driver for installing/removing one device

: Probe function : tell the driver that the carrier board wants to remove one device

Definition at line 93 of file ipack.h.

Field Documentation

int(* probe)(struct ipack_device *dev)

Definition at line 94 of file ipack.h.

void(* remove)(struct ipack_device *dev)

Definition at line 95 of file ipack.h.


The documentation for this struct was generated from the following file: