Searched refs:pch_ioctl (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/test/dm/ |
H A D | pch.c | 46 ut_asserteq(-ENOSYS, pch_ioctl(dev, PCH_REQ_TEST1, NULL, 0)); in dm_test_pch_ioctl() 48 ut_asserteq('a', pch_ioctl(dev, PCH_REQ_TEST2, "a", 1)); in dm_test_pch_ioctl() 50 ut_asserteq(1, pch_ioctl(dev, PCH_REQ_TEST3, &data, 1)); in dm_test_pch_ioctl()
|
/openbmc/u-boot/include/ |
H A D | pch.h | 140 int pch_ioctl(struct udevice *dev, ulong req, void *data, int size);
|
/openbmc/u-boot/drivers/pch/ |
H A D | pch-uclass.c | 54 int pch_ioctl(struct udevice *dev, ulong req, void *data, int size) in pch_ioctl() function
|
/openbmc/u-boot/drivers/sound/ |
H A D | ivybridge_sound.c | 46 conf = pch_ioctl(pch, PCH_REQ_HDA_CONFIG, NULL, 0); in bd82x6x_azalia_probe()
|