Searched refs:if_ops (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/wl12xx/
H A Dwl1251_io.h41 wl->if_ops->read(wl, addr, &response, sizeof(u32));
48 wl->if_ops->write(wl, addr, &val, sizeof(u32));
55 if (wl->if_ops->read_elp)
56 wl->if_ops->read_elp(wl, addr, &response);
58 wl->if_ops->read(wl, addr, &response, sizeof(u32));
65 if (wl->if_ops->write_elp)
66 wl->if_ops->write_elp(wl, addr, val);
68 wl->if_ops->write(wl, addr, &val, sizeof(u32));
H A Dwl1271_io.c48 wl->if_ops->disable_irq(wl);
53 wl->if_ops->enable_irq(wl);
119 wl->if_ops->reset(wl);
124 wl->if_ops->init(wl);
H A Dwl1271_io.h55 return wl->if_ops->dev(wl);
63 wl->if_ops->write(wl, addr, buf, len, fixed);
69 wl->if_ops->read(wl, addr, buf, len, fixed);
143 wl->if_ops->power(wl, false);
149 wl->if_ops->power(wl, true);
H A Dwl1251_io.c70 wl->if_ops->read(wl, physical, buf, len);
79 wl->if_ops->write(wl, physical, buf, len);
193 wl->if_ops->write(wl, HW_ACCESS_PART0_SIZE_ADDR, partition,
H A Dwl1251_sdio.c240 wl->if_ops = &wl1251_sdio_ops;
H A Dwl1251_spi.c249 wl->if_ops = &wl1251_spi_ops;
H A Dwl1271_sdio.c201 wl->if_ops = &sdio_ops;
H A Dwl1251.h271 const struct wl1251_if_operations *if_ops; member in struct:wl1251
H A Dwl1271.h328 struct wl1271_if_operations *if_ops; member in struct:wl1271
H A Dwl1271_spi.c354 wl->if_ops = &spi_ops;
H A Dwl1251_main.c49 wl->if_ops->enable_irq(wl);
54 wl->if_ops->disable_irq(wl);
161 wl->if_ops->reset(wl);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwmc3200wifi/
H A Dnetdev.c103 struct iwm_if_ops *if_ops)
115 iwm->bus_ops = if_ops;
102 iwm_if_alloc(int sizeof_bus, struct device *dev, struct iwm_if_ops *if_ops) argument
H A Diwm.h332 struct iwm_if_ops *if_ops);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/gigaset/
H A Dinterface.c131 static const struct tty_operations if_ops = { variable in typeref:struct:tty_operations
693 tty_set_operations(tty, &if_ops);

Completed in 136 milliseconds