Home
last modified time | relevance | path

Searched defs:intf (Results 1 – 25 of 451) sorted by relevance

12345678910>>...19

/linux/drivers/greybus/
H A Dinterface.c48 static int gb_interface_dme_attr_get(struct gb_interface *intf, in gb_interface_dme_attr_get()
55 static int gb_interface_read_ara_dme(struct gb_interface *intf) in gb_interface_read_ara_dme()
93 static int gb_interface_read_dme(struct gb_interface *intf) in gb_interface_read_dme()
126 static int gb_interface_route_create(struct gb_interface *intf) in gb_interface_route_create()
172 static void gb_interface_route_destroy(struct gb_interface *intf) in gb_interface_route_destroy()
185 static int gb_interface_legacy_mode_switch(struct gb_interface *intf) in gb_interface_legacy_mode_switch()
205 void gb_interface_mailbox_event(struct gb_interface *intf, u16 result, in gb_interface_mailbox_event()
252 struct gb_interface *intf; in gb_interface_mode_switch_work() local
320 int gb_interface_request_mode_switch(struct gb_interface *intf) in gb_interface_request_mode_switch()
360 static int gb_interface_read_and_clear_init_status(struct gb_interface *intf) in gb_interface_read_and_clear_init_status()
[all …]
H A Dmanifest.c51 static void release_manifest_descriptors(struct gb_interface *intf) in release_manifest_descriptors()
76 static struct manifest_desc *get_next_bundle_desc(struct gb_interface *intf) in get_next_bundle_desc()
98 static int identify_descriptor(struct gb_interface *intf, in identify_descriptor()
185 static char *gb_string_get(struct gb_interface *intf, u8 string_id) in gb_string_get()
230 struct gb_interface *intf = bundle->intf; in gb_manifest_parse_cports() local
312 static u32 gb_manifest_parse_bundles(struct gb_interface *intf) in gb_manifest_parse_bundles()
388 static bool gb_manifest_parse_interface(struct gb_interface *intf, in gb_manifest_parse_interface()
452 bool gb_manifest_parse(struct gb_interface *intf, void *data, size_t size) in gb_manifest_parse()
/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_interrupts.c22 #define MDP_INTF_OFF(intf) (0x6A000 + 0x800 * (intf)) argument
23 #define MDP_INTF_INTR_EN(intf) (MDP_INTF_OFF(intf) + 0x1c0) argument
24 #define MDP_INTF_INTR_STATUS(intf) (MDP_INTF_OFF(intf) + 0x1c4) argument
25 #define MDP_INTF_INTR_CLEAR(intf) (MDP_INTF_OFF(intf) + 0x1c8) argument
26 #define MDP_INTF_TEAR_OFF(intf) (0x6D700 + 0x100 * (intf)) argument
27 #define MDP_INTF_INTR_TEAR_EN(intf) (MDP_INTF_TEAR_OFF(intf) + 0x000) argument
28 #define MDP_INTF_INTR_TEAR_STATUS(intf) (MDP_INTF_TEAR_OFF(intf) + 0x004) argument
29 #define MDP_INTF_INTR_TEAR_CLEAR(intf) (MDP_INTF_TEAR_OFF(intf) + 0x008) argument
34 #define MDP_INTF_REV_7xxx_OFF(intf) (0x34000 + 0x1000 * (intf)) argument
35 #define MDP_INTF_REV_7xxx_INTR_EN(intf) (MDP_INTF_REV_7xxx_OFF(intf) + 0x1c0) argument
[all …]
/linux/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp_ethtool.c94 static void bcmasp_update_mib_counters(struct bcmasp_intf *intf) in bcmasp_update_mib_counters()
127 struct bcmasp_intf *intf = netdev_priv(dev); in bcmasp_get_ethtool_stats() local
150 struct bcmasp_intf *intf = netdev_priv(dev); in bcmasp_get_msglevel() local
157 struct bcmasp_intf *intf = netdev_priv(dev); in bcmasp_set_msglevel() local
165 struct bcmasp_intf *intf = netdev_priv(dev); in bcmasp_get_wol() local
177 struct bcmasp_intf *intf = netdev_priv(dev); in bcmasp_set_wol() local
198 struct bcmasp_intf *intf = netdev_priv(dev); in bcmasp_flow_insert() local
242 struct bcmasp_intf *intf = netdev_priv(dev); in bcmasp_flow_delete() local
254 static int bcmasp_flow_get(struct bcmasp_intf *intf, struct ethtool_rxnfc *cmd) in bcmasp_flow_get()
271 struct bcmasp_intf *intf = netdev_priv(dev); in bcmasp_set_rxnfc() local
[all …]
H A Dbcmasp_intf_defs.h5 #define UMC_OFFSET(intf) \ argument
134 #define RGMII_OFFSET(intf) \ argument
160 #define TX_SPB_DMA_OFFSET(intf) \ argument
170 #define TX_SPB_CTRL_OFFSET(intf) \ argument
177 #define TX_SPB_TOP_OFFSET(intf) \ argument
182 #define TX_EPKT_C_OFFSET(intf) \ argument
190 #define TX_PAUSE_CTRL_OFFSET(intf) \ argument
194 #define RX_EDPKT_DMA_OFFSET(intf) \ argument
205 #define RX_EDPKT_CFG_OFFSET(intf) \ argument
226 #define RX_SPB_DMA_OFFSET(intf) \ argument
[all …]
/linux/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_encoder.c27 int intf = mdp5_encoder->intf->num; in mdp5_vid_encoder_mode_set() local
127 struct mdp5_interface *intf = mdp5_encoder->intf; in mdp5_vid_encoder_disable() local
159 struct mdp5_interface *intf = mdp5_encoder->intf; in mdp5_vid_encoder_enable() local
182 struct mdp5_interface *intf = mdp5_encoder->intf; in mdp5_encoder_mode_set() local
193 struct mdp5_interface *intf = mdp5_encoder->intf; in mdp5_encoder_disable() local
204 struct mdp5_interface *intf = mdp5_encoder->intf; in mdp5_encoder_enable() local
222 struct mdp5_interface *intf = mdp5_encoder->intf; in mdp5_encoder_atomic_check() local
252 int intf = mdp5_encoder->intf->num; in mdp5_encoder_get_linecount() local
261 int intf = mdp5_encoder->intf->num; in mdp5_encoder_get_framecount() local
269 struct mdp5_interface *intf = mdp5_encoder->intf; in mdp5_encoder_set_intf_mode() local
[all …]
/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00debug.c112 struct rt2x00debug_intf *intf = rt2x00dev->debugfs_intf; in rt2x00debug_update_crypto() local
133 struct rt2x00debug_intf *intf = rt2x00dev->debugfs_intf; in rt2x00debug_dump_frame() local
194 struct rt2x00debug_intf *intf = inode->i_private; in rt2x00debug_file_open() local
206 struct rt2x00debug_intf *intf = file->private_data; in rt2x00debug_file_release() local
215 struct rt2x00debug_intf *intf = inode->i_private; in rt2x00debug_open_queue_dump() local
232 struct rt2x00debug_intf *intf = inode->i_private; in rt2x00debug_release_queue_dump() local
246 struct rt2x00debug_intf *intf = file->private_data; in rt2x00debug_read_queue_dump() local
278 struct rt2x00debug_intf *intf = file->private_data; in rt2x00debug_poll_queue_dump() local
302 struct rt2x00debug_intf *intf = file->private_data; in rt2x00debug_read_queue_stats() local
361 struct rt2x00debug_intf *intf = file->private_data; in rt2x00debug_read_crypto_stats() local
[all …]
/linux/drivers/media/usb/dvb-usb-v2/
H A Daf9035.c39 struct usb_interface *intf = d->intf; in af9035_ctrl_msg() local
116 struct usb_interface *intf = d->intf; in af9035_wr_regs() local
185 struct usb_interface *intf = d->intf; in af9035_add_i2c_dev() local
236 struct usb_interface *intf = d->intf; in af9035_del_i2c_dev() local
494 struct usb_interface *intf = d->intf; in af9035_identify_state() local
605 struct usb_interface *intf = d->intf; in af9035_download_firmware_old() local
690 struct usb_interface *intf = d->intf; in af9035_download_firmware_new() local
735 struct usb_interface *intf = d->intf; in af9035_download_firmware() local
834 struct usb_interface *intf = d->intf; in af9035_read_config() local
1024 struct usb_interface *intf = d->intf; in af9035_tua9001_tuner_callback() local
[all …]
H A Daf9015.c22 struct usb_interface *intf = d->intf; in af9015_ctrl_msg() local
144 struct usb_interface *intf = d->intf; in af9015_i2c_xfer() local
270 struct usb_interface *intf = d->intf; in af9015_identify_state() local
293 struct usb_interface *intf = d->intf; in af9015_download_firmware() local
342 struct usb_interface *intf = d->intf; in af9015_eeprom_hash() local
375 struct usb_interface *intf = d->intf; in af9015_read_config() local
542 struct usb_interface *intf = d->intf; in af9015_get_stream_config() local
556 struct usb_interface *intf = d->intf; in af9015_streaming_ctrl() local
766 struct usb_interface *intf = d->intf; in af9015_copy_firmware() local
848 struct usb_interface *intf = d->intf; in af9015_af9013_frontend_attach() local
[all …]
H A Dzd1301.c29 struct usb_interface *intf = d->intf; in zd1301_ctrl_msg() local
88 struct usb_interface *intf = d->intf; in zd1301_demod_wreg() local
106 struct usb_interface *intf = d->intf; in zd1301_demod_rreg() local
127 struct usb_interface *intf = d->intf; in zd1301_frontend_attach() local
205 struct usb_interface *intf = d->intf; in zd1301_frontend_detach() local
232 struct usb_interface *intf = d->intf; in zd1301_streaming_ctrl() local
/linux/drivers/char/ipmi/
H A Dipmi_msghandler.c191 struct ipmi_smi *intf; member
641 #define ipmi_inc_stat(intf, stat) \ argument
643 #define ipmi_get_stat(intf, stat) \ argument
701 struct ipmi_smi *intf = container_of(ref, struct ipmi_smi, refcount); in intf_free() local
726 struct ipmi_smi *intf; in ipmi_smi_watcher_register() local
938 static int deliver_response(struct ipmi_smi *intf, struct ipmi_recv_msg *msg) in deliver_response()
973 static void deliver_local_response(struct ipmi_smi *intf, in deliver_local_response()
982 static void deliver_err_response(struct ipmi_smi *intf, in deliver_err_response()
993 static void smi_add_watch(struct ipmi_smi *intf, unsigned int flags) in smi_add_watch()
1018 static void smi_remove_watch(struct ipmi_smi *intf, unsigned int flags) in smi_remove_watch()
[all …]
/linux/drivers/input/joystick/
H A Dpxrc.c25 struct usb_interface *intf; member
117 static int pxrc_probe(struct usb_interface *intf, in pxrc_probe()
199 static void pxrc_disconnect(struct usb_interface *intf) in pxrc_disconnect()
204 static int pxrc_suspend(struct usb_interface *intf, pm_message_t message) in pxrc_suspend()
215 static int pxrc_resume(struct usb_interface *intf) in pxrc_resume()
226 static int pxrc_pre_reset(struct usb_interface *intf) in pxrc_pre_reset()
235 static int pxrc_post_reset(struct usb_interface *intf) in pxrc_post_reset()
248 static int pxrc_reset_resume(struct usb_interface *intf) in pxrc_reset_resume()
/linux/drivers/usb/core/
H A Ddriver.c230 static const struct usb_device_id *usb_match_dynamic_id(struct usb_interface *intf, in usb_match_dynamic_id()
321 struct usb_interface *intf = to_usb_interface(dev); in usb_probe_interface() local
431 struct usb_interface *intf = to_usb_interface(dev); in usb_unbind_interface() local
519 struct usb_interface *intf = to_usb_interface(dev); in usb_shutdown_interface() local
688 struct usb_host_interface *intf, in usb_match_one_id_intf()
725 struct usb_host_interface *intf; in usb_match_one_id() local
892 struct usb_interface *intf; in usb_device_match() local
922 const struct usb_interface *intf = to_usb_interface(dev); in usb_uevent() local
1128 void usb_forced_unbind_intf(struct usb_interface *intf) in usb_forced_unbind_intf()
1149 struct usb_interface *intf; in unbind_marked_interfaces() local
[all …]
/linux/drivers/usb/misc/
H A Dlvstest.c23 struct usb_interface *intf; member
40 static struct usb_device *create_lvs_device(struct usb_interface *intf) in create_lvs_device()
104 struct usb_interface *intf = to_usb_interface(dev); in u3_entry_store() local
133 struct usb_interface *intf = to_usb_interface(dev); in u3_exit_store() local
162 struct usb_interface *intf = to_usb_interface(dev); in hot_reset_store() local
181 struct usb_interface *intf = to_usb_interface(dev); in warm_reset_store() local
200 struct usb_interface *intf = to_usb_interface(dev); in u2_timeout_store() local
229 struct usb_interface *intf = to_usb_interface(dev); in u1_timeout_store() local
258 struct usb_interface *intf = to_usb_interface(dev); in get_dev_desc_store() local
296 struct usb_interface *intf = to_usb_interface(dev); in enable_compliance_store() local
[all …]
H A Dusbsevseg.c36 struct usb_interface *intf; member
167 struct usb_interface *intf = to_usb_interface(dev); in text_show() local
176 struct usb_interface *intf = to_usb_interface(dev); in text_store() local
198 struct usb_interface *intf = to_usb_interface(dev); in decimals_show() local
220 struct usb_interface *intf = to_usb_interface(dev); in decimals_store() local
247 struct usb_interface *intf = to_usb_interface(dev); in textmode_show() local
273 struct usb_interface *intf = to_usb_interface(dev); in textmode_store() local
346 static int sevseg_suspend(struct usb_interface *intf, pm_message_t message) in sevseg_suspend()
356 static int sevseg_resume(struct usb_interface *intf) in sevseg_resume()
368 static int sevseg_reset_resume(struct usb_interface *intf) in sevseg_reset_resume()
H A Dcytherm.c69 struct usb_interface *intf = to_usb_interface(dev); in brightness_show() local
78 struct usb_interface *intf = to_usb_interface(dev); in brightness_store() local
119 struct usb_interface *intf = to_usb_interface(dev); in temp_show() local
156 struct usb_interface *intf = to_usb_interface(dev); in button_show() local
185 struct usb_interface *intf = to_usb_interface(dev); in port0_show() local
209 struct usb_interface *intf = to_usb_interface(dev); in port0_store() local
240 struct usb_interface *intf = to_usb_interface(dev); in port1_show() local
264 struct usb_interface *intf = to_usb_interface(dev); in port1_store() local
/linux/drivers/usb/atm/
H A Dxusbatm.c41 struct usb_interface *intf; in xusbatm_find_intf() local
53 struct usb_interface *intf, int altsetting, int claim) in xusbatm_capture_intf()
70 static void xusbatm_release_intf(struct usb_device *usb_dev, struct usb_interface *intf, int claime… in xusbatm_release_intf()
79 struct usb_interface *intf, const struct usb_device_id *id) in xusbatm_bind()
131 struct usb_interface *intf) in xusbatm_unbind()
160 static int xusbatm_usb_probe(struct usb_interface *intf, in xusbatm_usb_probe()
/linux/drivers/net/wireless/mediatek/mt76/mt76x2/
H A Dusb.c31 static int mt76x2u_probe(struct usb_interface *intf, in mt76x2u_probe()
92 static void mt76x2u_disconnect(struct usb_interface *intf) in mt76x2u_disconnect()
106 static int __maybe_unused mt76x2u_suspend(struct usb_interface *intf, in mt76x2u_suspend()
116 static int __maybe_unused mt76x2u_resume(struct usb_interface *intf) in mt76x2u_resume()
/linux/drivers/input/mouse/
H A Dsynaptics_usb.c77 struct usb_interface *intf; member
291 static int synusb_probe(struct usb_interface *intf, in synusb_probe()
455 static void synusb_disconnect(struct usb_interface *intf) in synusb_disconnect()
473 static int synusb_suspend(struct usb_interface *intf, pm_message_t message) in synusb_suspend()
484 static int synusb_resume(struct usb_interface *intf) in synusb_resume()
501 static int synusb_pre_reset(struct usb_interface *intf) in synusb_pre_reset()
511 static int synusb_post_reset(struct usb_interface *intf) in synusb_post_reset()
526 static int synusb_reset_resume(struct usb_interface *intf) in synusb_reset_resume()
/linux/drivers/net/usb/
H A Dhuawei_cdc_ncm.c52 static int huawei_cdc_ncm_wdm_manage_power(struct usb_interface *intf, in huawei_cdc_ncm_wdm_manage_power()
66 struct usb_interface *intf) in huawei_cdc_ncm_bind()
117 struct usb_interface *intf) in huawei_cdc_ncm_unbind()
129 static int huawei_cdc_ncm_suspend(struct usb_interface *intf, in huawei_cdc_ncm_suspend()
157 static int huawei_cdc_ncm_resume(struct usb_interface *intf) in huawei_cdc_ncm_resume()
/linux/drivers/net/wireless/intersil/p54/
H A Dp54usb.c121 u32 intf; member
924 struct usb_interface *intf = priv->intf; in p54u_load_firmware_cb() local
954 struct usb_interface *intf) in p54u_load_firmware()
984 static int p54u_probe(struct usb_interface *intf, in p54u_probe()
1055 static void p54u_disconnect(struct usb_interface *intf) in p54u_disconnect()
1071 static int p54u_pre_reset(struct usb_interface *intf) in p54u_pre_reset()
1082 static int p54u_resume(struct usb_interface *intf) in p54u_resume()
1097 static int p54u_post_reset(struct usb_interface *intf) in p54u_post_reset()
1117 static int p54u_suspend(struct usb_interface *intf, pm_message_t message) in p54u_suspend()
/linux/drivers/comedi/
H A Dcomedi_usb.c41 struct usb_interface *intf = comedi_to_usb_interface(dev); in comedi_to_usb_dev() local
62 int comedi_usb_auto_config(struct usb_interface *intf, in comedi_usb_auto_config()
84 void comedi_usb_auto_unconfig(struct usb_interface *intf) in comedi_usb_auto_unconfig()
/linux/drivers/hid/usbhid/
H A Dhid-core.c187 struct usb_interface *intf = usbhid->intf; in usbhid_mark_busy() local
877 struct usb_interface *intf = usbhid->intf; in usbhid_get_raw_report() local
910 struct usb_interface *intf = usbhid->intf; in usbhid_set_raw_report() local
983 struct usb_interface *intf = to_usb_interface(hid->dev.parent); in usbhid_parse() local
1067 struct usb_interface *intf = to_usb_interface(hid->dev.parent); in usbhid_start() local
1309 struct usb_interface *intf = to_usb_interface(hid->dev.parent); in usbhid_idle() local
1347 static int usbhid_probe(struct usb_interface *intf, const struct usb_device_id *id) in usbhid_probe()
1450 static void usbhid_disconnect(struct usb_interface *intf) in usbhid_disconnect()
1512 static int hid_pre_reset(struct usb_interface *intf) in hid_pre_reset()
1526 static int hid_post_reset(struct usb_interface *intf) in hid_post_reset()
[all …]
/linux/drivers/input/tablet/
H A Dpegasus_notetaker.c79 struct usb_interface *intf; member
271 static int pegasus_probe(struct usb_interface *intf, in pegasus_probe()
403 static void pegasus_disconnect(struct usb_interface *intf) in pegasus_disconnect()
418 static int pegasus_suspend(struct usb_interface *intf, pm_message_t message) in pegasus_suspend()
430 static int pegasus_resume(struct usb_interface *intf) in pegasus_resume()
442 static int pegasus_reset_resume(struct usb_interface *intf) in pegasus_reset_resume()
/linux/drivers/usb/storage/
H A Duas-detect.h6 static int uas_is_interface(struct usb_host_interface *intf) in uas_is_interface()
14 struct usb_interface *intf) in uas_find_uas_alt_setting()
55 static int uas_use_uas_driver(struct usb_interface *intf, in uas_use_uas_driver()

12345678910>>...19