Searched refs:controller_type (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/mfd/ |
H A D | ssbi.c | 70 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() 285 ssbi->controller_type = MSM_SBI_CTRL_SSBI; in ssbi_probe() 287 ssbi->controller_type = MSM_SBI_CTRL_SSBI2; in ssbi_probe() 289 ssbi->controller_type = MSM_SBI_CTRL_PMIC_ARBITER; in ssbi_probe() 295 if (ssbi->controller_type == MSM_SBI_CTRL_PMIC_ARBITER) { in ssbi_probe()
|
/openbmc/u-boot/drivers/i2c/ |
H A D | rk_i2c.c | 43 int controller_type; member 402 if (soc_data->controller_type == RK_I2C_LEGACY) { in rockchip_i2c_probe() 434 .controller_type = RK_I2C_LEGACY, 438 .controller_type = RK_I2C_LEGACY, 442 .controller_type = RK_I2C_NEW, 446 .controller_type = RK_I2C_NEW, 450 .controller_type = RK_I2C_NEW, 454 .controller_type = RK_I2C_NEW,
|
/openbmc/u-boot/drivers/usb/common/ |
H A D | fsl-dt-fixup.c | 89 const char *controller_type, in fsl_fdt_fixup_usb_erratum() argument 105 if (strcmp(node_name, controller_type)) in fsl_fdt_fixup_usb_erratum() 118 const char *controller_type, char *str, in fsl_fdt_fixup_erratum() argument 126 *usb_erratum_off = fsl_fdt_fixup_usb_erratum(blob, buf, controller_type, in fsl_fdt_fixup_erratum()
|