Home
last modified time | relevance | path

Searched defs:dev (Results 126 – 150 of 13088) sorted by relevance

12345678910>>...524

/linux-6.15/drivers/input/
Dinput.c86 static void input_start_autorepeat(struct input_dev *dev, int code) in input_start_autorepeat()
97 static void input_stop_autorepeat(struct input_dev *dev) in input_stop_autorepeat()
110 static void input_pass_values(struct input_dev *dev, in input_pass_values()
155 static int input_handle_abs_event(struct input_dev *dev, in input_handle_abs_event()
207 static int input_get_disposition(struct input_dev *dev, in input_get_disposition()
317 static void input_event_dispose(struct input_dev *dev, int disposition, in input_event_dispose()
357 void input_handle_event(struct input_dev *dev, in input_handle_event()
390 void input_event(struct input_dev *dev, in input_event()
414 struct input_dev *dev = handle->dev; in input_inject_event() local
436 void input_alloc_absinfo(struct input_dev *dev) in input_alloc_absinfo()
[all …]
/linux-6.15/drivers/net/usb/
Dasix_devices.c43 static void asix_status(struct usbnet *dev, struct urb *urb) in asix_status()
59 static void asix_set_netdev_dev_addr(struct usbnet *dev, u8 *addr) in asix_set_netdev_dev_addr()
70 static u32 asix_get_phyid(struct usbnet *dev) in asix_get_phyid()
102 struct usbnet *dev = netdev_priv(net); in asix_get_link() local
109 struct usbnet *dev = netdev_priv(net); in asix_ioctl() local
134 struct usbnet *dev = netdev_priv(net); in ax88172_set_multicast() local
171 static int ax88172_link_reset(struct usbnet *dev) in ax88172_link_reset()
204 static void asix_phy_reset(struct usbnet *dev, unsigned int reset_bits) in asix_phy_reset()
226 static int ax88172_bind(struct usbnet *dev, struct usb_interface *intf) in ax88172_bind()
309 struct usbnet *dev = netdev_priv(ndev); in ax88772_ethtool_get_pauseparam() local
[all …]
Dsr9700.c26 static int sr_read(struct usbnet *dev, u8 reg, u16 length, void *data) in sr_read()
37 static int sr_write(struct usbnet *dev, u8 reg, u16 length, void *data) in sr_write()
48 static int sr_read_reg(struct usbnet *dev, u8 reg, u8 *value) in sr_read_reg()
53 static int sr_write_reg(struct usbnet *dev, u8 reg, u8 value) in sr_write_reg()
59 static void sr_write_async(struct usbnet *dev, u8 reg, u16 length, in sr_write_async()
66 static void sr_write_reg_async(struct usbnet *dev, u8 reg, u8 value) in sr_write_reg_async()
72 static int wait_phy_eeprom_ready(struct usbnet *dev, int phy) in wait_phy_eeprom_ready()
95 static int sr_share_read_word(struct usbnet *dev, int phy, u8 reg, in sr_share_read_word()
120 static int sr_share_write_word(struct usbnet *dev, int phy, u8 reg, in sr_share_write_word()
146 static int sr_read_eeprom_word(struct usbnet *dev, u8 offset, void *value) in sr_read_eeprom_word()
[all …]
Dsmsc75xx.c54 struct usbnet *dev; member
71 static int __must_check __smsc75xx_read_reg(struct usbnet *dev, u32 index, in __smsc75xx_read_reg()
102 static int __must_check __smsc75xx_write_reg(struct usbnet *dev, u32 index, in __smsc75xx_write_reg()
129 static int __must_check smsc75xx_read_reg_nopm(struct usbnet *dev, u32 index, in smsc75xx_read_reg_nopm()
135 static int __must_check smsc75xx_write_reg_nopm(struct usbnet *dev, u32 index, in smsc75xx_write_reg_nopm()
141 static int __must_check smsc75xx_read_reg(struct usbnet *dev, u32 index, in smsc75xx_read_reg()
147 static int __must_check smsc75xx_write_reg(struct usbnet *dev, u32 index, in smsc75xx_write_reg()
155 static __must_check int __smsc75xx_phy_wait_not_busy(struct usbnet *dev, in __smsc75xx_phy_wait_not_busy()
179 struct usbnet *dev = netdev_priv(netdev); in __smsc75xx_mdio_read() local
226 struct usbnet *dev = netdev_priv(netdev); in __smsc75xx_mdio_write() local
[all …]
/linux-6.15/drivers/gpu/drm/bridge/analogix/
Danx7625.c50 struct device *dev = &client->dev; in i2c_access_workaround() local
84 struct device *dev = &client->dev; in anx7625_reg_read() local
101 struct device *dev = &client->dev; in anx7625_reg_block_read() local
118 struct device *dev = &client->dev; in anx7625_reg_write() local
136 struct device *dev = &client->dev; in anx7625_reg_block_write() local
209 struct device *dev = ctx->dev; in wait_aux_op_finish() local
236 struct device *dev = ctx->dev; in anx7625_aux_trans() local
429 struct device *dev = ctx->dev; in anx7625_odfc_config() local
481 struct device *dev = ctx->dev; in anx7625_dsi_video_timing_config() local
579 struct device *dev = ctx->dev; in anx7625_swap_dsi_lane3() local
[all …]
/linux-6.15/drivers/net/wireless/broadcom/b43/
Dphy_g.c68 static void generate_rfatt_list(struct b43_wldev *dev, in generate_rfatt_list()
134 static void generate_bbatt_list(struct b43_wldev *dev, in generate_bbatt_list()
155 static void b43_shm_clear_tssi(struct b43_wldev *dev) in b43_shm_clear_tssi()
164 static void b43_synth_pu_workaround(struct b43_wldev *dev, u8 channel) in b43_synth_pu_workaround()
186 void b43_gphy_set_baseband_attenuation(struct b43_wldev *dev, in b43_gphy_set_baseband_attenuation()
203 static void b43_set_txpower_g(struct b43_wldev *dev, in b43_set_txpower_g()
252 static void b43_gphy_tssi_power_lt_init(struct b43_wldev *dev) in b43_gphy_tssi_power_lt_init()
270 static void b43_gphy_gain_lt_init(struct b43_wldev *dev) in b43_gphy_gain_lt_init()
296 static void b43_set_all_gains(struct b43_wldev *dev, in b43_set_all_gains()
328 static void b43_set_original_gains(struct b43_wldev *dev) in b43_set_original_gains()
[all …]
/linux-6.15/drivers/ufs/core/
Dufs-sysfs.c84 static inline ssize_t ufs_sysfs_pm_lvl_store(struct device *dev, in ufs_sysfs_pm_lvl_store()
113 static ssize_t rpm_lvl_show(struct device *dev, in rpm_lvl_show()
121 static ssize_t rpm_lvl_store(struct device *dev, in rpm_lvl_store()
127 static ssize_t rpm_target_dev_state_show(struct device *dev, in rpm_target_dev_state_show()
136 static ssize_t rpm_target_link_state_show(struct device *dev, in rpm_target_link_state_show()
145 static ssize_t spm_lvl_show(struct device *dev, in spm_lvl_show()
153 static ssize_t spm_lvl_store(struct device *dev, in spm_lvl_store()
159 static ssize_t spm_target_dev_state_show(struct device *dev, in spm_target_dev_state_show()
168 static ssize_t spm_target_link_state_show(struct device *dev, in spm_target_link_state_show()
219 static ssize_t auto_hibern8_show(struct device *dev, in auto_hibern8_show()
[all …]
/linux-6.15/drivers/media/platform/samsung/s5p-mfc/
Ds5p_mfc.c51 struct s5p_mfc_dev *dev = ctx->dev; in clear_work_bit() local
61 struct s5p_mfc_dev *dev = ctx->dev; in set_work_bit() local
71 struct s5p_mfc_dev *dev = ctx->dev; in clear_work_bit_irqsave() local
82 struct s5p_mfc_dev *dev = ctx->dev; in set_work_bit_irqsave() local
90 int s5p_mfc_get_new_ctx(struct s5p_mfc_dev *dev) in s5p_mfc_get_new_ctx()
121 static void wake_up_dev(struct s5p_mfc_dev *dev, unsigned int reason, in wake_up_dev()
146 struct s5p_mfc_dev *dev = from_timer(dev, t, watchdog_timer); in s5p_mfc_watchdog() local
168 struct s5p_mfc_dev *dev; in s5p_mfc_watchdog_worker() local
228 struct s5p_mfc_dev *dev = ctx->dev; in s5p_mfc_handle_frame_all_extracted() local
258 struct s5p_mfc_dev *dev = ctx->dev; in s5p_mfc_handle_frame_copy_time() local
[all …]
/linux-6.15/drivers/gpu/drm/mediatek/
Dmtk_disp_ovl_adaptor.c132 void mtk_ovl_adaptor_layer_config(struct device *dev, unsigned int idx, in mtk_ovl_adaptor_layer_config()
209 void mtk_ovl_adaptor_config(struct device *dev, unsigned int w, in mtk_ovl_adaptor_config()
219 void mtk_ovl_adaptor_start(struct device *dev) in mtk_ovl_adaptor_start()
233 void mtk_ovl_adaptor_stop(struct device *dev) in mtk_ovl_adaptor_stop()
254 static inline void power_off(struct device *dev, int num) in power_off()
282 int mtk_ovl_adaptor_power_on(struct device *dev) in mtk_ovl_adaptor_power_on()
302 void mtk_ovl_adaptor_power_off(struct device *dev) in mtk_ovl_adaptor_power_off()
307 int mtk_ovl_adaptor_clk_enable(struct device *dev) in mtk_ovl_adaptor_clk_enable()
329 void mtk_ovl_adaptor_clk_disable(struct device *dev) in mtk_ovl_adaptor_clk_disable()
345 enum drm_mode_status mtk_ovl_adaptor_mode_valid(struct device *dev, in mtk_ovl_adaptor_mode_valid()
[all …]
/linux-6.15/drivers/usb/typec/
Dpd.c23 struct device dev; member
28 static void pdo_release(struct device *dev) in pdo_release()
37 dual_role_power_show(struct device *dev, struct device_attribute *attr, char *buf) in dual_role_power_show()
44 usb_suspend_supported_show(struct device *dev, struct device_attribute *attr, char *buf) in usb_suspend_supported_show()
51 higher_capability_show(struct device *dev, struct device_attribute *attr, char *buf) in higher_capability_show()
58 unconstrained_power_show(struct device *dev, struct device_attribute *attr, char *buf) in unconstrained_power_show()
65 usb_communication_capable_show(struct device *dev, struct device_attribute *attr, char *buf) in usb_communication_capable_show()
72 dual_role_data_show(struct device *dev, struct device_attribute *attr, char *buf) in dual_role_data_show()
79 unchunked_extended_messages_supported_show(struct device *dev, in unchunked_extended_messages_supported_show()
87 peak_current_show(struct device *dev, struct device_attribute *attr, char *buf) in peak_current_show()
[all …]
/linux-6.15/drivers/net/ethernet/mellanox/mlx4/
Dsrq.c43 void mlx4_srq_event(struct mlx4_dev *dev, u32 srqn, int event_type) in mlx4_srq_event()
64 static int mlx4_SW2HW_SRQ(struct mlx4_dev *dev, struct mlx4_cmd_mailbox *mailbox, in mlx4_SW2HW_SRQ()
72 static int mlx4_HW2SW_SRQ(struct mlx4_dev *dev, struct mlx4_cmd_mailbox *mailbox, in mlx4_HW2SW_SRQ()
80 static int mlx4_ARM_SRQ(struct mlx4_dev *dev, int srq_num, int limit_watermark) in mlx4_ARM_SRQ()
86 static int mlx4_QUERY_SRQ(struct mlx4_dev *dev, struct mlx4_cmd_mailbox *mailbox, in mlx4_QUERY_SRQ()
93 int __mlx4_srq_alloc_icm(struct mlx4_dev *dev, int *srqn) in __mlx4_srq_alloc_icm()
120 static int mlx4_srq_alloc_icm(struct mlx4_dev *dev, int *srqn) in mlx4_srq_alloc_icm()
138 void __mlx4_srq_free_icm(struct mlx4_dev *dev, int srqn) in __mlx4_srq_free_icm()
147 static void mlx4_srq_free_icm(struct mlx4_dev *dev, int srqn) in mlx4_srq_free_icm()
162 int mlx4_srq_alloc(struct mlx4_dev *dev, u32 pdn, u32 cqn, u16 xrcd, in mlx4_srq_alloc()
[all …]
/linux-6.15/include/net/
Dnetdev_lock.h10 static inline bool netdev_trylock(struct net_device *dev) in netdev_trylock()
15 static inline void netdev_assert_locked(const struct net_device *dev) in netdev_assert_locked()
21 netdev_assert_locked_or_invisible(const struct net_device *dev) in netdev_assert_locked_or_invisible()
28 static inline bool netdev_need_ops_lock(const struct net_device *dev) in netdev_need_ops_lock()
39 static inline void netdev_lock_ops(struct net_device *dev) in netdev_lock_ops()
45 static inline void netdev_unlock_ops(struct net_device *dev) in netdev_unlock_ops()
51 static inline void netdev_ops_assert_locked(const struct net_device *dev) in netdev_ops_assert_locked()
60 netdev_ops_assert_locked_or_invisible(const struct net_device *dev) in netdev_ops_assert_locked_or_invisible()
82 #define netdev_lockdep_set_classes(dev) \ argument
101 #define netdev_lock_dereference(p, dev) \ argument
/linux-6.15/drivers/comedi/
Ddrivers.c49 int comedi_set_hw_dev(struct comedi_device *dev, struct device *hw_dev) in comedi_set_hw_dev()
60 static void comedi_clear_hw_dev(struct comedi_device *dev) in comedi_clear_hw_dev()
77 void *comedi_alloc_devpriv(struct comedi_device *dev, size_t size) in comedi_alloc_devpriv()
96 int comedi_alloc_subdevices(struct comedi_device *dev, int num_subdevices) in comedi_alloc_subdevices()
156 static void comedi_device_detach_cleanup(struct comedi_device *dev) in comedi_device_detach_cleanup()
199 void comedi_device_detach(struct comedi_device *dev) in comedi_device_detach()
212 static int poll_invalid(struct comedi_device *dev, struct comedi_subdevice *s) in poll_invalid()
217 static int insn_device_inval(struct comedi_device *dev, in insn_device_inval()
223 static unsigned int get_zero_valid_routes(struct comedi_device *dev, in get_zero_valid_routes()
230 int insn_inval(struct comedi_device *dev, struct comedi_subdevice *s, in insn_inval()
[all …]
/linux-6.15/drivers/media/pci/saa7134/
Dsaa7134-video.c361 static void set_tvnorm(struct saa7134_dev *dev, struct saa7134_tvnorm *norm) in set_tvnorm()
383 static void video_mux(struct saa7134_dev *dev, int input) in video_mux()
393 static void saa7134_set_decoder(struct saa7134_dev *dev) in saa7134_set_decoder()
451 void saa7134_set_tvnorm_hw(struct saa7134_dev *dev) in saa7134_set_tvnorm_hw()
461 static void set_h_prescale(struct saa7134_dev *dev, int task, int prescale) in set_h_prescale()
499 static void set_v_scale(struct saa7134_dev *dev, int task, int yscale) in set_v_scale()
524 static void set_size(struct saa7134_dev *dev, int task, in set_size()
578 static int saa7134_enable_analog_tuner(struct saa7134_dev *dev) in saa7134_enable_analog_tuner()
633 static int buffer_activate(struct saa7134_dev *dev, in buffer_activate()
729 struct saa7134_dev *dev = dmaq->dev; in buffer_prepare() local
[all …]
Dsaa7134-tvaudio.c158 static void tvaudio_setcarrier(struct saa7134_dev *dev, in tvaudio_setcarrier()
171 static void mute_input_7134(struct saa7134_dev *dev) in mute_input_7134()
239 static void tvaudio_setmode(struct saa7134_dev *dev, in tvaudio_setmode()
302 static int tvaudio_sleep(struct saa7134_dev *dev, int timeout) in tvaudio_sleep()
317 static int tvaudio_checkcarrier(struct saa7134_dev *dev, struct mainscan *scan) in tvaudio_checkcarrier()
366 static int tvaudio_getstereo(struct saa7134_dev *dev, struct saa7134_tvaudio *audio) in tvaudio_getstereo()
421 static int tvaudio_setstereo(struct saa7134_dev *dev, struct saa7134_tvaudio *audio, in tvaudio_setstereo()
462 struct saa7134_dev *dev = data; in tvaudio_thread() local
645 static inline int saa_dsp_reset_error_bit(struct saa7134_dev *dev) in saa_dsp_reset_error_bit()
655 static inline int saa_dsp_wait_bit(struct saa7134_dev *dev, int bit) in saa_dsp_wait_bit()
[all …]
/linux-6.15/drivers/media/platform/samsung/exynos4-is/
Dfimc-reg.c19 void fimc_hw_reset(struct fimc_dev *dev) in fimc_hw_reset()
74 struct fimc_dev *dev = ctx->fimc_dev; in fimc_hw_set_rotation() local
107 struct fimc_dev *dev = ctx->fimc_dev; in fimc_hw_set_target_format() local
149 struct fimc_dev *dev = ctx->fimc_dev; in fimc_hw_set_out_dma_size() local
168 struct fimc_dev *dev = ctx->fimc_dev; in fimc_hw_set_out_dma() local
211 static void fimc_hw_en_autoload(struct fimc_dev *dev, int enable) in fimc_hw_en_autoload()
221 void fimc_hw_en_lastirq(struct fimc_dev *dev, int enable) in fimc_hw_en_lastirq()
233 struct fimc_dev *dev = ctx->fimc_dev; in fimc_hw_set_prescaler() local
249 struct fimc_dev *dev = ctx->fimc_dev; in fimc_hw_set_scaler() local
313 struct fimc_dev *dev = ctx->fimc_dev; in fimc_hw_set_mainscaler() local
[all …]
/linux-6.15/drivers/net/ethernet/seeq/
Dether3.c115 ether3_setbuffer(struct net_device *dev, buffer_rw_t read, int start) in ether3_setbuffer()
144 #define ether3_writebuffer(dev,data,length) \ argument
147 #define ether3_writeword(dev,data) \ argument
150 #define ether3_writelong(dev,data) { \ argument
159 #define ether3_readbuffer(dev,data,length) \ argument
162 #define ether3_readword(dev) \ argument
165 #define ether3_readlong(dev) \ argument
174 struct net_device *dev = private->dev; in ether3_ledoff() local
182 static inline void ether3_ledon(struct net_device *dev) in ether3_ledon()
221 ether3_ramtest(struct net_device *dev, unsigned char byte) in ether3_ramtest()
[all …]
/linux-6.15/drivers/media/usb/cx231xx/
Dcx231xx-video.c90 static int cx231xx_enable_analog_tuner(struct cx231xx *dev) in cx231xx_enable_analog_tuner()
164 static inline void buffer_filled(struct cx231xx *dev, in buffer_filled()
184 static inline void print_err_status(struct cx231xx *dev, int packet, int status) in print_err_status()
230 struct cx231xx *dev = container_of(vmode, struct cx231xx, video_mode); in get_next_buf() local
262 static inline int cx231xx_isoc_copy(struct cx231xx *dev, struct urb *urb) in cx231xx_isoc_copy()
359 static inline int cx231xx_bulk_copy(struct cx231xx *dev, struct urb *urb) in cx231xx_bulk_copy()
497 u32 cx231xx_get_video_line(struct cx231xx *dev, in cx231xx_get_video_line()
542 u32 cx231xx_copy_video_line(struct cx231xx *dev, in cx231xx_copy_video_line()
607 void cx231xx_reset_video_buffer(struct cx231xx *dev, in cx231xx_reset_video_buffer()
639 int cx231xx_do_copy(struct cx231xx *dev, struct cx231xx_dmaqueue *dma_q, in cx231xx_do_copy()
[all …]
/linux-6.15/drivers/net/can/cc770/
Dcc770.c106 static void enable_all_objs(const struct net_device *dev) in enable_all_objs()
199 static void set_reset_mode(struct net_device *dev) in set_reset_mode()
218 static void set_normal_mode(struct net_device *dev) in set_normal_mode()
290 static int cc770_probe_chip(struct net_device *dev) in cc770_probe_chip()
328 static void cc770_start(struct net_device *dev) in cc770_start()
340 static int cc770_set_mode(struct net_device *dev, enum can_mode mode) in cc770_set_mode()
355 static int cc770_set_bittiming(struct net_device *dev) in cc770_set_bittiming()
375 static int cc770_get_berr_counter(const struct net_device *dev, in cc770_get_berr_counter()
386 static void cc770_tx(struct net_device *dev, int mo) in cc770_tx()
427 static netdev_tx_t cc770_start_xmit(struct sk_buff *skb, struct net_device *dev) in cc770_start_xmit()
[all …]
/linux-6.15/drivers/infiniband/hw/ocrdma/
Docrdma_stats.c67 bool ocrdma_alloc_stats_resources(struct ocrdma_dev *dev) in ocrdma_alloc_stats_resources()
91 void ocrdma_release_stats_resources(struct ocrdma_dev *dev) in ocrdma_release_stats_resources()
102 static noinline_for_stack char *ocrdma_resource_stats(struct ocrdma_dev *dev) in ocrdma_resource_stats()
219 static noinline_for_stack char *ocrdma_rx_stats(struct ocrdma_dev *dev) in ocrdma_rx_stats()
266 static u64 ocrdma_sysfs_rcv_pkts(struct ocrdma_dev *dev) in ocrdma_sysfs_rcv_pkts()
277 static u64 ocrdma_sysfs_rcv_data(struct ocrdma_dev *dev) in ocrdma_sysfs_rcv_data()
287 static noinline_for_stack char *ocrdma_tx_stats(struct ocrdma_dev *dev) in ocrdma_tx_stats()
330 static u64 ocrdma_sysfs_xmit_pkts(struct ocrdma_dev *dev) in ocrdma_sysfs_xmit_pkts()
345 static u64 ocrdma_sysfs_xmit_data(struct ocrdma_dev *dev) in ocrdma_sysfs_xmit_data()
361 static noinline_for_stack char *ocrdma_wqe_stats(struct ocrdma_dev *dev) in ocrdma_wqe_stats()
[all …]
/linux-6.15/block/
Dsed-opal.c335 static int opal_get_key(struct opal_dev *dev, struct opal_key *key) in opal_get_key()
456 static int opal_send_cmd(struct opal_dev *dev) in opal_send_cmd()
463 static int opal_recv_cmd(struct opal_dev *dev) in opal_recv_cmd()
470 static int opal_recv_check(struct opal_dev *dev) in opal_recv_check()
493 static int opal_send_recv(struct opal_dev *dev, cont_fn *cont) in opal_send_recv()
509 static void check_geometry(struct opal_dev *dev, const void *data) in check_geometry()
519 static int execute_step(struct opal_dev *dev, in execute_step()
533 static int execute_steps(struct opal_dev *dev, in execute_steps()
567 static int opal_discovery0_end(struct opal_dev *dev, void *data) in opal_discovery0_end()
671 static int opal_discovery0(struct opal_dev *dev, void *data) in opal_discovery0()
[all …]
/linux-6.15/drivers/mcb/
Dmcb-core.c18 struct mcb_device *dev) in mcb_match_id()
31 static int mcb_match(struct device *dev, const struct device_driver *drv) in mcb_match()
44 static int mcb_uevent(const struct device *dev, struct kobj_uevent_env *env) in mcb_uevent()
56 static int mcb_probe(struct device *dev) in mcb_probe()
82 static void mcb_remove(struct device *dev) in mcb_remove()
96 static void mcb_shutdown(struct device *dev) in mcb_shutdown()
105 static ssize_t revision_show(struct device *dev, struct device_attribute *attr, in revision_show()
114 static ssize_t model_show(struct device *dev, struct device_attribute *attr, in model_show()
123 static ssize_t minor_show(struct device *dev, struct device_attribute *attr, in minor_show()
132 static ssize_t name_show(struct device *dev, struct device_attribute *attr, in name_show()
[all …]
/linux-6.15/drivers/i2c/busses/
Di2c-designware-master.c34 static void i2c_dw_configure_fifo_master(struct dw_i2c_dev *dev) in i2c_dw_configure_fifo_master()
44 static int i2c_dw_set_timings_master(struct dw_i2c_dev *dev) in i2c_dw_set_timings_master()
212 static int i2c_dw_init_master(struct dw_i2c_dev *dev) in i2c_dw_init_master()
247 static void i2c_dw_xfer_init(struct dw_i2c_dev *dev) in i2c_dw_xfer_init()
307 static bool i2c_dw_is_controller_active(struct dw_i2c_dev *dev) in i2c_dw_is_controller_active()
320 static int i2c_dw_check_stopbit(struct dw_i2c_dev *dev) in i2c_dw_check_stopbit()
334 static int i2c_dw_status(struct dw_i2c_dev *dev) in i2c_dw_status()
351 struct dw_i2c_dev *dev = i2c_get_adapdata(adap); in amd_i2c_dw_xfer_quirk() local
428 i2c_dw_xfer_msg(struct dw_i2c_dev *dev) in i2c_dw_xfer_msg()
555 i2c_dw_recv_len(struct dw_i2c_dev *dev, u8 len) in i2c_dw_recv_len()
[all …]
/linux-6.15/drivers/net/ethernet/broadcom/
Dcnic.c110 struct cnic_dev *dev; in cnic_uio_open() local
143 static inline void cnic_hold(struct cnic_dev *dev) in cnic_hold()
148 static inline void cnic_put(struct cnic_dev *dev) in cnic_put()
189 static void cnic_ctx_wr(struct cnic_dev *dev, u32 cid_addr, u32 off, u32 val) in cnic_ctx_wr()
204 static void cnic_ctx_tbl_wr(struct cnic_dev *dev, u32 off, dma_addr_t addr) in cnic_ctx_tbl_wr()
218 static void cnic_ring_ctl(struct cnic_dev *dev, u32 cid, u32 cl_id, int start) in cnic_ring_ctl()
236 static void cnic_reg_wr_ind(struct cnic_dev *dev, u32 off, u32 val) in cnic_reg_wr_ind()
250 static u32 cnic_reg_rd_ind(struct cnic_dev *dev, u32 off) in cnic_reg_rd_ind()
264 static void cnic_ulp_ctl(struct cnic_dev *dev, int ulp_type, bool reg, int state) in cnic_ulp_ctl()
291 static void cnic_spq_completion(struct cnic_dev *dev, int cmd, u32 count) in cnic_spq_completion()
[all …]
/linux-6.15/drivers/net/wireless/mediatek/mt76/mt76x2/
Dpci_init.c13 mt76x2_mac_pbf_init(struct mt76x02_dev *dev) in mt76x2_mac_pbf_init()
31 mt76x2_fixup_xtal(struct mt76x02_dev *dev) in mt76x2_fixup_xtal()
70 int mt76x2_mac_reset(struct mt76x02_dev *dev, bool hard) in mt76x2_mac_reset()
142 mt76x2_power_on_rf_patch(struct mt76x02_dev *dev) in mt76x2_power_on_rf_patch()
163 mt76x2_power_on_rf(struct mt76x02_dev *dev, int unit) in mt76x2_power_on_rf()
185 mt76x2_power_on(struct mt76x02_dev *dev) in mt76x2_power_on()
220 int mt76x2_resume_device(struct mt76x02_dev *dev) in mt76x2_resume_device()
237 static int mt76x2_init_hardware(struct mt76x02_dev *dev) in mt76x2_init_hardware()
271 void mt76x2_stop_hardware(struct mt76x02_dev *dev) in mt76x2_stop_hardware()
281 void mt76x2_cleanup(struct mt76x02_dev *dev) in mt76x2_cleanup()
[all …]

12345678910>>...524