Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2835_ft5406.c239 evdev_set_name(sc->sc_evdev, device_get_desc(sc->sc_dev)); in ft5406ts_init()
/f-stack/freebsd/arm/allwinner/
H A Daw_cir.c511 evdev_set_name(sc->sc_evdev, device_get_desc(sc->dev)); in aw_ir_attach()
/f-stack/freebsd/i386/i386/
H A Dbios.c670 if (!device_get_desc(dev)) in pnpbios_identify()
/f-stack/freebsd/arm/ti/
H A Dti_adc.c885 evdev_set_name(sc->sc_evdev, device_get_desc(dev)); in ti_adc_attach()
/f-stack/freebsd/sys/
H A Dbus.h586 const char *device_get_desc(device_t dev);
/f-stack/freebsd/kern/
H A Dsubr_bus.c2359 device_get_desc(device_t dev) in device_get_desc() function
3978 if (device_get_desc(child)) { in bus_print_child_header()
3979 retval += device_printf(child, "<%s>", device_get_desc(child)); in bus_print_child_header()