Searched refs:tsi (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/input/touchscreen/ |
| H A D | da9052_tsi.c | 28 static void da9052_ts_adc_toggle(struct da9052_tsi *tsi, bool on) in da9052_ts_adc_toggle() argument 30 da9052_reg_update(tsi->da9052, DA9052_TSI_CONT_A_REG, 1 << 0, on); in da9052_ts_adc_toggle() 31 tsi->adc_on = on; in da9052_ts_adc_toggle() 36 struct da9052_tsi *tsi = data; in da9052_ts_pendwn_irq() local 38 if (!tsi->stopped) { in da9052_ts_pendwn_irq() 40 da9052_disable_irq_nosync(tsi->da9052, DA9052_IRQ_PENDOWN); in da9052_ts_pendwn_irq() 41 da9052_enable_irq(tsi->da9052, DA9052_IRQ_TSIREADY); in da9052_ts_pendwn_irq() 43 da9052_ts_adc_toggle(tsi, true); in da9052_ts_pendwn_irq() 45 schedule_delayed_work(&tsi->ts_pen_work, HZ / 50); in da9052_ts_pendwn_irq() 51 static void da9052_ts_read(struct da9052_tsi *tsi) in da9052_ts_read() argument [all …]
|
| /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()
|
| /linux/Documentation/devicetree/bindings/mfd/ |
| H A D | 88pm860x.txt | 61 marvell,88pm860x-tsi-prebias = <6>;
|
| /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()
|
| /linux/arch/arm/boot/dts/marvell/ |
| H A D | pxa910-dkb.dts | 141 marvell,88pm860x-tsi-prebias = <6>;
|
| /linux/arch/powerpc/boot/dts/ |
| H A D | holly.dts | 45 device_type = "tsi-bridge";
|
| /linux/drivers/net/vmxnet3/ |
| H A D | vmxnet3_defs.h | 264 u64 tsi:1; //bit to indicate to set ts member
|
| H A D | vmxnet3_drv.c | 927 ctx->ts_txd->ts.tsi = 0; in vmxnet3_map_pkt() 1331 ctx.ts_txd->ts.tsi = 1; in vmxnet3_tq_xmit() 1714 ts_rxd->ts.tsi = 1; in vmxnet3_rq_rx_complete()
|
| /linux/fs/jfs/ |
| H A D | jfs_dtree.c | 4086 int tsi; /* truncate entry slot index */ in dtTruncateEntry() local 4096 tsi = stbl[ti]; in dtTruncateEntry() 4103 lv->offset = tsi; in dtTruncateEntry() 4106 t = &p->slot[tsi]; in dtTruncateEntry() 4115 xsi = tsi; in dtTruncateEntry()
|
| /linux/arch/arm/boot/dts/nxp/imx/ |
| H A D | imx53-ppd.dts | 361 dlg,tsi-as-adc;
|