Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mfd/
Dssbi.c70 enum ssbi_controller_type controller_type; member
115 if (ssbi->controller_type == MSM_SBI_CTRL_SSBI2) { in ssbi_read_bytes()
143 if (ssbi->controller_type == MSM_SBI_CTRL_SSBI2) { in ssbi_write_bytes()
287 ssbi->controller_type = MSM_SBI_CTRL_SSBI; in ssbi_probe()
289 ssbi->controller_type = MSM_SBI_CTRL_SSBI2; in ssbi_probe()
291 ssbi->controller_type = MSM_SBI_CTRL_PMIC_ARBITER; in ssbi_probe()
297 if (ssbi->controller_type == MSM_SBI_CTRL_PMIC_ARBITER) { in ssbi_probe()
/kernel/liteos_a/testsuites/unittest/common/
DosTest.cpp122 VOID test_init_usb(controller_type ctype, device_type dtype);
/kernel/liteos_a/testsuites/unittest/common/include/
DosTest.h386 void Test_usb_shellcmd(controller_type ctype, device_type dtype, usb_test_type typetest);