Home
last modified time | relevance | path

Searched refs:wires (Results 1 – 4 of 4) sorted by relevance

/drivers/input/touchscreen/
Dti_am335x_tsc.c48 unsigned int wires; member
131 switch (ts_dev->wires) { in titsc_step_config()
158 switch (ts_dev->wires) { in titsc_step_config()
346 err = of_property_read_u32(node, "ti,wires", &ts_dev->wires); in titsc_parse_dt()
349 switch (ts_dev->wires) { in titsc_parse_dt()
/drivers/mmc/host/
Ddavinci_mmc.c1219 pdata->wires = data; in mmc_parse_pdata()
1222 pdata->wires = 1; in mmc_parse_pdata()
1310 if (pdata && (pdata->wires == 4 || pdata->wires == 0)) in davinci_mmcsd_probe()
1313 if (pdata && (pdata->wires == 8)) in davinci_mmcsd_probe()
Domap.c1248 if (host->pdata->slots[id].wires >= 4) in mmc_omap_new_slot()
/drivers/staging/panel/
DKconfig159 be driving a serial LCD or a parallel one. Serial LCDs only use 2 wires
160 (SDA/SCL), while parallel ones use 2 or 3 wires for the control signals