Home
last modified time | relevance | path

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

12345678910>>...21

/linux-6.12.1/drivers/net/ethernet/broadcom/asp2/
Dbcmasp_intf.c57 static void bcmasp_enable_tx(struct bcmasp_intf *intf, int en) in bcmasp_enable_tx()
71 static void bcmasp_enable_rx(struct bcmasp_intf *intf, int en) in bcmasp_enable_rx()
83 struct bcmasp_intf *intf = netdev_priv(dev); in bcmasp_set_rx_mode() local
135 static void bcmasp_clean_txcb(struct bcmasp_intf *intf, int index) in bcmasp_clean_txcb()
145 static int tx_spb_ring_full(struct bcmasp_intf *intf, int cnt) in tx_spb_ring_full()
163 struct bcmasp_intf *intf = netdev_priv(dev); in bcmasp_csum_offload() local
234 static unsigned long bcmasp_rx_edpkt_dma_rq(struct bcmasp_intf *intf) in bcmasp_rx_edpkt_dma_rq()
239 static void bcmasp_rx_edpkt_cfg_wq(struct bcmasp_intf *intf, dma_addr_t addr) in bcmasp_rx_edpkt_cfg_wq()
244 static void bcmasp_rx_edpkt_dma_wq(struct bcmasp_intf *intf, dma_addr_t addr) in bcmasp_rx_edpkt_dma_wq()
249 static unsigned long bcmasp_tx_spb_dma_rq(struct bcmasp_intf *intf) in bcmasp_tx_spb_dma_rq()
[all …]
Dbcmasp_ethtool.c74 static u16 bcmasp_stat_fixup_offset(struct bcmasp_intf *intf, in bcmasp_stat_fixup_offset()
119 static void bcmasp_update_mib_counters(struct bcmasp_intf *intf) in bcmasp_update_mib_counters()
155 struct bcmasp_intf *intf = netdev_priv(dev); in bcmasp_get_ethtool_stats() local
178 struct bcmasp_intf *intf = netdev_priv(dev); in bcmasp_get_msglevel() local
185 struct bcmasp_intf *intf = netdev_priv(dev); in bcmasp_set_msglevel() local
193 struct bcmasp_intf *intf = netdev_priv(dev); in bcmasp_get_wol() local
205 struct bcmasp_intf *intf = netdev_priv(dev); in bcmasp_set_wol() local
226 struct bcmasp_intf *intf = netdev_priv(dev); in bcmasp_flow_insert() local
270 struct bcmasp_intf *intf = netdev_priv(dev); in bcmasp_flow_delete() local
282 static int bcmasp_flow_get(struct bcmasp_intf *intf, struct ethtool_rxnfc *cmd) in bcmasp_flow_get()
[all …]
Dbcmasp.c34 void bcmasp_enable_phy_irq(struct bcmasp_intf *intf, int en) in bcmasp_enable_phy_irq()
48 void bcmasp_enable_tx_irq(struct bcmasp_intf *intf, int en) in bcmasp_enable_tx_irq()
59 void bcmasp_enable_rx_irq(struct bcmasp_intf *intf, int en) in bcmasp_enable_rx_irq()
81 static void bcmasp_intr2_handling(struct bcmasp_intf *intf, u32 status) in bcmasp_intr2_handling()
104 struct bcmasp_intf *intf; in bcmasp_isr() local
124 void bcmasp_flush_rx_port(struct bcmasp_intf *intf) in bcmasp_flush_rx_port()
514 void bcmasp_netfilt_suspend(struct bcmasp_intf *intf) in bcmasp_netfilt_suspend()
548 int bcmasp_netfilt_get_all_active(struct bcmasp_intf *intf, u32 *rule_locs, in bcmasp_netfilt_get_all_active()
575 int bcmasp_netfilt_get_active(struct bcmasp_intf *intf) in bcmasp_netfilt_get_active()
597 bool bcmasp_netfilt_check_dup(struct bcmasp_intf *intf, in bcmasp_netfilt_check_dup()
[all …]
Dbcmasp_intf_defs.h5 #define UMC_OFFSET(intf) \ argument
135 #define RGMII_OFFSET(intf) \ argument
161 #define TX_SPB_DMA_OFFSET(intf) \ argument
171 #define TX_SPB_CTRL_OFFSET(intf) \ argument
178 #define TX_SPB_TOP_OFFSET(intf) \ argument
183 #define TX_EPKT_C_OFFSET(intf) \ argument
191 #define TX_PAUSE_CTRL_OFFSET(intf) \ argument
195 #define RX_EDPKT_DMA_OFFSET(intf) \ argument
206 #define RX_EDPKT_CFG_OFFSET(intf) \ argument
227 #define RX_SPB_DMA_OFFSET(intf) \ argument
[all …]
/linux-6.12.1/drivers/greybus/
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 …]
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-6.12.1/drivers/gpu/drm/msm/disp/dpu1/
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 …]
Ddpu_hw_intf.c99 static void dpu_hw_intf_setup_timing_engine(struct dpu_hw_intf *intf, in dpu_hw_intf_setup_timing_engine()
257 struct dpu_hw_intf *intf, in dpu_hw_intf_enable_timing_engine()
266 struct dpu_hw_intf *intf, in dpu_hw_intf_setup_prg_fetch()
290 struct dpu_hw_intf *intf, in dpu_hw_intf_bind_pingpong_blk()
308 struct dpu_hw_intf *intf, in dpu_hw_intf_get_status()
329 static u32 dpu_hw_intf_get_line_count(struct dpu_hw_intf *intf) in dpu_hw_intf_get_line_count()
341 static void dpu_hw_intf_setup_misr(struct dpu_hw_intf *intf) in dpu_hw_intf_setup_misr()
346 static int dpu_hw_intf_collect_misr(struct dpu_hw_intf *intf, u32 *misr_value) in dpu_hw_intf_collect_misr()
351 static int dpu_hw_intf_enable_te(struct dpu_hw_intf *intf, in dpu_hw_intf_enable_te()
384 static void dpu_hw_intf_setup_autorefresh_config(struct dpu_hw_intf *intf, in dpu_hw_intf_setup_autorefresh_config()
[all …]
/linux-6.12.1/drivers/gpu/drm/msm/disp/mdp5/
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-6.12.1/drivers/net/wireless/ralink/rt2x00/
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-6.12.1/drivers/media/usb/dvb-usb-v2/
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
488 struct usb_interface *intf = d->intf; in af9035_identify_state() local
599 struct usb_interface *intf = d->intf; in af9035_download_firmware_old() local
684 struct usb_interface *intf = d->intf; in af9035_download_firmware_new() local
729 struct usb_interface *intf = d->intf; in af9035_download_firmware() local
828 struct usb_interface *intf = d->intf; in af9035_read_config() local
1018 struct usb_interface *intf = d->intf; in af9035_tua9001_tuner_callback() local
[all …]
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 …]
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-6.12.1/drivers/char/ipmi/
Dipmi_msghandler.c197 struct ipmi_smi *intf; member
643 #define ipmi_inc_stat(intf, stat) \ argument
645 #define ipmi_get_stat(intf, stat) \ argument
701 static void clean_up_interface_data(struct ipmi_smi *intf) in clean_up_interface_data()
733 struct ipmi_smi *intf = container_of(ref, struct ipmi_smi, refcount); in intf_free() local
741 struct ipmi_smi *intf; in ipmi_smi_watcher_register() local
922 static int deliver_response(struct ipmi_smi *intf, struct ipmi_recv_msg *msg) in deliver_response()
961 static void deliver_local_response(struct ipmi_smi *intf, in deliver_local_response()
970 static void deliver_err_response(struct ipmi_smi *intf, in deliver_err_response()
981 static void smi_add_watch(struct ipmi_smi *intf, unsigned int flags) in smi_add_watch()
[all …]
/linux-6.12.1/drivers/usb/core/
Ddriver.c231 static const struct usb_device_id *usb_match_dynamic_id(struct usb_interface *intf, in usb_match_dynamic_id()
324 struct usb_interface *intf = to_usb_interface(dev); in usb_probe_interface() local
434 struct usb_interface *intf = to_usb_interface(dev); in usb_unbind_interface() local
522 struct usb_interface *intf = to_usb_interface(dev); in usb_shutdown_interface() local
691 struct usb_host_interface *intf, in usb_match_one_id_intf()
728 struct usb_host_interface *intf; in usb_match_one_id() local
895 struct usb_interface *intf; in usb_device_match() local
925 const struct usb_interface *intf = to_usb_interface(dev); in usb_uevent() local
1133 void usb_forced_unbind_intf(struct usb_interface *intf) in usb_forced_unbind_intf()
1154 struct usb_interface *intf; in unbind_marked_interfaces() local
[all …]
/linux-6.12.1/drivers/input/joystick/
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-6.12.1/drivers/usb/misc/
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 …]
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()
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-6.12.1/drivers/usb/atm/
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-6.12.1/drivers/net/wireless/mediatek/mt76/mt76x2/
Dusb.c28 static int mt76x2u_probe(struct usb_interface *intf, in mt76x2u_probe()
88 static void mt76x2u_disconnect(struct usb_interface *intf) in mt76x2u_disconnect()
102 static int __maybe_unused mt76x2u_suspend(struct usb_interface *intf, in mt76x2u_suspend()
112 static int __maybe_unused mt76x2u_resume(struct usb_interface *intf) in mt76x2u_resume()
/linux-6.12.1/drivers/input/mouse/
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-6.12.1/drivers/net/usb/
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-6.12.1/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_npc_fs.c60 bool npc_is_feature_supported(struct rvu *rvu, u64 features, u8 intf) in npc_is_feature_supported()
85 u8 nr_bits, int start_kwi, int offset, u8 intf) in npc_set_kw_masks()
139 static bool npc_is_field_present(struct rvu *rvu, enum key_fields type, u8 intf) in npc_is_field_present()
159 u64 cfg, u8 lid, u8 lt, u8 intf) in npc_set_layer_mdata()
199 enum key_fields type, u8 start_lid, u8 intf) in npc_check_overlap()
248 u8 intf) in npc_check_field()
257 u8 key_nibble, u8 intf) in npc_scan_exact_result()
276 u8 key_nibble, u8 intf) in npc_scan_parse_result()
328 static void npc_handle_multi_layer_fields(struct rvu *rvu, int blkaddr, u8 intf) in npc_handle_multi_layer_fields()
460 u8 lt, u64 cfg, u8 intf) in npc_scan_ldata()
[all …]
/linux-6.12.1/drivers/usb/class/
Dcdc-wdm.c85 struct usb_interface *intf; member
120 static struct wdm_device *wdm_find_device(struct usb_interface *intf) in wdm_find_device()
712 struct usb_interface *intf; in wdm_open() local
879 struct usb_interface *intf = desc->intf; in wdm_wwan_port_tx() local
923 struct usb_interface *intf = desc->intf; in wdm_wwan_init() local
1017 static int wdm_create(struct usb_interface *intf, struct usb_endpoint_descriptor *ep, in wdm_create()
1131 static int wdm_manage_power(struct usb_interface *intf, int on) in wdm_manage_power()
1142 static int wdm_probe(struct usb_interface *intf, const struct usb_device_id *id) in wdm_probe()
1192 struct usb_driver *usb_cdc_wdm_register(struct usb_interface *intf, in usb_cdc_wdm_register()
1209 static void wdm_disconnect(struct usb_interface *intf) in wdm_disconnect()
[all …]

12345678910>>...21