Home
last modified time | relevance | path

Searched defs:dev (Results 26 – 50 of 2123) sorted by relevance

12345678910>>...85

/freebsd/sys/dev/drm2/
H A Ddrm_context.c60 void drm_ctxbitmap_free(struct drm_device * dev, int ctx_handle) in drm_ctxbitmap_free()
84 static int drm_ctxbitmap_next(struct drm_device * dev) in drm_ctxbitmap_next()
128 int drm_ctxbitmap_init(struct drm_device * dev) in drm_ctxbitmap_init()
160 void drm_ctxbitmap_cleanup(struct drm_device * dev) in drm_ctxbitmap_cleanup()
187 int drm_getsareactx(struct drm_device *dev, void *data, in drm_getsareactx()
220 int drm_setsareactx(struct drm_device *dev, void *data, in drm_setsareactx()
318 int drm_resctx(struct drm_device *dev, void *data, in drm_resctx()
349 int drm_addctx(struct drm_device *dev, void *data, in drm_addctx()
421 int drm_switchctx(struct drm_device *dev, void *data, in drm_switchctx()
441 int drm_newctx(struct drm_device *dev, void *data, in drm_newctx()
[all …]
H A Ddrm_irq.c40 #define vblanktimestamp(dev, crtc, count) ( \ argument
67 int drm_irq_by_busid(struct drm_device *dev, void *data, in drm_irq_by_busid()
165 struct drm_device *dev = (struct drm_device *)arg; in vblank_disable_fn() local
182 void drm_vblank_cleanup(struct drm_device *dev) in drm_vblank_cleanup()
284 int drm_irq_install(struct drm_device *dev) in drm_irq_install()
363 int drm_irq_uninstall(struct drm_device *dev) in drm_irq_uninstall()
415 int drm_control(struct drm_device *dev, void *data, in drm_control()
798 static void send_vblank_event(struct drm_device *dev, in send_vblank_event()
914 int drm_vblank_get(struct drm_device *dev, int crtc) in drm_vblank_get()
960 void drm_vblank_put(struct drm_device *dev, int crtc) in drm_vblank_put()
[all …]
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Ddma.c15 mt7622_init_tx_queues_multi(struct mt7615_dev *dev) in mt7622_init_tx_queues_multi()
45 mt7615_init_tx_queues(struct mt7615_dev *dev) in mt7615_init_tx_queues()
68 struct mt7615_dev *dev; in mt7615_poll_tx() local
89 struct mt7615_dev *dev; in mt7615_poll_rx() local
105 int mt7615_wait_pdma_busy(struct mt7615_dev *dev) in mt7615_wait_pdma_busy()
142 static void mt7622_dma_sched_init(struct mt7615_dev *dev) in mt7622_dma_sched_init()
166 static void mt7663_dma_sched_init(struct mt7615_dev *dev) in mt7663_dma_sched_init()
201 void mt7615_dma_start(struct mt7615_dev *dev) in mt7615_dma_start()
220 int mt7615_dma_init(struct mt7615_dev *dev) in mt7615_dma_init()
308 void mt7615_dma_cleanup(struct mt7615_dev *dev) in mt7615_dma_cleanup()
H A Deeprom.c12 static int mt7615_efuse_read(struct mt7615_dev *dev, u32 base, in mt7615_efuse_read()
44 static int mt7615_efuse_init(struct mt7615_dev *dev, u32 base) in mt7615_efuse_init()
74 static int mt7615_eeprom_load(struct mt7615_dev *dev, u32 addr) in mt7615_eeprom_load()
87 static int mt7615_check_eeprom(struct mt76_dev *dev) in mt7615_check_eeprom()
102 mt7615_eeprom_parse_hw_band_cap(struct mt7615_dev *dev) in mt7615_eeprom_parse_hw_band_cap()
144 static void mt7615_eeprom_parse_hw_cap(struct mt7615_dev *dev) in mt7615_eeprom_parse_hw_cap()
242 int mt7615_eeprom_get_power_delta_index(struct mt7615_dev *dev, in mt7615_eeprom_get_power_delta_index()
259 static void mt7615_apply_cal_free_data(struct mt7615_dev *dev) in mt7615_apply_cal_free_data()
295 static void mt7622_apply_cal_free_data(struct mt7615_dev *dev) in mt7622_apply_cal_free_data()
315 static void mt7615_cal_free_data(struct mt7615_dev *dev) in mt7615_cal_free_data()
[all …]
H A Dinit.c18 static ssize_t mt7615_thermal_show_temp(struct device *dev, in mt7615_thermal_show_temp()
48 int mt7615_thermal_init(struct mt7615_dev *dev) in mt7615_thermal_init()
69 mt7615_phy_init(struct mt7615_dev *dev) in mt7615_phy_init()
136 mt7615_mac_init(struct mt7615_dev *dev) in mt7615_mac_init()
272 void mt7615_init_txpower(struct mt7615_dev *dev, in mt7615_init_txpower()
320 void mt7615_init_work(struct mt7615_dev *dev) in mt7615_init_work()
335 struct mt7615_dev *dev = mt7615_hw_dev(hw); in mt7615_regd_notifier() local
421 mt7615_cap_dbdc_enable(struct mt7615_dev *dev) in mt7615_cap_dbdc_enable()
437 mt7615_cap_dbdc_disable(struct mt7615_dev *dev) in mt7615_cap_dbdc_disable()
470 struct mt7615_dev *dev; in mt7615_led_set_config() local
[all …]
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dusb.c230 mt76u_req_wr_rp(struct mt76_dev *dev, u32 base, in mt76u_req_wr_rp()
247 mt76u_wr_rp(struct mt76_dev *dev, u32 base, in mt76u_wr_rp()
274 mt76u_rd_rp(struct mt76_dev *dev, u32 base, in mt76u_rd_rp()
283 static bool mt76u_check_sg(struct mt76_dev *dev) in mt76u_check_sg()
690 int mt76u_alloc_mcu_queue(struct mt76_dev *dev) in mt76u_alloc_mcu_queue()
722 void mt76u_stop_rx(struct mt76_dev *dev) in mt76u_stop_rx()
738 int mt76u_resume_rx(struct mt76_dev *dev) in mt76u_resume_rx()
800 struct mt76_dev *dev; in mt76u_tx_status_data() local
988 void mt76u_stop_tx(struct mt76_dev *dev) in mt76u_stop_tx()
1041 void mt76u_queues_deinit(struct mt76_dev *dev) in mt76u_queues_deinit()
[all …]
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 …]
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_srq.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()
290 void mlx4_cleanup_srq_table(struct mlx4_dev *dev) in mlx4_cleanup_srq_table()
[all …]
H A Dmlx4_mr.c156 u32 __mlx4_alloc_mtt_range(struct mlx4_dev *dev, int order) in __mlx4_alloc_mtt_range()
383 void mlx4_mr_hw_put_mpt(struct mlx4_dev *dev, in mlx4_mr_hw_put_mpt()
410 int mlx4_mr_hw_change_access(struct mlx4_dev *dev, in mlx4_mr_hw_change_access()
436 static int mlx4_WRITE_MTT(struct mlx4_dev *dev, in mlx4_WRITE_MTT()
444 int __mlx4_mpt_reserve(struct mlx4_dev *dev) in __mlx4_mpt_reserve()
451 static int mlx4_mpt_reserve(struct mlx4_dev *dev) in mlx4_mpt_reserve()
465 void __mlx4_mpt_release(struct mlx4_dev *dev, u32 index) in __mlx4_mpt_release()
509 void __mlx4_mpt_free_icm(struct mlx4_dev *dev, u32 index) in __mlx4_mpt_free_icm()
913 int mlx4_init_mr_table(struct mlx4_dev *dev) in mlx4_init_mr_table()
961 void mlx4_cleanup_mr_table(struct mlx4_dev *dev) in mlx4_cleanup_mr_table()
[all …]
H A Dmlx4_eq.c144 struct mlx4_dev *dev = &priv->dev; in mlx4_gen_slave_eqe() local
239 struct mlx4_dev *dev = &priv->dev; in mlx4_set_eq_affinity_hint() local
453 struct mlx4_dev *dev = &priv->dev; in mlx4_master_handle_slave_flr() local
836 struct mlx4_dev *dev = dev_ptr; in mlx4_interrupt() local
852 struct mlx4_dev *dev = eq->dev; in mlx4_msi_x_interrupt() local
1136 int mlx4_alloc_eq_table(struct mlx4_dev *dev) in mlx4_alloc_eq_table()
1148 void mlx4_free_eq_table(struct mlx4_dev *dev) in mlx4_free_eq_table()
1153 int mlx4_init_eq_table(struct mlx4_dev *dev) in mlx4_init_eq_table()
1341 int mlx4_test_async(struct mlx4_dev *dev) in mlx4_test_async()
1536 mlx4_disable_interrupts(struct mlx4_dev *dev) in mlx4_disable_interrupts()
[all …]
/freebsd/sys/dev/p2sb/
H A Dp2sb.c65 device_t dev; member
74 p2sb_get_port(device_t dev, int unit) in p2sb_get_port()
83 p2sb_port_read_4(device_t dev, uint8_t port, uint32_t reg) in p2sb_port_read_4()
103 p2sb_lock(device_t dev) in p2sb_lock()
112 p2sb_unlock(device_t dev) in p2sb_unlock()
122 p2sb_probe(device_t dev) in p2sb_probe()
135 p2sb_attach(device_t dev) in p2sb_attach()
158 p2sb_detach(device_t dev) in p2sb_detach()
174 p2sb_shutdown(device_t dev) in p2sb_shutdown()
184 p2sb_suspend(device_t dev) in p2sb_suspend()
[all …]
/freebsd/sys/dev/mvs/
H A Dmvs.c105 mvs_ch_probe(device_t dev) in mvs_ch_probe()
113 mvs_ch_attach(device_t dev) in mvs_ch_attach()
217 mvs_ch_detach(device_t dev) in mvs_ch_detach()
249 mvs_ch_init(device_t dev) in mvs_ch_init()
277 mvs_ch_deinit(device_t dev) in mvs_ch_deinit()
327 mvs_dmainit(device_t dev) in mvs_dmainit()
391 mvs_dmafini(device_t dev) in mvs_dmafini()
1967 device_t dev = arg; in mvs_reset_to() local
1994 mvs_errata(device_t dev) in mvs_errata()
2027 mvs_reset(device_t dev) in mvs_reset()
[all …]
/freebsd/sys/dev/virtio/pci/
H A Dvirtio_pci_legacy.c191 vtpci_legacy_probe(device_t dev) in vtpci_legacy_probe()
218 vtpci_legacy_attach(device_t dev) in vtpci_legacy_attach()
261 vtpci_legacy_detach(device_t dev) in vtpci_legacy_detach()
280 vtpci_legacy_suspend(device_t dev) in vtpci_legacy_suspend()
286 vtpci_legacy_resume(device_t dev) in vtpci_legacy_resume()
415 vtpci_legacy_stop(device_t dev) in vtpci_legacy_stop()
535 device_t dev; in vtpci_legacy_setup_msix() local
562 device_t dev; in vtpci_legacy_teardown_msix() local
584 device_t dev; in vtpci_legacy_alloc_resources() local
610 device_t dev; in vtpci_legacy_free_resources() local
[all …]
/freebsd/sys/dev/sound/pci/hda/
H A Dhdacc.c47 device_t dev; member
54 device_t dev; member
422 hdacc_suspend(device_t dev) in hdacc_suspend()
436 hdacc_resume(device_t dev) in hdacc_resume()
450 hdacc_probe(device_t dev) in hdacc_probe()
481 hdacc_attach(device_t dev) in hdacc_attach()
537 hdacc_detach(device_t dev) in hdacc_detach()
568 hdacc_print_child(device_t dev, device_t child) in hdacc_print_child()
629 hdacc_get_mtx(device_t dev, device_t child) in hdacc_get_mtx()
737 hdacc_unsol_intr(device_t dev, uint32_t resp) in hdacc_unsol_intr()
[all …]
/freebsd/sys/dev/iicbus/controller/opencores/
H A Diicoc.c51 iicoc_dev_write(device_t dev, int reg, int value) in iicoc_dev_write()
60 iicoc_dev_read(device_t dev, int reg) in iicoc_dev_read()
71 iicoc_wait_on_status(device_t dev, uint8_t bit) in iicoc_wait_on_status()
84 iicoc_rd_cmd(device_t dev, uint8_t cmd) in iicoc_rd_cmd()
98 iicoc_wr_cmd(device_t dev, uint8_t data, uint8_t cmd) in iicoc_wr_cmd()
111 iicoc_wr_ack_cmd(device_t dev, uint8_t data, uint8_t cmd) in iicoc_wr_ack_cmd()
125 iicoc_init(device_t dev) in iicoc_init()
185 iicoc_iicbus_start(device_t dev, u_char slave, int timeout) in iicoc_iicbus_start()
192 iicoc_iicbus_repeated_start(device_t dev, u_char slave, int timeout) in iicoc_iicbus_repeated_start()
199 iicoc_iicbus_stop(device_t dev) in iicoc_iicbus_stop()
[all …]
/freebsd/sys/arm64/freescale/imx/
H A Dimx7gpc.c48 device_t dev; member
60 imx7gpc_activate_intr(device_t dev, struct intr_irqsrc *isrc, in imx7gpc_activate_intr()
69 imx7gpc_disable_intr(device_t dev, struct intr_irqsrc *isrc) in imx7gpc_disable_intr()
77 imx7gpc_enable_intr(device_t dev, struct intr_irqsrc *isrc) in imx7gpc_enable_intr()
85 imx7gpc_map_intr(device_t dev, struct intr_map_data *data, in imx7gpc_map_intr()
103 imx7gpc_setup_intr(device_t dev, struct intr_irqsrc *isrc, in imx7gpc_setup_intr()
121 imx7gpc_pre_ithread(device_t dev, struct intr_irqsrc *isrc) in imx7gpc_pre_ithread()
137 imx7gpc_post_filter(device_t dev, struct intr_irqsrc *isrc) in imx7gpc_post_filter()
146 imx7gpc_bind_intr(device_t dev, struct intr_irqsrc *isrc) in imx7gpc_bind_intr()
155 imx7gpc_probe(device_t dev) in imx7gpc_probe()
[all …]
/freebsd/sys/arm/ti/omap4/
H A Domap4_wugen.c57 omap4_wugen_activate_intr(device_t dev, struct intr_irqsrc *isrc, in omap4_wugen_activate_intr()
66 omap4_wugen_disable_intr(device_t dev, struct intr_irqsrc *isrc) in omap4_wugen_disable_intr()
74 omap4_wugen_enable_intr(device_t dev, struct intr_irqsrc *isrc) in omap4_wugen_enable_intr()
82 omap4_wugen_map_intr(device_t dev, struct intr_map_data *data, in omap4_wugen_map_intr()
100 omap4_wugen_setup_intr(device_t dev, struct intr_irqsrc *isrc, in omap4_wugen_setup_intr()
118 omap4_wugen_pre_ithread(device_t dev, struct intr_irqsrc *isrc) in omap4_wugen_pre_ithread()
134 omap4_wugen_post_filter(device_t dev, struct intr_irqsrc *isrc) in omap4_wugen_post_filter()
143 omap4_wugen_bind_intr(device_t dev, struct intr_irqsrc *isrc) in omap4_wugen_bind_intr()
152 omap4_wugen_probe(device_t dev) in omap4_wugen_probe()
165 omap4_wugen_detach(device_t dev) in omap4_wugen_detach()
[all …]
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_transobj.c78 int mlx5_core_modify_rq(struct mlx5_core_dev *dev, u32 *in, int inlen) in mlx5_core_modify_rq()
87 void mlx5_core_destroy_rq(struct mlx5_core_dev *dev, u32 rqn) in mlx5_core_destroy_rq()
98 int mlx5_core_query_rq(struct mlx5_core_dev *dev, u32 rqn, u32 *out) in mlx5_core_query_rq()
123 int mlx5_core_modify_sq(struct mlx5_core_dev *dev, u32 *in, int inlen) in mlx5_core_modify_sq()
132 void mlx5_core_destroy_sq(struct mlx5_core_dev *dev, u32 sqn) in mlx5_core_destroy_sq()
143 int mlx5_core_query_sq(struct mlx5_core_dev *dev, u32 sqn, u32 *out) in mlx5_core_query_sq()
196 int mlx5_core_modify_tis(struct mlx5_core_dev *dev, u32 tisn, u32 *in, in mlx5_core_modify_tis()
242 int mlx5_core_destroy_rmp(struct mlx5_core_dev *dev, u32 rmpn) in mlx5_core_destroy_rmp()
264 int mlx5_core_arm_rmp(struct mlx5_core_dev *dev, u32 rmpn, u16 lwm) in mlx5_core_arm_rmp()
307 int mlx5_core_destroy_xsrq(struct mlx5_core_dev *dev, u32 xsrqn) in mlx5_core_destroy_xsrq()
[all …]
H A Dmlx5_main.c234 struct mlx5_core_dev *dev = pci_get_drvdata(pdev); in set_dma_caps() local
306 struct mlx5_core_dev *dev = pci_get_drvdata(pdev); in request_bar() local
470 static int handle_hca_cap(struct mlx5_core_dev *dev) in handle_hca_cap()
575 static int set_hca_ctrl(struct mlx5_core_dev *dev) in set_hca_ctrl()
694 static void free_comp_eqs(struct mlx5_core_dev *dev) in free_comp_eqs()
712 static int alloc_comp_eqs(struct mlx5_core_dev *dev) in alloc_comp_eqs()
823 mlx5_register_device(struct mlx5_core_dev *dev) in mlx5_register_device()
838 mlx5_unregister_device(struct mlx5_core_dev *dev) in mlx5_unregister_device()
906 mlx5_firmware_update(struct mlx5_core_dev *dev) in mlx5_firmware_update()
1398 struct mlx5_core_dev *dev; in init_one() local
[all …]
/freebsd/sys/dev/etherswitch/
H A Dmiiproxy.c181 rendezvous_unregister_proxy(device_t dev) in rendezvous_unregister_proxy()
253 miiproxy_probe(device_t dev) in miiproxy_probe()
261 miiproxy_attach(device_t dev) in miiproxy_attach()
272 miiproxy_detach(device_t dev) in miiproxy_detach()
301 miiproxy_statchg(device_t dev) in miiproxy_statchg()
308 miiproxy_linkchg(device_t dev) in miiproxy_linkchg()
315 miiproxy_mediainit(device_t dev) in miiproxy_mediainit()
339 mdioproxy_probe(device_t dev) in mdioproxy_probe()
347 mdioproxy_attach(device_t dev) in mdioproxy_attach()
355 mdioproxy_detach(device_t dev) in mdioproxy_detach()
[all …]
/freebsd/sys/dev/gpio/
H A Dqoriq_gpio.c51 qoriq_gpio_get_bus(device_t dev) in qoriq_gpio_get_bus()
61 qoriq_gpio_pin_max(device_t dev, int *maxpin) in qoriq_gpio_pin_max()
70 qoriq_gpio_pin_getcaps(device_t dev, uint32_t pin, uint32_t *caps) in qoriq_gpio_pin_getcaps()
88 qoriq_gpio_pin_getname(device_t dev, uint32_t pin, char *name) in qoriq_gpio_pin_getname()
102 qoriq_gpio_pin_configure(device_t dev, uint32_t pin, uint32_t flags) in qoriq_gpio_pin_configure()
136 qoriq_gpio_pin_setflags(device_t dev, uint32_t pin, uint32_t flags) in qoriq_gpio_pin_setflags()
173 qoriq_gpio_pin_set(device_t dev, uint32_t pin, unsigned int value) in qoriq_gpio_pin_set()
211 qoriq_gpio_pin_toggle(device_t dev, uint32_t pin) in qoriq_gpio_pin_toggle()
238 qoriq_gpio_probe(device_t dev) in qoriq_gpio_probe()
350 qoriq_gpio_attach(device_t dev) in qoriq_gpio_attach()
[all …]
/freebsd/sys/dev/agp/
H A Dagp_amd64.c80 agp_amd64_match(device_t dev) in agp_amd64_match()
145 agp_amd64_probe(device_t dev) in agp_amd64_probe()
160 agp_amd64_attach(device_t dev) in agp_amd64_attach()
244 agp_amd64_detach(device_t dev) in agp_amd64_detach()
276 agp_amd64_get_aperture(device_t dev) in agp_amd64_get_aperture()
291 agp_amd64_set_aperture(device_t dev, uint32_t aperture) in agp_amd64_set_aperture()
354 agp_amd64_flush_tlb(device_t dev) in agp_amd64_flush_tlb()
371 agp_amd64_apbase_fixup(device_t dev) in agp_amd64_apbase_fixup()
385 agp_amd64_uli_init(device_t dev) in agp_amd64_uli_init()
418 agp_amd64_nvidia_init(device_t dev) in agp_amd64_nvidia_init()
[all …]
/freebsd/sys/isa/
H A Dvga_isa.c70 vga_suspend(device_t dev) in vga_suspend()
112 vga_resume(device_t dev) in vga_resume()
139 isavga_probe(device_t dev) in isavga_probe()
168 isavga_attach(device_t dev) in isavga_attach()
201 isavga_suspend(device_t dev) in isavga_suspend()
214 isavga_resume(device_t dev) in isavga_resume()
249 vgapm_probe(device_t dev) in vgapm_probe()
259 vgapm_attach(device_t dev) in vgapm_attach()
269 vgapm_suspend(device_t dev) in vgapm_suspend()
286 vgapm_resume(device_t dev) in vgapm_resume()
/freebsd/sys/dev/ppbus/
H A Dlpbb.c62 device_t dev; in lpbb_identify() local
70 lpbb_probe(device_t dev) in lpbb_probe()
83 lpbb_attach(device_t dev) in lpbb_attach()
95 lpbb_callback(device_t dev, int index, caddr_t data) in lpbb_callback()
133 lpbb_reset_bus(device_t dev) in lpbb_reset_bus()
143 lpbb_getscl(device_t dev) in lpbb_getscl()
155 lpbb_getsda(device_t dev) in lpbb_getsda()
167 lpbb_setsda(device_t dev, int val) in lpbb_setsda()
180 lpbb_setscl(device_t dev, int val) in lpbb_setscl()
193 lpbb_detect(device_t dev) in lpbb_detect()
[all …]
/freebsd/sys/dev/etherswitch/ar40xx/
H A Dar40xx_main.c84 ar40xx_probe(device_t dev) in ar40xx_probe()
107 ar40xx_statchg(device_t dev) in ar40xx_statchg()
115 ar40xx_readphy(device_t dev, int phy, int reg) in ar40xx_readphy()
254 ar40xx_detach(device_t dev) in ar40xx_detach()
279 ar40xx_attach(device_t dev) in ar40xx_attach()
520 ar40xx_lock(device_t dev) in ar40xx_lock()
528 ar40xx_unlock(device_t dev) in ar40xx_unlock()
537 ar40xx_getinfo(device_t dev) in ar40xx_getinfo()
545 ar40xx_readreg(device_t dev, int addr) in ar40xx_readreg()
830 ar40xx_atu_flush_all(device_t dev) in ar40xx_atu_flush_all()
[all …]

12345678910>>...85