Searched refs:_io_ops (Results 1 – 12 of 12) sorted by relevance
/drivers/staging/rtl8723bs/include/ |
D | rtw_io.h | 79 struct _io_ops { struct 125 struct _io_ops io_ops; argument 213 …iv(struct adapter *padapter, void (*set_intf_ops)(struct adapter *padapter, struct _io_ops *pops));
|
D | sdio_ops.h | 13 extern void sdio_set_intf_ops(struct adapter *padapter, struct _io_ops *pops);
|
/drivers/staging/rtl8712/ |
D | usb_ops.c | 183 void r8712_usb_set_intf_ops(struct _io_ops *ops) in r8712_usb_set_intf_ops() 185 memset((u8 *)ops, 0, sizeof(struct _io_ops)); in r8712_usb_set_intf_ops()
|
D | usb_ops.h | 31 void r8712_usb_set_intf_ops(struct _io_ops *pops);
|
D | rtl871x_io.h | 70 struct _io_ops { struct 122 struct _io_ops io_ops;
|
D | rtl871x_io.c | 44 void (*set_intf_ops)(struct _io_ops *pops); in _init_intf_hdl()
|
/drivers/staging/r8188eu/include/ |
D | usb_ops.h | 24 void rtl8188eu_set_intf_ops(struct _io_ops *pops);
|
D | rtw_io.h | 87 struct _io_ops { struct 128 struct _io_ops io_ops; argument 344 void (*set_intf_ops)(struct _io_ops *pops));
|
/drivers/staging/rtl8723bs/core/ |
D | rtw_io.c | 121 …riv(struct adapter *padapter, void (*set_intf_ops)(struct adapter *padapter, struct _io_ops *pops)) in rtw_init_io_priv()
|
/drivers/staging/r8188eu/hal/ |
D | usb_ops_linux.c | 537 void rtl8188eu_set_intf_ops(struct _io_ops *pops) in rtl8188eu_set_intf_ops() 540 memset((u8 *)pops, 0, sizeof(struct _io_ops)); in rtl8188eu_set_intf_ops()
|
/drivers/staging/r8188eu/core/ |
D | rtw_io.c | 284 int rtw_init_io_priv(struct adapter *padapter, void (*set_intf_ops)(struct _io_ops *pops)) in rtw_init_io_priv()
|
/drivers/staging/rtl8723bs/hal/ |
D | sdio_ops.c | 465 void sdio_set_intf_ops(struct adapter *adapter, struct _io_ops *ops) in sdio_set_intf_ops()
|