Searched defs:dev (Results 551 - 575 of 2506) sorted by relevance

<<21222324252627282930>>

/freebsd-11-stable/sys/dev/joy/
H A Djoy.c80 joy_probe(device_t dev) argument
96 joy_attach(device_t dev) argument
115 joy_detach(device_t dev) argument
128 joyopen(struct cdev *dev, int flags, int fmt, struct thread *td) argument
141 joyclose(struct cdev *dev, int flags, int fmt, struct thread *td) argument
151 joyread(struct cdev *dev, struct uio *uio, int flag) argument
215 joyioctl(struct cdev *dev, u_long cmd, caddr_t data, int flag, struct thread *td) argument
[all...]
/freebsd-11-stable/sys/dev/mc146818/
H A Dmc146818.c52 mc146818_attach(device_t dev) argument
105 mc146818_gettime(device_t dev, struct timespec *ts) argument
156 mc146818_getsecs(device_t dev, int *secp) argument
191 mc146818_settime(device_t dev, struct timespec *ts) argument
242 mc146818_def_read(device_t dev, u_int reg) argument
252 mc146818_def_write(device_t dev, u_int reg, u_int val) argument
271 mc146818_def_getcent(device_t dev) argument
280 mc146818_def_setcent(device_t dev, u_int cent) argument
[all...]
/freebsd-11-stable/sys/dev/mdio/
H A Dmdio.c47 mdio_probe(device_t dev) argument
56 mdio_attach(device_t dev) argument
65 mdio_detach(device_t dev) argument
73 mdio_readreg(device_t dev, in argument
80 mdio_writereg(device_t dev, int phy, int reg, int val) argument
87 mdio_readextreg(device_t dev, int phy, int devad, int reg) argument
94 mdio_writeextreg(device_t dev, int phy, int devad, int reg, int val) argument
102 mdio_hinted_child(device_t dev, const char *name, int unit) argument
[all...]
/freebsd-11-stable/sys/dev/mfi/
H A Dmfi_debug.c58 mfi_print_frame_flags(device_t dev, uint32_t flags) argument
102 mfi_print_ldio(struct mfi_softc *sc, device_t dev, struct mfi_command *cm) argument
119 mfi_print_dcmd(struct mfi_softc *sc, device_t dev, struct mfi_command *cm) argument
201 device_t dev; local
[all...]
H A Dmfi_pci.c161 mfi_find_ident(device_t dev) argument
179 mfi_pci_probe(device_t dev) argument
196 mfi_pci_attach(device_t dev) argument
274 mfi_pci_detach(device_t dev) argument
324 mfi_pci_suspend(device_t dev) argument
331 mfi_pci_resume(device_t dev) argument
[all...]
H A Dmfi_syspd.c90 mfi_syspd_probe(device_t dev) argument
96 mfi_syspd_attach(device_t dev) argument
155 mfi_syspd_detach(device_t dev) argument
[all...]
/freebsd-11-stable/sys/dev/mii/
H A Datphy.c95 atphy_probe(device_t dev) argument
102 atphy_attach(device_t dev) argument
H A Dbmtphy.c133 bmtphy_probe(device_t dev) argument
146 bmtphy_attach(device_t dev) argument
H A Dciphy.c108 ciphy_probe(device_t dev) argument
115 ciphy_attach(device_t dev) argument
H A De1000phy.c125 e1000phy_probe(device_t dev) argument
132 e1000phy_attach(device_t dev) argument
[all...]
/freebsd-11-stable/share/examples/libusb20/
H A Dbulk.c64 doit(struct libusb20_device *dev) argument
219 struct libusb20_device *dev; local
[all...]
/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_socket.c75 dev_t dev; /* Device where the socket lives on */ member in struct:svr4_sockcache_entry
[all...]
/freebsd-11-stable/usr.sbin/ppp/
H A Datm.c66 struct device dev; /* What struct physical knows about */ member in struct:atmdevice
102 struct atmdevice *dev = device2atm(p->handler); local
148 struct atmdevice *dev = (struct atmdevice *)iov[(*niov)++].iov_base; local
171 struct atmdevice *dev; local
210 struct atmdevice *dev; local
[all...]
/freebsd-11-stable/tools/tools/kttcp/sys/
H A Dkttcp.c116 kttcpopen(struct cdev *dev, int flag, int mode, struct thread *td) argument
123 kttcpioctl(struct cdev *dev, u_long cmd, caddr_t data, int flag, struct thread *td) argument
/freebsd-11-stable/sys/arm64/cavium/
H A Dthunder_pcie_pem_fdt.c98 thunder_pem_fdt_probe(device_t dev) argument
166 thunder_pem_fdt_get_id(device_t dev, device_t child, enum pci_id_type type, uintptr_t *id) argument
[all...]
/freebsd-11-stable/contrib/hyperv/tools/
H A Dhv_vss_daemon.c47 static const char *dev = "/dev"; variable
/freebsd-11-stable/contrib/ofed/libmlx4/
H A Dmlx4.c152 struct mlx4_device *dev = to_mdev(&v_device->device); local
274 struct mlx4_device *dev; local
[all...]
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dgetcwd.c56 dev_t dev; local
/freebsd-11-stable/sys/dev/sdhci/
H A Dsdhci_fdt_gpio.c49 device_t dev; member in struct:sdhci_fdt_gpio
80 device_t dev; local
176 device_t dev; local
199 sdhci_fdt_gpio_setup(device_t dev, struct sdhci_slot *slot) argument
[all...]
/freebsd-11-stable/sys/dev/smartpqi/
H A Dsmartpqi_intr.c49 device_t dev; local
165 device_t dev; local
209 device_t dev; local
342 device_t dev; local
368 device_t dev; local
401 device_t dev; local
426 device_t dev; local
[all...]
/freebsd-11-stable/sys/dev/spibus/
H A Dofw_spibus.c65 ofw_spibus_probe(device_t dev) argument
76 ofw_spibus_attach(device_t dev) argument
140 ofw_spibus_add_child(device_t dev, u_int order, const char *name, int unit) argument
171 ofw_spibus_get_devinfo(device_t bus, device_t dev) argument
[all...]
/freebsd-11-stable/sys/dev/usb/controller/
H A Dmusb_otg_atmelarm.c118 musbotg_probe(device_t dev) argument
125 musbotg_attach(device_t dev) argument
204 musbotg_detach(device_t dev) argument
[all...]
H A Dat91dci_atmelarm.c133 at91_udp_probe(device_t dev) argument
140 at91_udp_attach(device_t dev) argument
243 at91_udp_detach(device_t dev) argument
[all...]
H A Dat91dci_fdt.c137 at91_udp_probe(device_t dev) argument
146 at91_udp_attach(device_t dev) argument
249 at91_udp_detach(device_t dev) argument
[all...]
/freebsd-11-stable/sys/dev/uart/
H A Duart_dev_snps.c98 snps_get_clocks(device_t dev, clk_t *baudclk, clk_t *apb_pclk) argument
121 snps_probe(device_t dev) argument
210 snps_detach(device_t dev) argument
[all...]

Completed in 609 milliseconds

<<21222324252627282930>>