Home
last modified time | relevance | path

Searched refs:devt (Results 1 – 7 of 7) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/
H A D0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch34 DFBInputEvent *devt )
36 devt->flags = DIEF_TIMESTAMP;
37 - devt->timestamp = levt->time;
38 + devt->timestamp.tv_sec = levt->input_event_sec;
39 + devt->timestamp.tv_usec = levt->input_event_usec;
46devt->flags = DIEF_TIMESTAMP | (dfb_config->linux_input_touch_abs ? DIEF_AXISABS : DIEF_AXISRE…
47 - devt->timestamp = levt->time;
48 + devt->timestamp.tv_sec = levt->input_event_sec;
49 + devt->timestamp.tv_usec = levt->input_event_usec;
50 devt->type = DIET_AXISMOTION;
[all …]
/openbmc/u-boot/include/linux/
H A Dcompat.h276 dev_t devt; /* dev_t, creates the sysfs "dev" */ member
/openbmc/u-boot/drivers/mtd/ubi/
H A Dvmt.c275 vol->dev.devt = dev; in ubi_create_volume()
604 vol->dev.devt = dev; in ubi_add_volume()
H A Dbuild.c457 ubi->dev.devt = ubi->cdev.dev; in ubi_sysfs_init()
/openbmc/u-boot/drivers/usb/dwc3/
H A Dcore.h967 struct dwc3_event_devt devt; member
H A Dgadget.c2433 dwc3_gadget_interrupt(dwc, &event->devt); in dwc3_process_event_entry()
/openbmc/u-boot/drivers/mtd/
H A Dmtdcore.c477 mtd->dev.devt = MTD_DEVT(i); in add_mtd_device()