Home
last modified time | relevance | path

Searched defs:dev (Results 876 – 900 of 2834) sorted by relevance

1...<<31323334353637383940>>...114

/freebsd/sys/dev/qlxge/
H A Dqls_dbg.c50 device_t dev; in qls_dump_buf32() local
92 device_t dev; in qls_dump_buf16() local
154 device_t dev; in qls_dump_buf8() local
/freebsd/sys/dev/gpio/
H A Dgpiobacklight.c89 gpiobacklight_probe(device_t dev) in gpiobacklight_probe()
101 gpiobacklight_attach(device_t dev) in gpiobacklight_attach()
139 gpiobacklight_detach(device_t dev) in gpiobacklight_detach()
/freebsd/sys/dev/hid/
H A Dhcons.c262 hcons_probe(device_t dev) in hcons_probe()
269 hcons_attach(device_t dev) in hcons_attach()
275 hcons_detach(device_t dev) in hcons_detach()
H A Dhconf.c103 device_t dev; member
227 hconf_probe(device_t dev) in hconf_probe()
241 hconf_attach(device_t dev) in hconf_attach()
280 hconf_detach(device_t dev) in hconf_detach()
290 hconf_resume(device_t dev) in hconf_resume()
315 hconf_set_input_mode(device_t dev, enum hconf_input_mode mode) in hconf_set_input_mode()
/freebsd/sys/dev/mlx/
H A Dmlx_pci.c94 mlx_pci_match(device_t dev) in mlx_pci_match()
109 mlx_pci_probe(device_t dev) in mlx_pci_probe()
124 mlx_pci_attach(device_t dev) in mlx_pci_attach()
/freebsd/sys/dev/qcom_gcc/
H A Dqcom_gcc_main.c94 qcom_gcc_probe(device_t dev) in qcom_gcc_probe()
119 qcom_gcc_attach(device_t dev) in qcom_gcc_attach()
175 qcom_gcc_detach(device_t dev) in qcom_gcc_detach()
/freebsd/sys/dev/qat/qat_hw/qat_c3xxx/
H A Dadf_drv.c31 adf_probe(device_t dev) in adf_probe()
81 adf_attach(device_t dev) in adf_attach()
250 adf_detach(device_t dev) in adf_detach()
/freebsd/sys/dev/qat/qat_hw/qat_c4xxx/
H A Dadf_drv.c31 adf_probe(device_t dev) in adf_probe()
81 adf_attach(device_t dev) in adf_attach()
249 adf_detach(device_t dev) in adf_detach()
/freebsd/sys/dev/qat/qat_hw/qat_dh895xcc/
H A Dadf_drv.c31 adf_probe(device_t dev) in adf_probe()
81 adf_attach(device_t dev) in adf_attach()
239 adf_detach(device_t dev) in adf_detach()
/freebsd/sys/dev/qat/qat_hw/qat_c62x/
H A Dadf_drv.c31 adf_probe(device_t dev) in adf_probe()
81 adf_attach(device_t dev) in adf_attach()
251 adf_detach(device_t dev) in adf_detach()
/freebsd/sys/arm64/coresight/
H A Dcoresight_etm4x_fdt.c54 etm_fdt_probe(device_t dev) in etm_fdt_probe()
68 etm_fdt_attach(device_t dev) in etm_fdt_attach()
H A Dcoresight_replicator_fdt.c54 replicator_fdt_probe(device_t dev) in replicator_fdt_probe()
68 replicator_fdt_attach(device_t dev) in replicator_fdt_attach()
H A Dcoresight_tmc_fdt.c54 tmc_fdt_probe(device_t dev) in tmc_fdt_probe()
68 tmc_fdt_attach(device_t dev) in tmc_fdt_attach()
/freebsd/sys/dev/ofw/
H A Dofw_pci.c71 ofw_pci_probe(device_t dev) in ofw_pci_probe()
85 pci_ofw_get_devinfo(device_t bus, device_t dev) in pci_ofw_get_devinfo()
/freebsd/sys/dev/pci/
H A Dpci_iov.h38 pci_iov_attach(device_t dev, struct nvlist *pf_schema, struct nvlist *vf_schema) in pci_iov_attach()
45 pci_iov_detach(device_t dev) in pci_iov_detach()
/freebsd/sys/dev/cfi/
H A Dcfi_bus_nexus.c50 cfi_nexus_probe(device_t dev) in cfi_nexus_probe()
56 cfi_nexus_attach(device_t dev) in cfi_nexus_attach()
/freebsd/sys/powerpc/mambo/
H A Dmambo.c78 mambobus_probe(device_t dev) in mambobus_probe()
91 mambobus_attach(device_t dev) in mambobus_attach()
/freebsd/sys/powerpc/psim/
H A Dopenpic_iobus.c81 openpic_iobus_probe(device_t dev) in openpic_iobus_probe()
103 openpic_iobus_attach(device_t dev) in openpic_iobus_attach()
/freebsd/sys/dev/ixl/
H A Dixl_pf_iflib.c137 device_t dev = pf->dev; in ixl_msix_adminq() local
323 device_t dev = iflib_get_dev(vsi->ctx); in ixl_free_pci_resources() local
349 ixl_setup_interface(device_t dev, struct ixl_pf *pf) in ixl_setup_interface()
404 device_t dev = iflib_get_dev(pf->vsi.ctx); in ixl_link_event() local
442 device_t dev = iflib_get_dev(vsi->ctx); in ixl_initialize_vsi() local
812 device_t dev = iflib_get_dev(vsi->ctx); in ixl_add_hw_stats() local
835 device_t dev = iflib_get_dev(vsi->ctx); in ixl_set_rss_hlut() local
930 device_t dev = pf->dev; in ixl_prepare_for_reset() local
954 device_t dev = pf->dev; in ixl_rebuild_hw_structs_after_reset() local
1076 device_t dev = pf->dev; in ixl_sysctl_set_flowcntl() local
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_cq.c97 struct mlx4_ib_dev *dev = to_mdev(cq->device); in mlx4_ib_modify_cq() local
102 static int mlx4_ib_alloc_cq_buf(struct mlx4_ib_dev *dev, struct mlx4_ib_cq_buf *buf, int nent) in mlx4_ib_alloc_cq_buf()
134 static void mlx4_ib_free_cq_buf(struct mlx4_ib_dev *dev, struct mlx4_ib_cq_buf *buf, int cqe) in mlx4_ib_free_cq_buf()
139 static int mlx4_ib_get_cq_umem(struct mlx4_ib_dev *dev, struct ib_udata *udata, in mlx4_ib_get_cq_umem()
180 struct mlx4_ib_dev *dev = to_mdev(ibdev); in mlx4_ib_create_cq() local
279 static int mlx4_alloc_resize_buf(struct mlx4_ib_dev *dev, struct mlx4_ib_cq *cq, in mlx4_alloc_resize_buf()
303 static int mlx4_alloc_resize_umem(struct mlx4_ib_dev *dev, struct mlx4_ib_cq *cq, in mlx4_alloc_resize_umem()
370 struct mlx4_ib_dev *dev = to_mdev(ibcq->device); in mlx4_ib_resize_cq() local
468 struct mlx4_ib_dev *dev = to_mdev(cq->device); in mlx4_ib_destroy_cq() local
688 struct mlx4_ib_dev *dev = to_mdev(cq->ibcq.device); in mlx4_ib_poll_one() local
/freebsd/contrib/libarchive/libarchive/
H A Darchive_pack_dev.c115 dev_t dev = 0; pack_native() local
132 dev_t dev = 0; pack_netbsd() local
154 dev_t dev = 0; pack_freebsd() local
176 dev_t dev = 0; pack_8_8() local
198 dev_t dev = 0; pack_12_20() local
220 dev_t dev = 0; pack_14_18() local
242 dev_t dev = 0; pack_8_24() local
266 dev_t dev = 0; pack_bsdos() local
[all...]
/freebsd/sys/dev/dpaa/
H A Dif_dtsec.c625 dtsec_attach(device_t dev) in dtsec_attach()
752 dtsec_detach(device_t dev) in dtsec_detach()
795 dtsec_suspend(device_t dev) in dtsec_suspend()
802 dtsec_resume(device_t dev) in dtsec_resume()
809 dtsec_shutdown(device_t dev) in dtsec_shutdown()
822 dtsec_miibus_readreg(device_t dev, int phy, int reg) in dtsec_miibus_readreg()
832 dtsec_miibus_writereg(device_t dev, int phy, int reg, int value) in dtsec_miibus_writereg()
843 dtsec_miibus_statchg(device_t dev) in dtsec_miibus_statchg()
/freebsd/sys/arm64/nvidia/tegra210/
H A Dtegra210_cpufreq.c142 device_t dev; member
248 tegra210_cpufreq_settings(device_t dev, struct cf_setting *sets, int *count) in tegra210_cpufreq_settings()
294 tegra210_cpufreq_set(device_t dev, const struct cf_setting *cf) in tegra210_cpufreq_set()
317 tegra210_cpufreq_get(device_t dev, struct cf_setting *cf) in tegra210_cpufreq_get()
339 tegra210_cpufreq_type(device_t dev, int *type) in tegra210_cpufreq_type()
403 tegra210_cpufreq_probe(device_t dev) in tegra210_cpufreq_probe()
412 tegra210_cpufreq_attach(device_t dev) in tegra210_cpufreq_attach()
460 tegra210_cpufreq_detach(device_t dev) in tegra210_cpufreq_detach()
/freebsd/contrib/libfido2/fuzz/
H A Dfuzz_bio.c223 fido_dev_t *dev; in prepare_dev() local
246 fido_dev_t *dev = NULL; in get_info() local
295 fido_dev_t *dev = NULL; in enroll() local
330 fido_dev_t *dev = NULL; in list() local
358 fido_dev_t *dev = NULL; in set_name() local
384 fido_dev_t *dev = NULL; in del() local
/freebsd/sys/dev/le/
H A Dif_le_isa.c195 le_isa_probe_legacy(device_t dev, const struct le_isa_param *leip) in le_isa_probe_legacy()
229 le_isa_probe(device_t dev) in le_isa_probe()
251 le_isa_attach(device_t dev) in le_isa_attach()
442 le_isa_detach(device_t dev) in le_isa_detach()
468 le_isa_suspend(device_t dev) in le_isa_suspend()
480 le_isa_resume(device_t dev) in le_isa_resume()

1...<<31323334353637383940>>...114