/freebsd/sys/dev/proto/ |
H A D | proto_core.c | 165 dn = device_get_desc(dev); in proto_probe() 197 "proto/%s/%02x.%s", device_get_desc(dev), r->r_rid, in proto_attach() 205 "proto/%s/pcicfg", device_get_desc(dev)); in proto_attach() 213 "proto/%s/busdma", device_get_desc(dev)); in proto_attach()
|
/freebsd/sys/dev/acpica/ |
H A D | acpi_lid.c | 158 evdev_set_name(sc->lid_evdev, device_get_desc(dev)); in acpi_lid_attach()
|
H A D | acpi_button.c | 150 evdev_set_name(sc->button_evdev, device_get_desc(dev)); in acpi_button_attach()
|
/freebsd/sys/arm/broadcom/bcm2835/ |
H A D | bcm2835_ft5406.c | 236 evdev_set_name(sc->sc_evdev, device_get_desc(sc->sc_dev)); in ft5406ts_init()
|
/freebsd/sys/dev/usb/input/ |
H A D | uep.c | 371 evdev_set_name(sc->evdev, device_get_desc(dev)); in uep_attach()
|
/freebsd/sys/arm/allwinner/ |
H A D | aw_cir.c | 515 evdev_set_name(sc->sc_evdev, device_get_desc(sc->dev)); in aw_ir_attach()
|
/freebsd/sys/dev/drm2/ |
H A D | drm_os_freebsd.c | 120 if (device_get_desc(kdev) == NULL) { in drm_probe_helper()
|
/freebsd/sys/dev/quicc/ |
H A D | quicc_core.c | 223 if (device_get_desc(dev) == NULL) in quicc_bfe_probe()
|
/freebsd/sys/dev/etherswitch/ukswitch/ |
H A D | ukswitch.c | 164 strlcpy(sc->info.es_name, device_get_desc(dev), in ukswitch_attach()
|
/freebsd/sys/dev/etherswitch/ip17x/ |
H A D | ip17x.c | 210 strlcpy(sc->info.es_name, device_get_desc(dev), in ip17x_attach()
|
/freebsd/sys/i386/i386/ |
H A D | bios.c | 668 if (!device_get_desc(dev)) in pnpbios_identify()
|
/freebsd/sys/dev/sound/pcm/ |
H A D | sound.c | 656 strlcpy(si->longname, device_get_desc(d->dev), in sound_oss_card_info()
|
H A D | sndstat.c | 405 di, SNDST_DSPS_DESC, device_get_desc(d->dev)); in sndstat_build_sound4_nvlist() 1394 sbuf_printf(s, " <%s>", device_get_desc(ent->dev)); in sndstat_prepare()
|
/freebsd/sys/dev/scc/ |
H A D | scc_core.c | 368 if (device_get_desc(dev) == NULL) in scc_bfe_probe()
|
/freebsd/sys/dev/sound/pci/hda/ |
H A D | hdacc.c | 592 device_get_desc(dev), in hdacc_probe_nomatch()
|
/freebsd/sys/dev/uart/ |
H A D | uart_core.c | 519 if (device_get_desc(dev) == NULL) in uart_bus_probe()
|
/freebsd/sys/dev/hid/ |
H A D | ietp.c | 286 evdev_set_name(sc->evdev, device_get_desc(sc->dev)); in ietp_attach()
|
H A D | bcm5974.c | 730 evdev_set_name(sc->sc_evdev, device_get_desc(dev)); in bcm5974_attach()
|
/freebsd/sys/dev/jedec_dimm/ |
H A D | jedec_dimm.c | 449 device_get_desc(dev), in jedec_dimm_attach()
|
/freebsd/sys/dev/etherswitch/ar40xx/ |
H A D | ar40xx_main.c | 496 strlcpy(sc->sc_info.es_name, device_get_desc(dev), in ar40xx_attach()
|
/freebsd/stand/kshim/ |
H A D | bsd_kernel.h | 468 const char *device_get_desc(device_t dev);
|
/freebsd/sys/dev/gpio/ |
H A D | gpiokeys.c | 462 evdev_set_name(sc->sc_evdev, device_get_desc(dev)); in gpiokeys_attach()
|
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_pci.c | 282 ocs->desc = device_get_desc(ocs->dev); in ocs_setup_params()
|
/freebsd/sys/dev/acpi_support/ |
H A D | acpi_asus_wmi.c | 619 evdev_set_name(sc->evdev, device_get_desc(dev)); in acpi_asus_wmi_attach()
|
/freebsd/sys/dev/etherswitch/infineon/ |
H A D | adm6996fc.c | 233 strlcpy(sc->info.es_name, device_get_desc(dev), in adm6996fc_attach()
|