Home
last modified time | relevance | path

Searched refs:device_get_desc (Results 1 – 25 of 47) sorted by relevance

12

/freebsd/sys/dev/proto/
H A Dproto_core.c165 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 Dacpi_lid.c158 evdev_set_name(sc->lid_evdev, device_get_desc(dev)); in acpi_lid_attach()
H A Dacpi_button.c150 evdev_set_name(sc->button_evdev, device_get_desc(dev)); in acpi_button_attach()
/freebsd/sys/dev/jedec_dimm/
H A Djedec_dimm.c450 new_desc_len = strlen(device_get_desc(dev)); in jedec_dimm_attach()
462 device_get_desc(dev), in jedec_dimm_attach()
/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2835_ft5406.c236 evdev_set_name(sc->sc_evdev, device_get_desc(sc->sc_dev)); in ft5406ts_init()
/freebsd/sys/dev/usb/input/
H A Duep.c371 evdev_set_name(sc->evdev, device_get_desc(dev)); in uep_attach()
/freebsd/sys/arm/allwinner/
H A Daw_cir.c515 evdev_set_name(sc->sc_evdev, device_get_desc(sc->dev)); in aw_ir_attach()
/freebsd/sys/dev/drm2/
H A Ddrm_os_freebsd.c120 if (device_get_desc(kdev) == NULL) { in drm_probe_helper()
/freebsd/sys/dev/quicc/
H A Dquicc_core.c223 if (device_get_desc(dev) == NULL) in quicc_bfe_probe()
/freebsd/sys/i386/i386/
H A Dbios.c668 if (!device_get_desc(dev)) in pnpbios_identify()
/freebsd/sys/dev/etherswitch/ukswitch/
H A Dukswitch.c170 strlcpy(sc->info.es_name, device_get_desc(dev), in ukswitch_attach()
/freebsd/sys/dev/etherswitch/ip17x/
H A Dip17x.c216 strlcpy(sc->info.es_name, device_get_desc(dev), in ip17x_attach()
/freebsd/sys/dev/sound/pcm/
H A Dsndstat.c421 di, SNDST_DSPS_DESC, device_get_desc(d->dev)); in sndstat_build_sound4_nvlist()
1289 sbuf_printf(s, " <%s>", device_get_desc(ent->dev)); in sndstat_prepare()
/freebsd/sys/dev/hid/
H A Dietp.c273 evdev_set_name(sc->evdev, device_get_desc(sc->dev)); in ietp_attach()
H A Dhidmap.c776 evdev_set_name(hm->evdev, device_get_desc(hm->dev)); in hidmap_attach()
H A Dhmt.c387 evdev_set_name(sc->evdev, device_get_desc(dev)); in hmt_attach()
/freebsd/sys/dev/uart/
H A Duart_core.c519 if (device_get_desc(dev) == NULL) in uart_bus_probe()
/freebsd/sys/dev/scc/
H A Dscc_core.c368 if (device_get_desc(dev) == NULL) in scc_bfe_probe()
/freebsd/sys/dev/sound/pci/hda/
H A Dhdacc.c588 device_get_desc(dev), in hdacc_probe_nomatch()
/freebsd/stand/kshim/
H A Dbsd_kernel.h465 const char *device_get_desc(device_t dev);
/freebsd/sys/dev/etherswitch/ar40xx/
H A Dar40xx_main.c495 strlcpy(sc->sc_info.es_name, device_get_desc(dev), in ar40xx_attach()
/freebsd/sys/dev/ocs_fc/
H A Docs_pci.c282 ocs->desc = device_get_desc(ocs->dev); in ocs_setup_params()
/freebsd/sys/dev/gpio/
H A Dgpiokeys.c462 evdev_set_name(sc->sc_evdev, device_get_desc(dev)); in gpiokeys_attach()
/freebsd/sys/dev/etherswitch/infineon/
H A Dadm6996fc.c243 strlcpy(sc->info.es_name, device_get_desc(dev), in adm6996fc_attach()
/freebsd/sys/arm/ti/
H A Dti_adc.c882 evdev_set_name(sc->sc_evdev, device_get_desc(dev)); in ti_adc_attach()

12