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

#include <mdio-bitbang.h>

Data Fields

struct moduleowner
 
void(* set_mdc )(struct mdiobb_ctrl *ctrl, int level)
 
void(* set_mdio_dir )(struct mdiobb_ctrl *ctrl, int output)
 
void(* set_mdio_data )(struct mdiobb_ctrl *ctrl, int value)
 
int(* get_mdio_data )(struct mdiobb_ctrl *ctrl)
 

Detailed Description

Definition at line 10 of file mdio-bitbang.h.

Field Documentation

int(* get_mdio_data)(struct mdiobb_ctrl *ctrl)

Definition at line 30 of file mdio-bitbang.h.

struct module* owner

Definition at line 11 of file mdio-bitbang.h.

Definition at line 16 of file mdio-bitbang.h.

void(* set_mdio_data)(struct mdiobb_ctrl *ctrl, int value)

Definition at line 27 of file mdio-bitbang.h.

void(* set_mdio_dir)(struct mdiobb_ctrl *ctrl, int output)

Definition at line 21 of file mdio-bitbang.h.


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