Searched refs:tsi (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/drivers/input/touchscreen/ |
H A D | da9052_tsi.c | 31 tsi->adc_on = on; in da9052_ts_adc_toggle() 38 if (!tsi->stopped) { in da9052_ts_pendwn_irq() 97 da9052_ts_read(tsi); in da9052_ts_datardy_irq() 106 if (!tsi->stopped) { in da9052_ts_pen_work() 208 if (tsi->adc_on) { in da9052_ts_input_close() 304 da9052_free_irq(tsi->da9052, DA9052_IRQ_TSIREADY, tsi); in da9052_ts_probe() 306 da9052_free_irq(tsi->da9052, DA9052_IRQ_PENDOWN, tsi); in da9052_ts_probe() 308 kfree(tsi); in da9052_ts_probe() 320 da9052_free_irq(tsi->da9052, DA9052_IRQ_TSIREADY, tsi); in da9052_ts_remove() 321 da9052_free_irq(tsi->da9052, DA9052_IRQ_PENDOWN, tsi); in da9052_ts_remove() [all …]
|
/openbmc/linux/arch/powerpc/sysdev/ |
H A D | tsi108_dev.c | 41 struct device_node *tsi; in get_csrbase() local 46 tsi = of_find_node_by_type(NULL, "tsi-bridge"); in get_csrbase() 47 if (tsi) { in get_csrbase() 49 of_address_to_resource(tsi, 0, &res); in get_csrbase() 51 of_node_put(tsi); in get_csrbase()
|
/openbmc/linux/Documentation/devicetree/bindings/hwmon/ |
H A D | nuvoton,nct6775.yaml | 32 nuvoton,tsi-channel-mask: 55 nuvoton,tsi-channel-mask = <0x03>;
|
/openbmc/linux/Documentation/devicetree/bindings/mfd/ |
H A D | da9052-i2c.txt | 8 - dlg,tsi-as-adc : Boolean, if set the X+, X-, Y+, Y- touchscreen
|
H A D | 88pm860x.txt | 61 marvell,88pm860x-tsi-prebias = <6>;
|
/openbmc/linux/arch/arm/boot/dts/marvell/ |
H A D | pxa910-dkb.dts | 141 marvell,88pm860x-tsi-prebias = <6>;
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | legacy_serial.c | 169 struct device_node *tsi = of_get_parent(np); in add_legacy_soc_port() local 197 if (of_node_is_type(tsi, "tsi-bridge")) in add_legacy_soc_port()
|
/openbmc/linux/arch/powerpc/boot/dts/ |
H A D | holly.dts | 45 device_type = "tsi-bridge";
|
/openbmc/linux/fs/jfs/ |
H A D | jfs_dtree.c | 4058 int tsi; /* truncate entry slot index */ in dtTruncateEntry() local 4068 tsi = stbl[ti]; in dtTruncateEntry() 4075 lv->offset = tsi; in dtTruncateEntry() 4078 t = &p->slot[tsi]; in dtTruncateEntry() 4087 xsi = tsi; in dtTruncateEntry()
|
/openbmc/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx53-ppd.dts | 361 dlg,tsi-as-adc;
|
/openbmc/qemu/target/s390x/ |
H A D | cpu_features_def.h.inc | 77 DEF_FEAT(TIME_SLICE_INSTRUMENTATION, "tsi", STFL, 60, "Time-slice Instrumentation facility")
|