Searched refs:UCLASS_I2S (Results 1 – 12 of 12) sorted by relevance
/u-boot/drivers/sound/ |
A D | tegra_sound.c | 7 #define LOG_CATEGORY UCLASS_I2S 63 ret = uclass_get_device_by_phandle(UCLASS_I2S, dev, in tegra_sound_probe()
|
A D | i2s-uclass.c | 22 .id = UCLASS_I2S,
|
A D | tegra_i2s.c | 6 #define LOG_CATEGORY UCLASS_I2S 120 .id = UCLASS_I2S,
|
A D | rockchip_i2s.c | 8 #define LOG_CATEGORY UCLASS_I2S 147 .id = UCLASS_I2S,
|
A D | samsung_sound.c | 76 ret = uclass_get_device_by_ofnode(UCLASS_I2S, args.node, &uc_priv->i2s); in samsung_sound_probe()
|
A D | broadwell_i2s.c | 10 #define LOG_CATEGORY UCLASS_I2S 303 .id = UCLASS_I2S,
|
A D | rockchip_sound.c | 67 ret = uclass_get_device_by_ofnode(UCLASS_I2S, args.node, &uc_priv->i2s); in rockchip_sound_probe()
|
A D | sound-uclass.c | 161 ret = uclass_get_device_by_ofnode(UCLASS_I2S, args.node, &uc_priv->i2s); in sound_find_codec_i2s()
|
A D | sandbox.c | 240 .id = UCLASS_I2S,
|
A D | samsung-i2s.c | 451 .id = UCLASS_I2S,
|
/u-boot/test/dm/ |
A D | i2s.c | 22 ut_assertok(uclass_first_device_err(UCLASS_I2S, &dev)); in dm_test_i2s()
|
/u-boot/include/dm/ |
A D | uclass-id.h | 61 UCLASS_I2S, /* I2S bus */ enumerator
|
Completed in 19 milliseconds