Searched defs:if_ops (Results 1 - 7 of 7) sorted by relevance

/drivers/nfc/nfcmrvl/
H A Dnfcmrvl.h35 struct nfcmrvl_if_ops *if_ops; member in struct:nfcmrvl_private
/drivers/isdn/gigaset/
H A Dinterface.c471 static const struct tty_operations if_ops = { variable in typeref:struct:tty_operations
579 tty_set_operations(tty, &if_ops);
/drivers/net/wireless/mwifiex/
H A Dmain.c46 static int mwifiex_register(void *card, struct mwifiex_if_ops *if_ops, argument
60 memmove(&adapter->if_ops, if_ops, sizeof(struct mwifiex_if_ops));
63 if (adapter->if_ops.init_if)
64 if (adapter->if_ops.init_if(adapter))
112 if (adapter->if_ops.cleanup_if)
113 adapter->if_ops.cleanup_if(adapter);
215 if (adapter->if_ops.process_int_status)
216 adapter->if_ops.process_int_status(adapter);
229 adapter->if_ops
835 mwifiex_add_card(void *card, struct semaphore *sem, struct mwifiex_if_ops *if_ops, u8 iface_type) argument
[all...]
H A Dmain.h716 struct mwifiex_if_ops if_ops; member in struct:mwifiex_adapter
/drivers/net/wireless/ti/wl1251/
H A Dwl1251.h277 const struct wl1251_if_operations *if_ops; member in struct:wl1251
/drivers/net/wireless/ti/wlcore/
H A Dwlcore_i.h205 struct wl1271_if_operations *if_ops; member in struct:wlcore_platdev_data
H A Dwlcore.h191 struct wl1271_if_operations *if_ops; member in struct:wl1271

Completed in 6394 milliseconds