Home
last modified time | relevance | path

Searched refs:devdis_table (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dfsl_devdis.h10 struct devdis_table { struct
16 void device_disable(const struct devdis_table *tbl, uint32_t num); argument
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-ls102xa/
H A Dls102xa_devdis.h12 const struct devdis_table devdis_tbl[] = {
/OK3568_Linux_fs/u-boot/drivers/misc/
H A Dfsl_devdis.c15 void device_disable(const struct devdis_table *tbl, uint32_t num) in device_disable()