Home
last modified time | relevance | path

Searched defs:iface (Results 1 – 25 of 98) sorted by relevance

1234

/drivers/net/wireless/intersil/hostap/
Dhostap_ioctl.c19 struct hostap_interface *iface; in hostap_get_wireless_stats() local
79 struct hostap_interface *iface; in prism2_get_datarates() local
129 struct hostap_interface *iface; in prism2_ioctl_siwencode() local
231 struct hostap_interface *iface; in prism2_ioctl_giwencode() local
291 struct hostap_interface *iface; in hostap_set_rate() local
337 struct hostap_interface *iface; in prism2_ioctl_siwrate() local
398 struct hostap_interface *iface; in prism2_ioctl_giwrate() local
456 struct hostap_interface *iface; in prism2_ioctl_siwsens() local
477 struct hostap_interface *iface; in prism2_ioctl_giwsens() local
501 struct hostap_interface *iface; in prism2_ioctl_giwaplist() local
[all …]
Dhostap_cs.c48 struct hostap_interface *iface; in hfa384x_outb_debug() local
62 struct hostap_interface *iface; in hfa384x_inb_debug() local
78 struct hostap_interface *iface; in hfa384x_outw_debug() local
92 struct hostap_interface *iface; in hfa384x_inw_debug() local
109 struct hostap_interface *iface; in hfa384x_outsw_debug() local
124 struct hostap_interface *iface; in hfa384x_insw_debug() local
262 struct hostap_interface *iface = netdev_priv(dev); in sandisk_enable_wireless() local
453 struct hostap_interface *iface; in prism2_detach() local
474 struct hostap_interface *iface; in prism2_config() local
559 struct hostap_interface *iface; in prism2_release() local
[all …]
Dhostap_hw.c257 struct hostap_interface *iface; in hfa384x_cmd_issue() local
324 struct hostap_interface *iface; in hfa384x_cmd() local
500 struct hostap_interface *iface; in hfa384x_cmd_callback() local
658 struct hostap_interface *iface; in prism2_cmd_ev() local
804 struct hostap_interface *iface; in hfa384x_get_rid() local
882 struct hostap_interface *iface; in hfa384x_set_rid() local
1007 struct hostap_interface *iface; in prism2_reset_port() local
1052 struct hostap_interface *iface; in prism2_get_version_info() local
1076 struct hostap_interface *iface; in prism2_setup_rids() local
1298 struct hostap_interface *iface; in prism2_hw_init() local
[all …]
Dhostap_pci.c57 struct hostap_interface *iface; in hfa384x_outb_debug() local
74 struct hostap_interface *iface; in hfa384x_inb_debug() local
93 struct hostap_interface *iface; in hfa384x_outw_debug() local
110 struct hostap_interface *iface; in hfa384x_inw_debug() local
138 struct hostap_interface *iface; in hfa384x_outb() local
147 struct hostap_interface *iface; in hfa384x_inb() local
156 struct hostap_interface *iface; in hfa384x_outw() local
165 struct hostap_interface *iface; in hfa384x_inw() local
298 struct hostap_interface *iface; in prism2_pci_probe() local
379 struct hostap_interface *iface; in prism2_pci_remove() local
Dhostap_main.c55 struct hostap_interface *iface; in hostap_add_interface() local
105 struct hostap_interface *iface; in hostap_remove_interface() local
147 struct hostap_interface *iface, *empty, *match; in prism2_wds_add() local
208 struct hostap_interface *iface, *selected = NULL; in prism2_wds_del() local
289 struct hostap_interface *iface; in hostap_set_word() local
298 struct hostap_interface *iface; in hostap_set_string() local
604 struct hostap_interface *iface; in prism2_close() local
657 struct hostap_interface *iface; in prism2_open() local
705 struct hostap_interface *iface; in prism2_set_mac_address() local
770 struct hostap_interface *iface; in prism2_tx_timeout() local
[all …]
Dhostap_plx.c110 struct hostap_interface *iface; in hfa384x_outb_debug() local
125 struct hostap_interface *iface; in hfa384x_inb_debug() local
142 struct hostap_interface *iface; in hfa384x_outw_debug() local
157 struct hostap_interface *iface; in hfa384x_inw_debug() local
175 struct hostap_interface *iface; in hfa384x_outsw_debug() local
191 struct hostap_interface *iface; in hfa384x_insw_debug() local
442 struct hostap_interface *iface; in prism2_plx_probe() local
587 struct hostap_interface *iface; in prism2_plx_remove() local
Dhostap_80211_tx.c64 struct hostap_interface *iface; in hostap_data_start_xmit() local
272 struct hostap_interface *iface; in hostap_mgmt_start_xmit() local
318 struct hostap_interface *iface; in hostap_tx_encrypt() local
385 struct hostap_interface *iface; in hostap_master_start_xmit() local
/drivers/i2c/busses/
Dscx200_acb.c109 static void scx200_acb_machine(struct scx200_acb_iface *iface, u8 status) in scx200_acb_machine()
225 static void scx200_acb_poll(struct scx200_acb_iface *iface) in scx200_acb_poll()
255 static void scx200_acb_reset(struct scx200_acb_iface *iface) in scx200_acb_reset()
281 struct scx200_acb_iface *iface = i2c_get_adapdata(adapter); in scx200_acb_smbus_xfer() local
388 static int scx200_acb_probe(struct scx200_acb_iface *iface) in scx200_acb_probe()
426 struct scx200_acb_iface *iface; in scx200_create_iface() local
446 static int scx200_acb_create(struct scx200_acb_iface *iface) in scx200_acb_create()
480 struct scx200_acb_iface *iface; in scx200_create_dev() local
507 struct scx200_acb_iface *iface; in scx200_probe() local
527 static void scx200_cleanup_iface(struct scx200_acb_iface *iface) in scx200_cleanup_iface()
[all …]
Di2c-bfin-twi.c35 static void bfin_twi_handle_interrupt(struct bfin_twi_iface *iface, in bfin_twi_handle_interrupt()
237 struct bfin_twi_iface *iface = dev_id; in bfin_twi_interrupt_entry() local
260 struct bfin_twi_iface *iface = adap->algo_data; in bfin_twi_do_master_xfer() local
358 struct bfin_twi_iface *iface = adap->algo_data; in bfin_twi_do_smbus_xfer() local
574 struct bfin_twi_iface *iface = dev_get_drvdata(dev); in i2c_bfin_twi_suspend() local
589 struct bfin_twi_iface *iface = dev_get_drvdata(dev); in i2c_bfin_twi_resume() local
616 struct bfin_twi_iface *iface; in i2c_bfin_twi_probe() local
704 struct bfin_twi_iface *iface = platform_get_drvdata(pdev); in i2c_bfin_twi_remove() local
/drivers/usb/wusbcore/
Dcbaf.c317 struct usb_interface *iface = to_usb_interface(dev); in cbaf_wusb_chid_show() local
330 struct usb_interface *iface = to_usb_interface(dev); in cbaf_wusb_chid_store() local
364 struct usb_interface *iface = to_usb_interface(dev); in cbaf_wusb_host_name_show() local
375 struct usb_interface *iface = to_usb_interface(dev); in cbaf_wusb_host_name_store() local
391 struct usb_interface *iface = to_usb_interface(dev); in cbaf_wusb_host_band_groups_show() local
402 struct usb_interface *iface = to_usb_interface(dev); in cbaf_wusb_host_band_groups_store() local
430 struct usb_interface *iface = to_usb_interface(dev); in cbaf_wusb_cdid_show() local
443 struct usb_interface *iface = to_usb_interface(dev); in cbaf_wusb_cdid_store() local
473 struct usb_interface *iface = to_usb_interface(dev); in cbaf_wusb_device_band_groups_show() local
487 struct usb_interface *iface = to_usb_interface(dev); in cbaf_wusb_device_name_show() local
[all …]
/drivers/net/wimax/i2400m/
Dusb.c460 int i2400mu_probe(struct usb_interface *iface, in i2400mu_probe()
577 void i2400mu_disconnect(struct usb_interface *iface) in i2400mu_disconnect()
634 int i2400mu_suspend(struct usb_interface *iface, pm_message_t pm_msg) in i2400mu_suspend()
694 int i2400mu_resume(struct usb_interface *iface) in i2400mu_resume()
719 int i2400mu_reset_resume(struct usb_interface *iface) in i2400mu_reset_resume()
742 int i2400mu_pre_reset(struct usb_interface *iface) in i2400mu_pre_reset()
757 int i2400mu_post_reset(struct usb_interface *iface) in i2400mu_post_reset()
/drivers/staging/most/aim-network/
Dnetworking.c66 struct most_interface *iface; member
284 static struct net_dev_context *get_net_dev(struct most_interface *iface) in get_net_dev()
294 static struct net_dev_context *get_net_dev_hold(struct most_interface *iface) in get_net_dev_hold()
309 static int aim_probe_channel(struct most_interface *iface, int channel_idx, in aim_probe_channel()
366 static int aim_disconnect_channel(struct most_interface *iface, in aim_disconnect_channel()
413 static int aim_resume_tx_channel(struct most_interface *iface, in aim_resume_tx_channel()
540 static void on_netinfo(struct most_interface *iface, in on_netinfo()
/drivers/staging/most/aim-cdev/
Dcdev.c39 struct most_interface *iface; member
68 static struct aim_channel *get_channel(struct most_interface *iface, int id) in get_channel()
327 static int aim_disconnect_channel(struct most_interface *iface, int channel_id) in aim_disconnect_channel()
396 static int aim_tx_completion(struct most_interface *iface, int channel_id) in aim_tx_completion()
428 static int aim_probe(struct most_interface *iface, int channel_id, in aim_probe()
/drivers/net/can/c_can/
Dc_can.c49 #define C_CAN_IFACE(reg, iface) (C_CAN_IF1_##reg + (iface) * IF_ENUM_REG_LEN) argument
255 static void c_can_obj_update(struct net_device *dev, int iface, u32 cmd, u32 obj) in c_can_obj_update()
271 static inline void c_can_object_get(struct net_device *dev, int iface, in c_can_object_get()
277 static inline void c_can_object_put(struct net_device *dev, int iface, in c_can_object_put()
288 static void c_can_inval_tx_object(struct net_device *dev, int iface, int obj) in c_can_inval_tx_object()
296 static void c_can_inval_msg_object(struct net_device *dev, int iface, int obj) in c_can_inval_msg_object()
305 static void c_can_setup_tx_object(struct net_device *dev, int iface, in c_can_setup_tx_object()
360 int iface) in c_can_activate_all_lower_rx_msg_obj()
369 int iface, int objno, u32 ctrl) in c_can_handle_lost_msg_obj()
395 static int c_can_read_msg_object(struct net_device *dev, int iface, u32 ctrl) in c_can_read_msg_object()
[all …]
/drivers/media/platform/omap3isp/
Dispcsiphy.c27 enum isp_interface_type iface, in csiphy_routing_cfg_3630()
71 static void csiphy_routing_cfg_3430(struct isp_csiphy *phy, u32 iface, bool on, in csiphy_routing_cfg_3430()
105 enum isp_interface_type iface, bool on, in csiphy_routing_cfg()
/drivers/usb/storage/
Dusb.c185 int usb_stor_suspend(struct usb_interface *iface, pm_message_t message) in usb_stor_suspend()
205 int usb_stor_resume(struct usb_interface *iface) in usb_stor_resume()
219 int usb_stor_reset_resume(struct usb_interface *iface) in usb_stor_reset_resume()
241 int usb_stor_pre_reset(struct usb_interface *iface) in usb_stor_pre_reset()
251 int usb_stor_post_reset(struct usb_interface *iface) in usb_stor_post_reset()
/drivers/of/
Dof_mdio.c323 phy_interface_t iface) in of_phy_connect()
357 phy_interface_t iface; in of_phy_get_and_connect() local
390 phy_interface_t iface) in of_phy_attach()
/drivers/staging/most/aim-sound/
Dsound.c50 struct most_interface *iface; member
163 static struct channel *get_channel(struct most_interface *iface, in get_channel()
556 static int audio_probe_channel(struct most_interface *iface, int channel_id, in audio_probe_channel()
651 static int audio_disconnect_channel(struct most_interface *iface, in audio_disconnect_channel()
711 static int audio_tx_completion(struct most_interface *iface, int channel_id) in audio_tx_completion()
/drivers/staging/most/mostcore/
Dcore.c56 struct most_interface *iface; member
76 struct most_interface *iface; member
1345 most_c_obj *get_channel_by_iface(struct most_interface *iface, int id) in get_channel_by_iface()
1365 int channel_has_mbo(struct most_interface *iface, int id, struct most_aim *aim) in channel_has_mbo()
1394 struct mbo *most_get_mbo(struct most_interface *iface, int id, in most_get_mbo()
1499 int most_start_channel(struct most_interface *iface, int id, in most_start_channel()
1569 int most_stop_channel(struct most_interface *iface, int id, in most_stop_channel()
1695 struct kobject *most_register_interface(struct most_interface *iface) in most_register_interface()
1786 void most_deregister_interface(struct most_interface *iface) in most_deregister_interface()
1825 void most_stop_enqueue(struct most_interface *iface, int id) in most_stop_enqueue()
[all …]
/drivers/input/mouse/
Dappletouch.c842 static int atp_probe(struct usb_interface *iface, in atp_probe()
955 static void atp_disconnect(struct usb_interface *iface) in atp_disconnect()
985 static int atp_suspend(struct usb_interface *iface, pm_message_t message) in atp_suspend()
993 static int atp_resume(struct usb_interface *iface) in atp_resume()
1003 static int atp_reset_resume(struct usb_interface *iface) in atp_reset_resume()
/drivers/staging/lustre/lnet/klnds/socklnd/
Dsocklnd.c50 struct ksock_interface *iface; in ksocknal_ip2iface() local
221 struct ksock_interface *iface; in ksocknal_unlink_peer_locked() local
328 struct ksock_interface *iface; in ksocknal_associate_route_conn_locked() local
414 struct ksock_interface *iface; in ksocknal_del_route_locked() local
721 ksocknal_match_peerip(struct ksock_interface *iface, __u32 *ips, int nips) in ksocknal_match_peerip()
757 struct ksock_interface *iface; in ksocknal_select_ips() local
874 struct ksock_interface *iface; in ksocknal_create_routes() local
1989 struct ksock_interface *iface; in ksocknal_add_interface() local
2145 struct ksock_interface *iface; in ksocknal_ctl() local
/drivers/uwb/
Dhwa-rc.c691 struct usb_interface *iface = hwarc->usb_iface; in hwarc_neep_init() local
818 static int hwarc_probe(struct usb_interface *iface, in hwarc_probe()
883 static void hwarc_disconnect(struct usb_interface *iface) in hwarc_disconnect()
896 static int hwarc_pre_reset(struct usb_interface *iface) in hwarc_pre_reset()
905 static int hwarc_post_reset(struct usb_interface *iface) in hwarc_post_reset()
/drivers/net/ethernet/stmicro/stmmac/
Ddwmac-sti.c34 #define IS_PHY_IF_MODE_RGMII(iface) (iface == PHY_INTERFACE_MODE_RGMII || \ argument
39 #define IS_PHY_IF_MODE_GBIT(iface) (IS_PHY_IF_MODE_RGMII(iface) || \ argument
234 int iface = dwmac->interface; in sti_dwmac_set_mode() local
/drivers/staging/most/aim-v4l2/
Dvideo.c37 struct most_interface *iface; member
403 struct most_interface *iface, int channel_idx) in get_aim_dev()
488 static int aim_probe_channel(struct most_interface *iface, int channel_idx, in aim_probe_channel()
550 static int aim_disconnect_channel(struct most_interface *iface, in aim_disconnect_channel()
/drivers/uwb/i1480/dfu/
Dusb.c63 int i1480_usb_create(struct i1480_usb *i1480_usb, struct usb_interface *iface) in i1480_usb_create()
342 int i1480_usb_probe(struct usb_interface *iface, const struct usb_device_id *id) in i1480_usb_probe()

1234