Home
last modified time | relevance | path

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

12345678910>>...562

/openbmc/linux/drivers/i2c/busses/
H A Di2c-designware-master.c270 static int i2c_dw_status(struct dw_i2c_dev *dev) in i2c_dw_status()
287 struct dw_i2c_dev *dev = i2c_get_adapdata(adap); in amd_i2c_dw_xfer_quirk() local
379 struct dw_i2c_dev *dev = i2c_get_adapdata(adap); in txgbe_i2c_dw_xfer_quirk() local
427 i2c_dw_xfer_msg(struct dw_i2c_dev *dev) in i2c_dw_xfer_msg()
553 i2c_dw_recv_len(struct dw_i2c_dev *dev, u8 len) in i2c_dw_recv_len()
578 i2c_dw_read(struct dw_i2c_dev *dev) in i2c_dw_read()
642 struct dw_i2c_dev *dev = i2c_get_adapdata(adap); in i2c_dw_xfer() local
811 struct dw_i2c_dev *dev = dev_id; in i2c_dw_isr() local
901 struct dw_i2c_dev *dev = i2c_get_adapdata(adap); in i2c_dw_prepare_recovery() local
910 struct dw_i2c_dev *dev = i2c_get_adapdata(adap); in i2c_dw_unprepare_recovery() local
[all …]
/openbmc/linux/drivers/media/pci/cx23885/
H A Dcx23885-core.c591 struct cx23885_dev *dev = port->dev; in cx23885_risc_disasm() local
1335 struct cx23885_dev *dev = port->dev; in cx23885_tsport_reg_dump() local
1401 struct cx23885_dev *dev = port->dev; in cx23885_start_dma() local
1534 struct cx23885_dev *dev = port->dev; in cx23885_stop_dma() local
1580 struct cx23885_dev *dev = port->dev; in cx23885_buf_prepare() local
1619 struct cx23885_dev *dev = port->dev; in cx23885_buf_queue() local
1731 struct cx23885_dev *dev = port->dev; in cx23885_irq_ts() local
1782 struct cx23885_dev *dev = dev_id; in cx23885_irq() local
1948 struct cx23885_dev *dev; in cx23885_v4l2_dev_notify() local
2074 int vendor, dev; member
[all …]
/openbmc/linux/kernel/time/
H A Dclockevents.c147 void clockevents_switch_state(struct clock_event_device *dev, in clockevents_switch_state()
171 void clockevents_shutdown(struct clock_event_device *dev) in clockevents_shutdown()
181 int clockevents_tick_resume(struct clock_event_device *dev) in clockevents_tick_resume()
345 struct clock_event_device *dev; in clockevents_notify_released() local
360 struct clock_event_device *dev, *newdev = NULL; in clockevents_replace() local
592 struct clock_event_device *dev; in clockevents_suspend() local
604 struct clock_event_device *dev; in clockevents_resume() local
634 struct clock_event_device *dev, *tmp; in tick_cleanup_dead_cpu() local
670 static ssize_t current_device_show(struct device *dev, in current_device_show()
687 static ssize_t unbind_device_store(struct device *dev, in unbind_device_store()
[all …]
/openbmc/u-boot/drivers/power/regulator/
H A Dstpmu1.c152 static int stpmu1_buck_get_value(struct udevice *dev) in stpmu1_buck_get_value()
171 static int stpmu1_buck_get_enable(struct udevice *dev) in stpmu1_buck_get_enable()
209 static int stpmu1_buck_get_mode(struct udevice *dev) in stpmu1_buck_get_mode()
230 static int stpmu1_buck_probe(struct udevice *dev) in stpmu1_buck_probe()
310 static int stpmu1_ldo_get_value(struct udevice *dev) in stpmu1_ldo_get_value()
350 static int stpmu1_ldo_get_enable(struct udevice *dev) in stpmu1_ldo_get_enable()
388 static int stpmu1_ldo_get_mode(struct udevice *dev) in stpmu1_ldo_get_mode()
435 static int stpmu1_ldo_probe(struct udevice *dev) in stpmu1_ldo_probe()
509 static int stpmu1_vref_ddr_probe(struct udevice *dev) in stpmu1_vref_ddr_probe()
573 static int stpmu1_boost_probe(struct udevice *dev) in stpmu1_boost_probe()
[all …]
/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dsdio.c23 static u32 mt76s_read_whisr(struct mt76_dev *dev) in mt76s_read_whisr()
28 u32 mt76s_read_pcr(struct mt76_dev *dev) in mt76s_read_pcr()
144 u32 mt76s_rr(struct mt76_dev *dev, u32 offset) in mt76s_rr()
153 void mt76s_wr(struct mt76_dev *dev, u32 offset, u32 val) in mt76s_wr()
171 void mt76s_write_copy(struct mt76_dev *dev, u32 offset, in mt76s_write_copy()
184 void mt76s_read_copy(struct mt76_dev *dev, u32 offset, in mt76s_read_copy()
197 int mt76s_wr_rp(struct mt76_dev *dev, u32 base, in mt76s_wr_rp()
212 int mt76s_rd_rp(struct mt76_dev *dev, u32 base, in mt76s_rd_rp()
343 int mt76s_alloc_tx(struct mt76_dev *dev) in mt76s_alloc_tx()
494 struct mt76_dev *dev; in mt76s_tx_status_data() local
[all …]
H A Dmt792x_dma.c13 struct mt792x_dev *dev = dev_instance; in mt792x_irq_handler() local
30 struct mt792x_dev *dev = (struct mt792x_dev *)data; in mt792x_irq_tasklet() local
91 static void mt792x_dma_prefetch(struct mt792x_dev *dev) in mt792x_dma_prefetch()
110 int mt792x_dma_enable(struct mt792x_dev *dev) in mt792x_dma_enable()
148 mt792x_dma_reset(struct mt792x_dev *dev, bool force) in mt792x_dma_reset()
171 int mt792x_wpdma_reset(struct mt792x_dev *dev, bool force) in mt792x_wpdma_reset()
201 int mt792x_wpdma_reinit_cond(struct mt792x_dev *dev) in mt792x_wpdma_reinit_cond()
262 void mt792x_dma_cleanup(struct mt792x_dev *dev) in mt792x_dma_cleanup()
292 struct mt792x_dev *dev; in mt792x_poll_tx() local
314 struct mt792x_dev *dev; in mt792x_poll_rx() local
[all …]
/openbmc/linux/drivers/usb/c67x00/
H A Dc67x00-ll-hpi.c88 static u16 hpi_read_word(struct c67x00_device *dev, u16 reg) in hpi_read_word()
172 static u16 hpi_recv_mbox(struct c67x00_device *dev) in hpi_recv_mbox()
184 static u16 hpi_send_mbox(struct c67x00_device *dev, u16 value) in hpi_send_mbox()
195 u16 c67x00_ll_hpi_status(struct c67x00_device *dev) in c67x00_ll_hpi_status()
207 void c67x00_ll_hpi_reg_init(struct c67x00_device *dev) in c67x00_ll_hpi_reg_init()
236 static inline int ll_recv_msg(struct c67x00_device *dev) in ll_recv_msg()
308 struct c67x00_device *dev = sie->dev; in c67x00_ll_husb_sie_init() local
318 struct c67x00_device *dev = sie->dev; in c67x00_ll_husb_reset() local
384 int c67x00_ll_reset(struct c67x00_device *dev) in c67x00_ll_reset()
469 void c67x00_ll_init(struct c67x00_device *dev) in c67x00_ll_init()
[all …]
/openbmc/linux/drivers/media/usb/stk1160/
H A Dstk1160-v4l.c338 struct stk1160 *dev = video_drvdata(file); in vidioc_querycap() local
359 struct stk1160 *dev = video_drvdata(file); in vidioc_g_fmt_vid_cap() local
478 struct stk1160 *dev = video_drvdata(file); in vidioc_try_fmt_vid_cap() local
486 struct stk1160 *dev = video_drvdata(file); in vidioc_s_fmt_vid_cap() local
506 struct stk1160 *dev = video_drvdata(file); in vidioc_querystd() local
513 struct stk1160 *dev = video_drvdata(file); in vidioc_g_std() local
521 struct stk1160 *dev = video_drvdata(file); in vidioc_s_std() local
554 struct stk1160 *dev = video_drvdata(file); in vidioc_enum_input() local
572 struct stk1160 *dev = video_drvdata(file); in vidioc_g_input() local
579 struct stk1160 *dev = video_drvdata(file); in vidioc_s_input() local
[all …]
/openbmc/linux/drivers/gpu/drm/mediatek/
H A Dmtk_disp_ovl_adaptor.c173 void mtk_ovl_adaptor_start(struct device *dev) in mtk_ovl_adaptor_start()
180 void mtk_ovl_adaptor_stop(struct device *dev) in mtk_ovl_adaptor_stop()
187 int mtk_ovl_adaptor_clk_enable(struct device *dev) in mtk_ovl_adaptor_clk_enable()
239 void mtk_ovl_adaptor_clk_disable(struct device *dev) in mtk_ovl_adaptor_clk_disable()
259 unsigned int mtk_ovl_adaptor_layer_nr(struct device *dev) in mtk_ovl_adaptor_layer_nr()
287 void mtk_ovl_adaptor_enable_vblank(struct device *dev) in mtk_ovl_adaptor_enable_vblank()
294 void mtk_ovl_adaptor_disable_vblank(struct device *dev) in mtk_ovl_adaptor_disable_vblank()
301 const u32 *mtk_ovl_adaptor_get_formats(struct device *dev) in mtk_ovl_adaptor_get_formats()
308 size_t mtk_ovl_adaptor_get_num_formats(struct device *dev) in mtk_ovl_adaptor_get_num_formats()
402 static int compare_of(struct device *dev, void *data) in compare_of()
[all …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dsrq.c43 void mlx4_srq_event(struct mlx4_dev *dev, u32 srqn, int event_type) in mlx4_srq_event()
80 static int mlx4_ARM_SRQ(struct mlx4_dev *dev, int srq_num, int limit_watermark) in mlx4_ARM_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()
222 void mlx4_srq_free(struct mlx4_dev *dev, struct mlx4_srq *srq) in mlx4_srq_free()
272 int mlx4_init_srq_table(struct mlx4_dev *dev) in mlx4_init_srq_table()
285 void mlx4_cleanup_srq_table(struct mlx4_dev *dev) in mlx4_cleanup_srq_table()
[all …]
H A Deq.c86 static u64 get_async_ev_mask(struct mlx4_dev *dev) in get_async_ev_mask()
144 struct mlx4_dev *dev = &priv->dev; in mlx4_gen_slave_eqe() local
240 struct mlx4_dev *dev = &priv->dev; in mlx4_set_eq_affinity_hint() local
458 struct mlx4_dev *dev = &priv->dev; in mlx4_master_handle_slave_flr() local
851 struct mlx4_dev *dev = dev_ptr; in mlx4_interrupt() local
867 struct mlx4_dev *dev = eq->dev; in mlx4_msi_x_interrupt() local
1088 static void mlx4_free_eq(struct mlx4_dev *dev, in mlx4_free_eq()
1157 int mlx4_alloc_eq_table(struct mlx4_dev *dev) in mlx4_alloc_eq_table()
1169 void mlx4_free_eq_table(struct mlx4_dev *dev) in mlx4_free_eq_table()
1174 int mlx4_init_eq_table(struct mlx4_dev *dev) in mlx4_init_eq_table()
[all …]
/openbmc/u-boot/drivers/net/
H A Dks8851_mll.c166 static void ks_enable_int(struct eth_device *dev) in ks_enable_int()
187 static void ks_read_config(struct eth_device *dev) in ks_read_config()
237 void ks_enable_qmu(struct eth_device *dev) in ks_enable_qmu()
255 static void ks_disable_qmu(struct eth_device *dev) in ks_disable_qmu()
340 static int ks_read_selftest(struct eth_device *dev) in ks_read_selftest()
368 static void ks_setup(struct eth_device *dev) in ks_setup()
405 static void ks_setup_int(struct eth_device *dev) in ks_setup_int()
451 static void ks8851_mll_reset(struct eth_device *dev) in ks8851_mll_reset()
555 static void ks8851_mll_halt(struct eth_device *dev) in ks8851_mll_halt()
566 static int ks8851_mll_recv(struct eth_device *dev) in ks8851_mll_recv()
[all …]
/openbmc/u-boot/drivers/pinctrl/mediatek/
H A Dpinctrl-mtk-common.c45 static void mtk_w32(struct udevice *dev, u32 reg, u32 val) in mtk_w32()
52 static u32 mtk_r32(struct udevice *dev, u32 reg) in mtk_r32()
157 static void mtk_hw_read_cross_field(struct udevice *dev, in mtk_hw_read_cross_field()
207 static int mtk_get_groups_count(struct udevice *dev) in mtk_get_groups_count()
225 static int mtk_get_pins_count(struct udevice *dev) in mtk_get_pins_count()
243 static int mtk_get_functions_count(struct udevice *dev) in mtk_get_functions_count()
261 static int mtk_pinmux_group_set(struct udevice *dev, in mtk_pinmux_group_set()
396 static int mtk_pinconf_group_set(struct udevice *dev, in mtk_pinconf_group_set()
479 static int mtk_gpio_probe(struct udevice *dev) in mtk_gpio_probe()
510 struct udevice *dev; in mtk_gpiochip_register() local
[all …]
/openbmc/linux/drivers/usb/typec/
H A 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()
51 higher_capability_show(struct device *dev, struct device_attribute *attr, char *buf) in higher_capability_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()
242 maximum_power_show(struct device *dev, struct device_attribute *attr, char *buf) in maximum_power_show()
447 static int remove_pdo(struct device *dev, void *data) in remove_pdo()
460 static void pd_capabilities_release(struct device *dev) in pd_capabilities_release()
572 static void pd_release(struct device *dev) in pd_release()
[all …]
/openbmc/linux/sound/core/
H A Ddevice.c32 struct snd_device *dev; in snd_device_new() local
69 static void __snd_device_free(struct snd_device *dev) in __snd_device_free()
84 struct snd_device *dev; in look_for_dev() local
108 struct snd_device *dev; in snd_device_disconnect() local
132 struct snd_device *dev; in snd_device_free() local
145 static int __snd_device_register(struct snd_device *dev) in __snd_device_register()
173 struct snd_device *dev; in snd_device_register() local
191 struct snd_device *dev; in snd_device_register_all() local
210 struct snd_device *dev; in snd_device_disconnect_all() local
224 struct snd_device *dev, *next; in snd_device_free_all() local
[all …]
/openbmc/linux/drivers/misc/mei/
H A Dpci-txe.c38 static inline void mei_txe_set_pm_domain(struct mei_device *dev) {} in mei_txe_set_pm_domain()
39 static inline void mei_txe_unset_pm_domain(struct mei_device *dev) {} in mei_txe_unset_pm_domain()
52 struct mei_device *dev; in mei_txe_probe() local
169 struct mei_device *dev; in mei_txe_shutdown() local
194 struct mei_device *dev; in mei_txe_remove() local
219 struct mei_device *dev = pci_get_drvdata(pdev); in mei_txe_pci_suspend() local
239 struct mei_device *dev; in mei_txe_pci_resume() local
276 struct mei_device *dev; in mei_txe_pm_runtime_idle() local
290 struct mei_device *dev; in mei_txe_pm_runtime_suspend() local
320 struct mei_device *dev; in mei_txe_pm_runtime_resume() local
[all …]
/openbmc/linux/drivers/net/dsa/microchip/
H A Dksz8795.c61 int ksz8_reset_switch(struct ksz_device *dev) in ksz8_reset_switch()
975 int ksz8_fdb_dump(struct ksz_device *dev, int port, in ksz8_fdb_dump()
1080 int ksz8_mdb_add(struct ksz_device *dev, int port, in ksz8_mdb_add()
1086 int ksz8_mdb_del(struct ksz_device *dev, int port, in ksz8_mdb_del()
1328 struct ksz_device *dev = ds->priv; in ksz8_config_cpu_port() local
1364 struct ksz_device *dev = ds->priv; in ksz8_handle_global_errata() local
1379 int ksz8_enable_stp_addr(struct ksz_device *dev) in ksz8_enable_stp_addr()
1395 struct ksz_device *dev = ds->priv; in ksz8_setup() local
1440 void ksz8_get_caps(struct ksz_device *dev, int port, in ksz8_get_caps()
1463 int ksz8_switch_init(struct ksz_device *dev) in ksz8_switch_init()
[all …]
/openbmc/linux/sound/soc/dwc/
H A Ddwc-i2s.c105 struct dw_i2s_dev *dev = dev_id; in i2s_irq_handler() local
182 static void i2s_start(struct dw_i2s_dev *dev, in i2s_start()
211 static void i2s_stop(struct dw_i2s_dev *dev, in i2s_stop()
278 struct dw_i2s_dev *dev = snd_soc_dai_get_drvdata(dai); in dw_i2s_hw_params() local
353 struct dw_i2s_dev *dev = snd_soc_dai_get_drvdata(dai); in dw_i2s_prepare() local
366 struct dw_i2s_dev *dev = snd_soc_dai_get_drvdata(dai); in dw_i2s_trigger() local
465 struct dw_i2s_dev *dev = snd_soc_dai_get_drvdata(dai); in dw_i2s_dai_probe() local
482 static int dw_i2s_runtime_suspend(struct device *dev) in dw_i2s_runtime_suspend()
491 static int dw_i2s_runtime_resume(struct device *dev) in dw_i2s_runtime_resume()
579 static int dw_configure_dai(struct dw_i2s_dev *dev, in dw_configure_dai()
[all …]
/openbmc/linux/drivers/media/pci/saa7164/
H A Dsaa7164-api.c93 struct saa7164_dev *dev = port->dev; in saa7164_api_set_vbi_format() local
156 struct saa7164_dev *dev = port->dev; in saa7164_api_set_gop_size() local
175 struct saa7164_dev *dev = port->dev; in saa7164_api_set_encoder() local
234 struct saa7164_dev *dev = port->dev; in saa7164_api_get_encoder() local
312 struct saa7164_dev *dev = port->dev; in saa7164_api_set_aspect_ratio() local
356 struct saa7164_dev *dev = port->dev; in saa7164_api_set_usercontrol() local
390 struct saa7164_dev *dev = port->dev; in saa7164_api_get_usercontrol() local
424 struct saa7164_dev *dev = port->dev; in saa7164_api_set_videomux() local
459 struct saa7164_dev *dev = port->dev; in saa7164_api_audio_mute() local
476 struct saa7164_dev *dev = port->dev; in saa7164_api_set_audio_volume() local
[all …]
/openbmc/linux/drivers/media/test-drivers/vivid/
H A Dvivid-vid-out.c27 struct vivid_dev *dev = vb2_get_drv_priv(vq); in vid_out_queue_setup() local
158 struct vivid_dev *dev = vb2_get_drv_priv(vq); in vid_out_start_streaming() local
187 struct vivid_dev *dev = vb2_get_drv_priv(vq); in vid_out_stop_streaming() local
320 struct vivid_dev *dev = video_drvdata(file); in vivid_g_fmt_vid_out() local
352 struct vivid_dev *dev = video_drvdata(file); in vivid_try_fmt_vid_out() local
451 struct vivid_dev *dev = video_drvdata(file); in vivid_s_fmt_vid_out() local
578 struct vivid_dev *dev = video_drvdata(file); in vidioc_g_fmt_vid_out_mplane() local
588 struct vivid_dev *dev = video_drvdata(file); in vidioc_try_fmt_vid_out_mplane() local
598 struct vivid_dev *dev = video_drvdata(file); in vidioc_s_fmt_vid_out_mplane() local
608 struct vivid_dev *dev = video_drvdata(file); in vidioc_g_fmt_vid_out() local
[all …]
/openbmc/linux/net/bluetooth/rfcomm/
H A Dtty.c150 struct rfcomm_dev *dev; in __rfcomm_dev_lookup() local
161 struct rfcomm_dev *dev; in rfcomm_dev_get() local
220 struct rfcomm_dev *dev, *entry; in __rfcomm_dev_add() local
320 struct rfcomm_dev *dev; in rfcomm_dev_add() local
440 struct rfcomm_dev *dev; in __rfcomm_release_dev() local
504 struct rfcomm_dev *dev; in rfcomm_get_dev_list() local
555 struct rfcomm_dev *dev; in rfcomm_get_dev_info() local
605 struct rfcomm_dev *dev = dlc->owner; in rfcomm_dev_data_ready() local
627 struct rfcomm_dev *dev = dlc->owner; in rfcomm_dev_state_change() local
644 struct rfcomm_dev *dev = dlc->owner; in rfcomm_dev_modem_status() local
[all …]
/openbmc/linux/drivers/dma/idxd/
H A Dsysfs.c20 static ssize_t engine_group_id_show(struct device *dev, in engine_group_id_show()
598 static ssize_t wq_state_show(struct device *dev, in wq_state_show()
679 static ssize_t wq_mode_store(struct device *dev, in wq_mode_store()
729 static ssize_t wq_size_store(struct device *dev, in wq_size_store()
882 static ssize_t wq_type_show(struct device *dev, in wq_type_show()
930 static ssize_t wq_name_show(struct device *dev, in wq_name_show()
1442 static ssize_t op_cap_show(struct device *dev, in op_cap_show()
1451 static ssize_t gen_cap_show(struct device *dev, in gen_cap_show()
1496 static ssize_t state_show(struct device *dev, in state_show()
1514 static ssize_t errors_show(struct device *dev, in errors_show()
[all …]
/openbmc/linux/drivers/input/
H A Dinput.c455 struct input_dev *dev = handle->dev; in input_inject_event() local
565 struct input_dev *dev = handle->dev; in input_grab_device() local
587 struct input_dev *dev = handle->dev; in __input_release_device() local
614 struct input_dev *dev = handle->dev; in input_release_device() local
631 struct input_dev *dev = handle->dev; in input_open_device() local
678 struct input_dev *dev = handle->dev; in input_flush_device() local
702 struct input_dev *dev = handle->dev; in input_close_device() local
1041 struct input_dev *dev) in input_match_device()
1717 const struct input_dev *dev) in input_add_uevent_modalias_var()
2013 struct input_dev *dev; in input_allocate_device() local
[all …]
/openbmc/linux/drivers/media/usb/cx231xx/
H A Dcx231xx-core.c85 struct cx231xx *dev = NULL; in cx231xx_register_extension() local
100 struct cx231xx *dev = NULL; in cx231xx_unregister_extension() local
113 void cx231xx_init_extension(struct cx231xx *dev) in cx231xx_init_extension()
144 struct cx231xx *dev = i2c_bus->dev; in cx231xx_send_usb_command() local
629 int cx231xx_demod_reset(struct cx231xx *dev) in cx231xx_demod_reset()
667 int is_fw_load(struct cx231xx *dev) in is_fw_load()
983 int cx231xx_init_isoc(struct cx231xx *dev, int max_packets, in cx231xx_init_isoc()
1119 int cx231xx_init_bulk(struct cx231xx *dev, int max_packets, in cx231xx_init_bulk()
1247 void cx231xx_stop_TS1(struct cx231xx *dev) in cx231xx_stop_TS1()
1266 void cx231xx_start_TS1(struct cx231xx *dev) in cx231xx_start_TS1()
[all …]
/openbmc/u-boot/test/dm/
H A Dtest-driver.c20 static int testdrv_ping(struct udevice *dev, int pingval, int *pingret) in testdrv_ping()
35 static int test_bind(struct udevice *dev) in test_bind()
44 static int test_probe(struct udevice *dev) in test_probe()
56 static int test_remove(struct udevice *dev) in test_remove()
65 static int test_unbind(struct udevice *dev) in test_unbind()
96 static int test_manual_drv_ping(struct udevice *dev, int pingval, int *pingret) in test_manual_drv_ping()
107 static int test_manual_bind(struct udevice *dev) in test_manual_bind()
114 static int test_manual_probe(struct udevice *dev) in test_manual_probe()
127 static int test_manual_remove(struct udevice *dev) in test_manual_remove()
133 static int test_manual_unbind(struct udevice *dev) in test_manual_unbind()

12345678910>>...562