Lines Matching refs:of_compatible
318 .of_compatible = "st,stmpe-gpio",
325 .of_compatible = "st,stmpe-gpio",
347 .of_compatible = "st,stmpe-keypad",
373 .of_compatible = "st,stmpe-pwm",
458 .of_compatible = "st,stmpe-ts",
481 .of_compatible = "st,stmpe-adc",
1352 if (of_device_is_compatible(child, stmpe_gpio_cell.of_compatible)) in stmpe_of_probe()
1354 else if (of_device_is_compatible(child, stmpe_keypad_cell.of_compatible)) in stmpe_of_probe()
1356 else if (of_device_is_compatible(child, stmpe_ts_cell.of_compatible)) in stmpe_of_probe()
1358 else if (of_device_is_compatible(child, stmpe_adc_cell.of_compatible)) in stmpe_of_probe()
1360 else if (of_device_is_compatible(child, stmpe_pwm_cell.of_compatible)) in stmpe_of_probe()