Searched refs:tsc (Results 1 - 18 of 18) sorted by relevance

/drivers/input/touchscreen/
H A Dtps6507x-ts.c57 static int tps6507x_read_u8(struct tps6507x_ts *tsc, u8 reg, u8 *data) argument
61 err = tsc->mfd->read_dev(tsc->mfd, reg, 1, data);
69 static int tps6507x_write_u8(struct tps6507x_ts *tsc, u8 reg, u8 data) argument
71 return tsc->mfd->write_dev(tsc->mfd, reg, 1, &data);
74 static s32 tps6507x_adc_conversion(struct tps6507x_ts *tsc, argument
83 ret = tps6507x_write_u8(tsc, TPS6507X_REG_TSCMODE, tsc_mode);
85 dev_err(tsc->dev, "TSC mode read failed\n");
91 ret = tps6507x_write_u8(tsc, TPS6507X_REG_ADCONFI
133 tps6507x_adc_standby(struct tps6507x_ts *tsc) argument
166 struct tps6507x_ts *tsc = container_of(work, local
237 struct tps6507x_ts *tsc; local
351 struct tps6507x_ts *tsc = tps6507x_dev->ts; local
[all...]
H A Dlpc32xx_ts.c80 static void lpc32xx_fifo_clear(struct lpc32xx_tsc *tsc) argument
82 while (!(tsc_readl(tsc, LPC32XX_TSC_STAT) &
84 tsc_readl(tsc, LPC32XX_TSC_FIFO);
91 struct lpc32xx_tsc *tsc = dev_id; local
92 struct input_dev *input = tsc->dev;
94 tmp = tsc_readl(tsc, LPC32XX_TSC_STAT);
98 lpc32xx_fifo_clear(tsc);
109 !(tsc_readl(tsc, LPC32XX_TSC_STAT) &
111 tmp = tsc_readl(tsc, LPC32XX_TSC_FIFO);
135 static void lpc32xx_stop_tsc(struct lpc32xx_tsc *tsc) argument
145 lpc32xx_setup_tsc(struct lpc32xx_tsc *tsc) argument
191 struct lpc32xx_tsc *tsc = input_get_drvdata(dev); local
200 struct lpc32xx_tsc *tsc = input_get_drvdata(dev); local
207 struct lpc32xx_tsc *tsc; local
313 struct lpc32xx_tsc *tsc = platform_get_drvdata(pdev); local
335 struct lpc32xx_tsc *tsc = dev_get_drvdata(dev); local
360 struct lpc32xx_tsc *tsc = dev_get_drvdata(dev); local
[all...]
H A Dtsc2007.c87 static inline int tsc2007_xfer(struct tsc2007 *tsc, u8 cmd) argument
92 data = i2c_smbus_read_word_data(tsc->client, cmd);
94 dev_err(&tsc->client->dev, "i2c io error: %d\n", data);
104 dev_dbg(&tsc->client->dev, "data: 0x%x, val: 0x%x\n", data, val);
109 static void tsc2007_read_values(struct tsc2007 *tsc, struct ts_event *tc) argument
112 tc->y = tsc2007_xfer(tsc, READ_Y);
115 tc->x = tsc2007_xfer(tsc, READ_X);
118 tc->z1 = tsc2007_xfer(tsc, READ_Z1);
119 tc->z2 = tsc2007_xfer(tsc, READ_Z2);
122 tsc2007_xfer(tsc, PWRDOW
125 tsc2007_calculate_pressure(struct tsc2007 *tsc, struct ts_event *tc) argument
[all...]
H A Dcy8ctmg110_ts.c74 static int cy8ctmg110_write_regs(struct cy8ctmg110 *tsc, unsigned char reg, argument
77 struct i2c_client *client = tsc->client;
95 static int cy8ctmg110_read_regs(struct cy8ctmg110 *tsc, argument
98 struct i2c_client *client = tsc->client;
114 static int cy8ctmg110_touch_pos(struct cy8ctmg110 *tsc) argument
116 struct input_dev *input = tsc->input;
123 if (cy8ctmg110_read_regs(tsc, reg_p, 9, CY8CTMG110_TOUCH_X1) != 0)
162 struct cy8ctmg110 *tsc = dev_id; local
164 cy8ctmg110_touch_pos(tsc);
H A Dti_tscadc.c108 static void tscadc_writel(struct tscadc *tsc, unsigned int reg, argument
111 writel(val, tsc->tsc_base + reg);
419 input_dev->name = "ti-tsc-adc";
478 .name = "tsc",
/drivers/net/wireless/orinoco/
H A Dhw.h34 int orinoco_hw_get_tkip_iv(struct orinoco_private *priv, int key, u8 *tsc);
42 u8 *tsc, size_t tsc_len);
H A Dhw.c689 /* Get tsc from the firmware */
690 int orinoco_hw_get_tkip_iv(struct orinoco_private *priv, int key, u8 *tsc) argument
702 memcpy(tsc, &tsc_arr[key][0], sizeof(tsc_arr[0]));
988 * tsc must be NULL or up to 8 bytes
992 u8 *tsc, size_t tsc_len)
1000 u8 tsc[ORINOCO_SEQ_LEN]; member in struct:__anon3669
1020 if (tsc_len > sizeof(buf.tsc))
1021 tsc_len = sizeof(buf.tsc);
1024 memset(buf.tsc, 0, sizeof(buf.tsc));
990 __orinoco_hw_set_tkip_key(struct orinoco_private *priv, int key_idx, int set_tx, u8 *key, u8 *rsc, size_t rsc_len, u8 *tsc, size_t tsc_len) argument
[all...]
H A Dmain.c1028 &wxmic.tsc[0]);
/drivers/misc/sgi-gru/
H A Dgruhandles.c32 #include <asm/tsc.h>
/drivers/cpufreq/
H A Dspeedstep-lib.c18 #include <asm/tsc.h>
H A De_powersaver.c21 #include <asm/tsc.h>
/drivers/net/wireless/ath/ath6kl/
H A Dmain.c635 u8 tsc[6]; local
649 memset(tsc, 0, sizeof(tsc)); /* FIX: get correct TSC */
652 tsc, GFP_KERNEL);
/drivers/staging/olpc_dcon/
H A Dolpc_dcon.c30 #include <asm/tsc.h>
/drivers/net/wireless/iwlwifi/
H A Diwl-agn-lib.c990 tkip_tx_sc = &data->rsc_tsc->all_tsc_rsc.tkip.tsc;
1045 aes_tx_sc = &data->rsc_tsc->all_tsc_rsc.aes.tsc;
H A Diwl-commands.h3787 struct tkip_sc tsc; member in struct:iwlagn_tkip_rsc_tsc
3797 struct aes_sc tsc; member in struct:iwlagn_aes_rsc_tsc
/drivers/staging/wlags49_h2/
H A Dwl_wext.c92 hcf_8 tsc[IW_ENCODE_SEQ_MAX_SIZE] = local
117 memcpy(&ltv->u.u8[buf_idx], tsc, IW_ENCODE_SEQ_MAX_SIZE);
157 memcpy(&ltv->u.u8[buf_idx], tsc, IW_ENCODE_SEQ_MAX_SIZE);
H A Dmdd.h446 tsc[4], rsc[4], tx_mic_key[4], rx_mic_key[4] ) /* */
/drivers/edac/
H A Dsb_edac.c1614 printk("TSC %llx ", mce->tsc);

Completed in 761 milliseconds