Home
last modified time | relevance | path

Searched defs:drv_data (Results 1 – 3 of 3) sorted by relevance

/third_party/NuttX/fs/vfs/include/
Ddriver.h80 struct drv_data struct
82 const void *ops;
83 mode_t mode;
84 void *priv;
/third_party/uboot/u-boot-2020.01/drivers/pinctrl/mscc/
Dmscc-common.h32 struct mscc_pin_caps *drv_data; member
/third_party/uboot/u-boot-2020.01/drivers/tpm/
Dtpm2_tis_spi.c582 struct tpm_tis_chip_data *drv_data = (void *)dev_get_driver_data(dev); in tpm_tis_spi_probe() local