Searched refs:UCLASS_KEY (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/input/ |
| H A D | key-uclass.c | 186 ret = uclass_get(UCLASS_KEY, &uc); in key_read() 191 for (uclass_first_device(UCLASS_KEY, &dev); in key_read() 221 for (uclass_find_first_device(UCLASS_KEY, &dev); in key_exist() 400 .id = UCLASS_KEY,
|
| H A D | gpio_key.c | 38 .id = UCLASS_KEY,
|
| H A D | rk_key.c | 52 .id = UCLASS_KEY,
|
| H A D | rk8xx_pwrkey.c | 74 .id = UCLASS_KEY,
|
| H A D | adc_key.c | 83 .id = UCLASS_KEY,
|
| /OK3568_Linux_fs/u-boot/test/rockchip/ |
| H A D | test-misc.c | 162 ret = uclass_get(UCLASS_KEY, &uc); in do_test_key() 168 for (uclass_first_device(UCLASS_KEY, &dev); in do_test_key()
|
| /OK3568_Linux_fs/u-boot/include/dm/ |
| H A D | uclass-id.h | 104 UCLASS_KEY, /* Key */ enumerator
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/ |
| H A D | kernel_dtb.c | 217 if (uclass_get(UCLASS_KEY, &uc) || list_empty(&uc->dev_head)) in phandles_fixup_gpio()
|