Home
last modified time | relevance | path

Searched defs:dev (Results 101 – 125 of 2379) sorted by relevance

12345678910>>...96

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Ddma-mapping.h110 dma_supported(struct device *dev, u64 dma_mask) in dma_supported()
118 dma_set_mask(struct device *dev, u64 dma_mask) in dma_set_mask()
128 dma_set_coherent_mask(struct device *dev, u64 dma_mask) in dma_set_coherent_mask()
138 dma_set_mask_and_coherent(struct device *dev, u64 dma_mask) in dma_set_mask_and_coherent()
189 #define dma_map_sg_attrs(dev, sgl, nents, dir, attrs) \ argument
192 #define dma_unmap_sg_attrs(dev, sg, nents, dir, attrs) \ argument
196 dma_map_page(struct device *dev, struct page *page, in dma_map_page()
293 dma_mapping_error(struct device *dev, dma_addr_t dma_addr) in dma_mapping_error()
330 dma_max_mapping_size(struct device *dev) in dma_max_mapping_size()
336 #define dma_map_single_attrs(dev, ptr, size, dir, attrs) \ argument
[all …]
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_mcg.c43 int mlx4_get_mgm_entry_size(struct mlx4_dev *dev) in mlx4_get_mgm_entry_size()
48 int mlx4_get_qp_per_mgm(struct mlx4_dev *dev) in mlx4_get_qp_per_mgm()
82 static int mlx4_READ_ENTRY(struct mlx4_dev *dev, int index, in mlx4_READ_ENTRY()
418 static int add_promisc_qp(struct mlx4_dev *dev, u8 port, in add_promisc_qp()
694 static int find_entry(struct mlx4_dev *dev, u8 port, in find_entry()
826 int mlx4_hw_rule_sz(struct mlx4_dev *dev, in mlx4_hw_rule_sz()
983 int mlx4_flow_attach(struct mlx4_dev *dev, in mlx4_flow_attach()
1037 int mlx4_flow_detach(struct mlx4_dev *dev, u64 reg_id) in mlx4_flow_detach()
1528 int mlx4_unicast_attach(struct mlx4_dev *dev, in mlx4_unicast_attach()
1624 int mlx4_init_mcg_table(struct mlx4_dev *dev) in mlx4_init_mcg_table()
[all …]
H A Dmlx4_qp.c50 void mlx4_qp_event(struct mlx4_dev *dev, u32 qpn, int event_type) in mlx4_qp_event()
362 void __mlx4_qp_free_icm(struct mlx4_dev *dev, int qpn) in __mlx4_qp_free_icm()
374 static void mlx4_qp_free_icm(struct mlx4_dev *dev, int qpn) in mlx4_qp_free_icm()
422 int mlx4_update_qp(struct mlx4_dev *dev, u32 qpn, in mlx4_update_qp()
502 void mlx4_qp_free(struct mlx4_dev *dev, struct mlx4_qp *qp) in mlx4_qp_free()
522 static int mlx4_create_zones(struct mlx4_dev *dev, in mlx4_create_zones()
712 static void mlx4_cleanup_qp_zones(struct mlx4_dev *dev) in mlx4_cleanup_qp_zones()
739 int mlx4_init_qp_table(struct mlx4_dev *dev) in mlx4_init_qp_table()
868 void mlx4_cleanup_qp_table(struct mlx4_dev *dev) in mlx4_cleanup_qp_table()
878 int mlx4_qp_query(struct mlx4_dev *dev, struct mlx4_qp *qp, in mlx4_qp_query()
[all …]
H A Dmlx4_icm.c79 void mlx4_free_icm(struct mlx4_dev *dev, struct mlx4_icm *icm, int coherent) in mlx4_free_icm()
114 static int mlx4_alloc_icm_coherent(struct device *dev, struct scatterlist *mem, in mlx4_alloc_icm_coherent()
128 struct mlx4_icm *mlx4_alloc_icm(struct mlx4_dev *dev, int npages, in mlx4_alloc_icm()
228 static int mlx4_MAP_ICM(struct mlx4_dev *dev, struct mlx4_icm *icm, u64 virt) in mlx4_MAP_ICM()
233 static int mlx4_UNMAP_ICM(struct mlx4_dev *dev, u64 virt, u32 page_count) in mlx4_UNMAP_ICM()
239 int mlx4_MAP_ICM_AUX(struct mlx4_dev *dev, struct mlx4_icm *icm) in mlx4_MAP_ICM_AUX()
244 int mlx4_UNMAP_ICM_AUX(struct mlx4_dev *dev) in mlx4_UNMAP_ICM_AUX()
250 int mlx4_table_get(struct mlx4_dev *dev, struct mlx4_icm_table *table, u32 obj, in mlx4_table_get()
354 int mlx4_table_get_range(struct mlx4_dev *dev, struct mlx4_icm_table *table, in mlx4_table_get_range()
378 void mlx4_table_put_range(struct mlx4_dev *dev, struct mlx4_icm_table *table, in mlx4_table_put_range()
[all …]
/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/
H A Deeprom.c8 mt7603_efuse_read(struct mt7603_dev *dev, u32 base, u16 addr, u8 *data) in mt7603_efuse_read()
41 mt7603_efuse_init(struct mt7603_dev *dev) in mt7603_efuse_init()
67 mt7603_has_cal_free_data(struct mt7603_dev *dev, u8 *efuse) in mt7603_has_cal_free_data()
91 mt7603_apply_cal_free_data(struct mt7603_dev *dev, u8 *efuse) in mt7603_apply_cal_free_data()
126 mt7603_eeprom_load(struct mt7603_dev *dev) in mt7603_eeprom_load()
137 static int mt7603_check_eeprom(struct mt76_dev *dev) in mt7603_check_eeprom()
151 static inline bool is_mt7688(struct mt7603_dev *dev) in is_mt7688()
156 int mt7603_eeprom_init(struct mt7603_dev *dev) in mt7603_eeprom_init()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76x02_usb_core.c25 int mt76x02u_mac_start(struct mt76x02_dev *dev) in mt76x02u_mac_start()
69 struct mt76x02_dev *dev = container_of(mdev, struct mt76x02_dev, mt76); in mt76x02u_tx_prepare_skb() local
128 static void mt76x02u_start_pre_tbtt_timer(struct mt76x02_dev *dev) in mt76x02u_start_pre_tbtt_timer()
146 static void mt76x02u_restart_pre_tbtt_timer(struct mt76x02_dev *dev) in mt76x02u_restart_pre_tbtt_timer()
172 static void mt76x02u_stop_pre_tbtt_timer(struct mt76x02_dev *dev) in mt76x02u_stop_pre_tbtt_timer()
183 struct mt76x02_dev *dev = in mt76x02u_pre_tbtt_work() local
227 struct mt76x02_dev *dev = in mt76x02u_pre_tbtt_interrupt() local
235 static void mt76x02u_pre_tbtt_enable(struct mt76x02_dev *dev, bool en) in mt76x02u_pre_tbtt_enable()
244 static void mt76x02u_beacon_enable(struct mt76x02_dev *dev, bool en) in mt76x02u_beacon_enable()
253 void mt76x02u_init_beacon_config(struct mt76x02_dev *dev) in mt76x02u_init_beacon_config()
[all …]
H A Dmt76x02_beacon.c10 static void mt76x02_set_beacon_offsets(struct mt76x02_dev *dev) in mt76x02_set_beacon_offsets()
26 mt76x02_write_beacon(struct mt76x02_dev *dev, int offset, struct sk_buff *skb) in mt76x02_write_beacon()
54 void mt76x02_mac_set_beacon(struct mt76x02_dev *dev, in mt76x02_mac_set_beacon()
69 void mt76x02_mac_set_beacon_enable(struct mt76x02_dev *dev, in mt76x02_mac_set_beacon_enable()
107 mt76x02_resync_beacon_timer(struct mt76x02_dev *dev) in mt76x02_resync_beacon_timer()
139 struct mt76x02_dev *dev = (struct mt76x02_dev *)priv; in mt76x02_update_beacon_iter() local
158 struct mt76x02_dev *dev = data->dev; in mt76x02_add_buffered_bc() local
179 mt76x02_enqueue_buffered_bc(struct mt76x02_dev *dev, in mt76x02_enqueue_buffered_bc()
207 void mt76x02_init_beacon_config(struct mt76x02_dev *dev) in mt76x02_init_beacon_config()
/freebsd/sys/powerpc/mpc85xx/
H A Dmpc85xx_gpio.c63 device_t dev; member
71 mpc85xx_gpio_get_bus(device_t dev) in mpc85xx_gpio_get_bus()
81 mpc85xx_gpio_pin_max(device_t dev, int *maxpin) in mpc85xx_gpio_pin_max()
90 mpc85xx_gpio_pin_getcaps(device_t dev, uint32_t pin, uint32_t *caps) in mpc85xx_gpio_pin_getcaps()
103 mpc85xx_gpio_pin_getname(device_t dev, uint32_t pin, char *name) in mpc85xx_gpio_pin_getname()
117 mpc85xx_gpio_pin_set(device_t dev, uint32_t pin, unsigned int value) in mpc85xx_gpio_pin_set()
141 mpc85xx_gpio_pin_get(device_t dev, uint32_t pin, unsigned int *value) in mpc85xx_gpio_pin_get()
155 mpc85xx_gpio_pin_toggle(device_t dev, uint32_t pin) in mpc85xx_gpio_pin_toggle()
175 mpc85xx_gpio_probe(device_t dev) in mpc85xx_gpio_probe()
201 mpc85xx_gpio_attach(device_t dev) in mpc85xx_gpio_attach()
[all …]
/freebsd/sys/dev/bhnd/
H A Dbhnd.c104 bhnd_generic_attach(device_t dev) in bhnd_generic_attach()
162 bhnd_generic_detach(device_t dev) in bhnd_generic_detach()
186 bhnd_generic_shutdown(device_t dev) in bhnd_generic_shutdown()
223 bhnd_generic_resume(device_t dev) in bhnd_generic_resume()
262 bhnd_generic_suspend(device_t dev) in bhnd_generic_suspend()
361 bhnd_generic_alloc_pmu(device_t dev, device_t child) in bhnd_generic_alloc_pmu()
484 bhnd_generic_release_pmu(device_t dev, device_t child) in bhnd_generic_release_pmu()
812 bhnd_generic_print_child(device_t dev, device_t child) in bhnd_generic_print_child()
844 bhnd_generic_probe_nomatch(device_t dev, device_t child) in bhnd_generic_probe_nomatch()
918 bhnd_generic_child_deleted(device_t dev, device_t child) in bhnd_generic_child_deleted()
[all …]
/freebsd/sys/dev/bhnd/bcma/
H A Dbcma.c64 bcma_probe(device_t dev) in bcma_probe()
78 bcma_attach(device_t dev) in bcma_attach()
92 bcma_detach(device_t dev) in bcma_detach()
118 bcma_child_deleted(device_t dev, device_t child) in bcma_child_deleted()
200 bcma_get_resource_list(device_t dev, device_t child) in bcma_get_resource_list()
207 bcma_read_iost(device_t dev, device_t child, uint16_t *iost) in bcma_read_iost()
221 bcma_read_ioctl(device_t dev, device_t child, uint16_t *ioctl) in bcma_read_ioctl()
263 bcma_is_hw_suspended(device_t dev, device_t child) in bcma_is_hw_suspended()
295 bcma_reset_hw(device_t dev, device_t child, uint16_t ioctl, in bcma_reset_hw()
344 bcma_suspend_hw(device_t dev, device_t child, uint16_t ioctl) in bcma_suspend_hw()
[all …]
/freebsd/sys/dev/ata/chipsets/
H A Data-intel.c103 ata_intel_probe(device_t dev) in ata_intel_probe()
208 ata_intel_chipinit(device_t dev) in ata_intel_chipinit()
297 ata_intel_chipdeinit(device_t dev) in ata_intel_chipdeinit()
310 ata_intel_ch_attach(device_t dev) in ata_intel_ch_attach()
406 ata_intel_reset(device_t dev) in ata_intel_reset()
588 ata_intel_sata_status(device_t dev) in ata_intel_sata_status()
794 ata_intel_sata_sidpr_test(device_t dev) in ata_intel_sata_sidpr_test()
820 ata_intel_31244_ch_attach(device_t dev) in ata_intel_31244_ch_attach()
871 ata_intel_31244_ch_detach(device_t dev) in ata_intel_31244_ch_detach()
879 ata_intel_31244_status(device_t dev) in ata_intel_31244_status()
[all …]
/freebsd/sys/arm/ti/
H A Dti_prm.c46 #define DPRINTF(dev, msg...) argument
53 device_t dev; member
84 ti_prm_probe(device_t dev) in ti_prm_probe()
100 ti_prm_attach(device_t dev) in ti_prm_attach()
123 ti_prm_detach(device_t dev) { in ti_prm_detach()
128 ti_prm_reset(device_t dev) in ti_prm_reset()
142 ti_prm_write_4(device_t dev, bus_addr_t addr, uint32_t val) in ti_prm_write_4()
155 ti_prm_read_4(device_t dev, bus_addr_t addr, uint32_t *val) in ti_prm_read_4()
169 ti_prm_modify_4(device_t dev, bus_addr_t addr, uint32_t clr, uint32_t set) in ti_prm_modify_4()
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_pagealloc.c38 struct mlx5_core_dev *dev; member
164 struct mlx5_core_dev *dev; in mlx5_fwp_free() local
254 alloc_4k(struct mlx5_core_dev *dev, u64 *addr, u16 func_id) in alloc_4k()
282 free_4k(struct mlx5_core_dev *dev, u64 addr) in free_4k()
385 static int reclaim_pages_cmd(struct mlx5_core_dev *dev, in reclaim_pages_cmd()
463 struct mlx5_core_dev *dev = req->dev; in pages_work_handler() local
558 int mlx5_reclaim_startup_pages(struct mlx5_core_dev *dev) in mlx5_reclaim_startup_pages()
591 void mlx5_pagealloc_init(struct mlx5_core_dev *dev) in mlx5_pagealloc_init()
597 void mlx5_pagealloc_cleanup(struct mlx5_core_dev *dev) in mlx5_pagealloc_cleanup()
602 int mlx5_pagealloc_start(struct mlx5_core_dev *dev) in mlx5_pagealloc_start()
[all …]
/freebsd/sys/dev/drm2/
H A Ddrm_crtc_helper.c116 struct drm_device *dev = connector->dev; in drm_helper_probe_single_connector_modes() local
221 struct drm_device *dev = encoder->dev; in drm_helper_encoder_in_use() local
244 struct drm_device *dev = crtc->dev; in drm_helper_crtc_in_use() local
319 struct drm_device *dev; in drm_encoder_crtc_ok() local
345 drm_crtc_prepare_encoders(struct drm_device *dev) in drm_crtc_prepare_encoders()
390 struct drm_device *dev = crtc->dev; in drm_crtc_helper_set_mode() local
513 struct drm_device *dev = crtc->dev; in drm_crtc_helper_disable() local
552 struct drm_device *dev; in drm_crtc_helper_set_config() local
821 struct drm_device *dev = encoder->dev; in drm_helper_choose_encoder_dpms() local
834 struct drm_device *dev = crtc->dev; in drm_helper_choose_crtc_dpms() local
[all …]
/freebsd/sys/dev/gpio/
H A Dpl061.c85 pl061_get_bus(device_t dev) in pl061_get_bus()
94 pl061_pin_max(device_t dev, int *maxpin) in pl061_pin_max()
101 pl061_pin_getname(device_t dev, uint32_t pin, char *name) in pl061_pin_getname()
135 pl061_pin_getcaps(device_t dev, uint32_t pin, uint32_t *caps) in pl061_pin_getcaps()
183 pl061_pin_get(device_t dev, uint32_t pin, uint32_t *value) in pl061_pin_get()
202 pl061_pin_set(device_t dev, uint32_t pin, uint32_t value) in pl061_pin_set()
219 pl061_pin_toggle(device_t dev, uint32_t pin) in pl061_pin_toggle()
270 pl061_pic_map_intr(device_t dev, struct intr_map_data *data, in pl061_pic_map_intr()
295 pl061_pic_setup_intr(device_t dev, struct intr_irqsrc *isrc, in pl061_pic_setup_intr()
436 pl061_attach(device_t dev) in pl061_attach()
[all …]
/freebsd/sys/x86/pci/
H A Dpci_bus.c55 legacy_pcib_maxslots(device_t dev) in legacy_pcib_maxslots()
81 legacy_pcib_route_interrupt(device_t pcib, device_t dev, int pin) in legacy_pcib_route_interrupt()
107 legacy_pcib_alloc_msix(device_t pcib, device_t dev, int *irq) in legacy_pcib_alloc_msix()
500 legacy_pcib_probe(device_t dev) in legacy_pcib_probe()
509 legacy_pcib_attach(device_t dev) in legacy_pcib_attach()
531 legacy_pcib_read_ivar(device_t dev, device_t child, int which, in legacy_pcib_read_ivar()
610 legacy_pcib_adjust_resource(device_t dev, device_t child, in legacy_pcib_adjust_resource()
637 legacy_pcib_deactivate_resource(device_t dev, device_t child, in legacy_pcib_deactivate_resource()
707 pcibus_pnp_probe(device_t dev) in pcibus_pnp_probe()
717 pcibus_pnp_attach(device_t dev) in pcibus_pnp_attach()
[all …]
/freebsd/sys/dev/mlx5/mlx5_lib/
H A Dmlx5_gid.c38 void mlx5_init_reserved_gids(struct mlx5_core_dev *dev) in mlx5_init_reserved_gids()
47 void mlx5_cleanup_reserved_gids(struct mlx5_core_dev *dev) in mlx5_cleanup_reserved_gids()
55 int mlx5_core_reserve_gids(struct mlx5_core_dev *dev, unsigned int count) in mlx5_core_reserve_gids()
79 void mlx5_core_unreserve_gids(struct mlx5_core_dev *dev, unsigned int count) in mlx5_core_unreserve_gids()
92 int mlx5_core_reserved_gid_alloc(struct mlx5_core_dev *dev, int *gid_index) in mlx5_core_reserved_gid_alloc()
109 void mlx5_core_reserved_gid_free(struct mlx5_core_dev *dev, int gid_index) in mlx5_core_reserved_gid_free()
115 unsigned int mlx5_core_reserved_gids_count(struct mlx5_core_dev *dev) in mlx5_core_reserved_gids_count()
121 int mlx5_core_roce_gid_set(struct mlx5_core_dev *dev, unsigned int index, in mlx5_core_roce_gid_set()
/freebsd/sys/dev/acpica/
H A Dacpi_container.c90 acpi_syscont_probe(device_t dev) in acpi_syscont_probe()
104 acpi_syscont_attach(device_t dev) in acpi_syscont_attach()
112 acpi_syscont_detach(device_t dev) in acpi_syscont_detach()
119 acpi_syscont_alloc_msi(device_t bus, device_t dev, int count, int maxcount, in acpi_syscont_alloc_msi()
129 acpi_syscont_release_msi(device_t bus, device_t dev, int count, int *irqs) in acpi_syscont_release_msi()
137 acpi_syscont_alloc_msix(device_t bus, device_t dev, int *irq) in acpi_syscont_alloc_msix()
145 acpi_syscont_release_msix(device_t bus, device_t dev, int irq) in acpi_syscont_release_msix()
153 acpi_syscont_map_msi(device_t bus, device_t dev, int irq, uint64_t *addr, in acpi_syscont_map_msi()
H A Dacpi_dock.c72 acpi_dock_get_info(device_t dev) in acpi_dock_get_info()
187 device_t dev; in acpi_dock_attach_later() local
203 device_t dock_dev, dev; in acpi_dock_insert_child() local
257 acpi_dock_insert(device_t dev) in acpi_dock_insert()
293 device_t dock_dev, dev; in acpi_dock_eject_child() local
331 acpi_dock_removal(device_t dev) in acpi_dock_removal()
369 acpi_dock_device_check(device_t dev) in acpi_dock_device_check()
397 device_t dev; in acpi_dock_notify_handler() local
423 device_t dev; in acpi_dock_status_sysctl() local
462 acpi_dock_probe(device_t dev) in acpi_dock_probe()
[all …]
/freebsd/sys/dev/etherswitch/mtkswitch/
H A Dmtkswitch.c87 mtkswitch_probe(device_t dev) in mtkswitch_probe()
170 mtkswitch_attach(device_t dev) in mtkswitch_attach()
257 mtkswitch_detach(device_t dev) in mtkswitch_detach()
404 mtkswitch_lock(device_t dev) in mtkswitch_lock()
413 mtkswitch_unlock(device_t dev) in mtkswitch_unlock()
422 mtkswitch_getinfo(device_t dev) in mtkswitch_getinfo()
437 mtkswitch_getport(device_t dev, etherswitch_port_t *p) in mtkswitch_getport()
513 mtkswitch_statchg(device_t dev) in mtkswitch_statchg()
595 mtkswitch_readphy(device_t dev, int phy, int reg) in mtkswitch_readphy()
611 mtkswitch_readreg(device_t dev, int addr) in mtkswitch_readreg()
[all …]
/freebsd/sys/arm/mv/
H A Dmv_ap806_gicp.c61 device_t dev; member
86 mv_ap806_gicp_probe(device_t dev) in mv_ap806_gicp_probe()
100 mv_ap806_gicp_attach(device_t dev) in mv_ap806_gicp_attach()
159 mv_ap806_gicp_detach(device_t dev) in mv_ap806_gicp_detach()
236 mv_ap806_gicp_enable_intr(device_t dev, struct intr_irqsrc *isrc) in mv_ap806_gicp_enable_intr()
246 mv_ap806_gicp_disable_intr(device_t dev, struct intr_irqsrc *isrc) in mv_ap806_gicp_disable_intr()
256 mv_ap806_gicp_map_intr(device_t dev, struct intr_map_data *data, in mv_ap806_gicp_map_intr()
280 mv_ap806_gicp_setup_intr(device_t dev, struct intr_irqsrc *isrc, in mv_ap806_gicp_setup_intr()
308 mv_ap806_gicp_pre_ithread(device_t dev, struct intr_irqsrc *isrc) in mv_ap806_gicp_pre_ithread()
318 mv_ap806_gicp_post_ithread(device_t dev, struct intr_irqsrc *isrc) in mv_ap806_gicp_post_ithread()
[all …]
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_i2cbb.c80 lkpi_iicbb_probe(device_t dev) in lkpi_iicbb_probe()
88 lkpi_iicbb_attach(device_t dev) in lkpi_iicbb_attach()
103 lkpi_iicbb_detach(device_t dev) in lkpi_iicbb_detach()
114 lkpi_iicbb_add_adapter(device_t dev, struct i2c_adapter *adapter) in lkpi_iicbb_add_adapter()
132 lkpi_iicbb_get_adapter(device_t dev) in lkpi_iicbb_get_adapter()
176 lkpi_iicbb_setsda(device_t dev, int val) in lkpi_iicbb_setsda()
187 lkpi_iicbb_setscl(device_t dev, int val) in lkpi_iicbb_setscl()
198 lkpi_iicbb_getscl(device_t dev) in lkpi_iicbb_getscl()
211 lkpi_iicbb_getsda(device_t dev) in lkpi_iicbb_getsda()
232 lkpi_iicbb_pre_xfer(device_t dev) in lkpi_iicbb_pre_xfer()
[all …]
/freebsd/sys/dev/sdhci/
H A Dsdhci_acpi.c109 sdhci_acpi_read_1(device_t dev, struct sdhci_slot *slot __unused, in sdhci_acpi_read_1()
131 sdhci_acpi_read_2(device_t dev, struct sdhci_slot *slot __unused, in sdhci_acpi_read_2()
153 sdhci_acpi_read_4(device_t dev, struct sdhci_slot *slot __unused, in sdhci_acpi_read_4()
193 sdhci_acpi_set_uhs_timing(device_t dev, struct sdhci_slot *slot) in sdhci_acpi_set_uhs_timing()
239 sdhci_acpi_find_device(device_t dev) in sdhci_acpi_find_device()
269 sdhci_acpi_probe(device_t dev) in sdhci_acpi_probe()
283 sdhci_acpi_attach(device_t dev) in sdhci_acpi_attach()
351 sdhci_acpi_detach(device_t dev) in sdhci_acpi_detach()
371 sdhci_acpi_shutdown(device_t dev) in sdhci_acpi_shutdown()
378 sdhci_acpi_suspend(device_t dev) in sdhci_acpi_suspend()
[all …]
/freebsd/sys/dev/ata/
H A Data-all.c88 ata_probe(device_t dev) in ata_probe()
94 ata_attach(device_t dev) in ata_attach()
219 ata_detach(device_t dev) in ata_detach()
260 device_t dev = (device_t)context; in ata_conn_event() local
283 ata_reinit(device_t dev) in ata_reinit()
308 ata_suspend(device_t dev) in ata_suspend()
327 ata_resume(device_t dev) in ata_resume()
400 ata_print_cable(device_t dev, u_int8_t *who) in ata_print_cable()
410 ata_default_registers(device_t dev) in ata_default_registers()
694 ata_atapi(device_t dev, int target) in ata_atapi()
[all …]
/freebsd/sys/dev/ntb/ntb_hw/
H A Dntb_hw_plx.c80 device_t dev; member
149 ntb_plx_probe(device_t dev) in ntb_plx_probe()
170 ntb_plx_init(device_t dev) in ntb_plx_init()
242 device_t dev = arg; in ntb_plx_isr() local
269 ntb_plx_setup_intr(device_t dev) in ntb_plx_setup_intr()
319 ntb_plx_attach(device_t dev) in ntb_plx_attach()
479 ntb_plx_detach(device_t dev) in ntb_plx_detach()
610 ntb_plx_mw_count(device_t dev) in ntb_plx_mw_count()
871 ntb_plx_spad_count(device_t dev) in ntb_plx_spad_count()
912 ntb_plx_spad_clear(device_t dev) in ntb_plx_spad_clear()
[all …]

12345678910>>...96