Searched refs:tps (Results 1 - 23 of 23) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/regulator/
H A Dtps6507x-regulator.c155 static inline int tps6507x_pmic_read(struct tps6507x_pmic *tps, u8 reg) argument
160 err = tps->mfd->read_dev(tps->mfd, reg, 1, &val);
168 static inline int tps6507x_pmic_write(struct tps6507x_pmic *tps, u8 reg, u8 val) argument
170 return tps->mfd->write_dev(tps->mfd, reg, 1, &val);
173 static int tps6507x_pmic_set_bits(struct tps6507x_pmic *tps, u8 reg, u8 mask) argument
177 mutex_lock(&tps->io_lock);
179 data = tps6507x_pmic_read(tps, reg);
181 dev_err(tps
196 tps6507x_pmic_clear_bits(struct tps6507x_pmic *tps, u8 reg, u8 mask) argument
219 tps6507x_pmic_reg_read(struct tps6507x_pmic *tps, u8 reg) argument
233 tps6507x_pmic_reg_write(struct tps6507x_pmic *tps, u8 reg, u8 val) argument
249 struct tps6507x_pmic *tps = rdev_get_drvdata(dev); local
267 struct tps6507x_pmic *tps = rdev_get_drvdata(dev); local
285 struct tps6507x_pmic *tps = rdev_get_drvdata(dev); local
298 struct tps6507x_pmic *tps = rdev_get_drvdata(dev); local
312 struct tps6507x_pmic *tps = rdev_get_drvdata(dev); local
325 struct tps6507x_pmic *tps = rdev_get_drvdata(dev); local
339 struct tps6507x_pmic *tps = rdev_get_drvdata(dev); local
374 struct tps6507x_pmic *tps = rdev_get_drvdata(dev); local
430 struct tps6507x_pmic *tps = rdev_get_drvdata(dev); local
455 struct tps6507x_pmic *tps = rdev_get_drvdata(dev); local
499 struct tps6507x_pmic *tps = rdev_get_drvdata(dev); local
514 struct tps6507x_pmic *tps = rdev_get_drvdata(dev); local
554 struct tps6507x_pmic *tps; local
632 struct tps6507x_pmic *tps = tps6507x_dev->pmic; local
[all...]
H A Dtps65023-regulator.c131 static inline int tps_65023_read(struct tps_pmic *tps, u8 reg) argument
133 return i2c_smbus_read_byte_data(tps->client, reg);
136 static inline int tps_65023_write(struct tps_pmic *tps, u8 reg, u8 val) argument
138 return i2c_smbus_write_byte_data(tps->client, reg, val);
141 static int tps_65023_set_bits(struct tps_pmic *tps, u8 reg, u8 mask) argument
145 mutex_lock(&tps->io_lock);
147 data = tps_65023_read(tps, reg);
149 dev_err(&tps->client->dev, "Read from reg 0x%x failed\n", reg);
155 err = tps_65023_write(tps, reg, data);
157 dev_err(&tps
164 tps_65023_clear_bits(struct tps_pmic *tps, u8 reg, u8 mask) argument
189 tps_65023_reg_read(struct tps_pmic *tps, u8 reg) argument
203 tps_65023_reg_write(struct tps_pmic *tps, u8 reg, u8 val) argument
219 struct tps_pmic *tps = rdev_get_drvdata(dev); local
237 struct tps_pmic *tps = rdev_get_drvdata(dev); local
255 struct tps_pmic *tps = rdev_get_drvdata(dev); local
268 struct tps_pmic *tps = rdev_get_drvdata(dev); local
281 struct tps_pmic *tps = rdev_get_drvdata(dev); local
294 struct tps_pmic *tps = rdev_get_drvdata(dev); local
307 struct tps_pmic *tps = rdev_get_drvdata(dev); local
326 struct tps_pmic *tps = rdev_get_drvdata(dev); local
358 struct tps_pmic *tps = rdev_get_drvdata(dev); local
376 struct tps_pmic *tps = rdev_get_drvdata(dev); local
411 struct tps_pmic *tps = rdev_get_drvdata(dev); local
429 struct tps_pmic *tps = rdev_get_drvdata(dev); local
468 struct tps_pmic *tps; local
538 struct tps_pmic *tps = i2c_get_clientdata(client); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mfd/
H A Dtps65010.c197 struct tps65010 *tps = s->private; local
203 switch (tps->model) {
213 mutex_lock(&tps->lock);
216 seq_printf(s, "%scharging\n\n", tps->charging ? "" : "(not) ");
222 value = i2c_smbus_read_byte_data(tps->client, TPS_CHGCONFIG);
223 dbg_chgconf(tps->por, buf, sizeof buf, value);
226 value = i2c_smbus_read_byte_data(tps->client, TPS_CHGSTATUS);
229 value = i2c_smbus_read_byte_data(tps->client, TPS_MASK1);
234 value = i2c_smbus_read_byte_data(tps->client, TPS_REGSTATUS);
237 value = i2c_smbus_read_byte_data(tps
317 tps65010_interrupt(struct tps65010 *tps) argument
400 struct tps65010 *tps; local
436 struct tps65010 *tps = _tps; local
466 struct tps65010 *tps; local
483 struct tps65010 *tps; local
508 struct tps65010 *tps = i2c_get_clientdata(client); local
530 struct tps65010 *tps; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/dvb-usb/
H A DcinergyT2-fe.c46 uint16_t tps = 0; local
50 tps |= (1 << 7);
53 tps |= (2 << 7);
56 tps |= (3 << 7);
59 tps |= (4 << 7);
64 /* tps |= (0 << 7) */;
69 tps |= (1 << 4);
72 tps |= (2 << 4);
75 tps |= (3 << 4);
78 tps |
[all...]
H A DcinergyT2.h71 uint16_t tps; member in struct:dvbt_get_status_msg
87 __le16 tps; member in struct:dvbt_set_parameters_msg
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Dmt352.c176 unsigned int tps = 0; local
181 tps |= (1 << 7);
184 tps |= (2 << 7);
187 tps |= (3 << 7);
190 tps |= (4 << 7);
201 tps |= (1 << 4);
204 tps |= (2 << 4);
207 tps |= (3 << 4);
210 tps |= (4 << 4);
228 tps |
319 u16 tps; local
[all...]
H A Dzl10353.c201 u16 tps = 0; local
251 tps |= (1 << 7);
254 tps |= (2 << 7);
257 tps |= (3 << 7);
260 tps |= (4 << 7);
271 tps |= (1 << 4);
274 tps |= (2 << 4);
277 tps |= (3 << 4);
280 tps |= (4 << 4);
298 tps |
392 u16 tps; local
[all...]
H A Ddibx000_common.h202 u16 tps[9]; member in struct:dvb_frontend_parametersContext
H A Ddib3000mc.c633 u16 tps = dib3000mc_read_word(state,458); local
639 switch ((tps >> 8) & 0x1) {
644 switch (tps & 0x3) {
651 switch ((tps >> 13) & 0x3) {
659 /* (tps >> 12) & 0x1 == hrch is used, (tps >> 9) & 0x7 == alpha */
662 switch ((tps >> 5) & 0x7) {
672 switch ((tps >> 2) & 0x7) {
H A Ddib7000m.c1117 u16 tps = dib7000m_read_word(state,480); local
1123 switch ((tps >> 8) & 0x3) {
1129 switch (tps & 0x3) {
1136 switch ((tps >> 14) & 0x3) {
1144 /* (tps >> 13) & 0x1 == hrch is used, (tps >> 10) & 0x7 == alpha */
1147 switch ((tps >> 5) & 0x7) {
1157 switch ((tps >> 2) & 0x7) {
H A Ddib7000p.c744 dib7000p_write_word(state, 5, (seq << 4) | 1); /* do not force tps, search list 0 */
1082 u16 tps = dib7000p_read_word(state,463); local
1088 switch ((tps >> 8) & 0x3) {
1094 switch (tps & 0x3) {
1101 switch ((tps >> 14) & 0x3) {
1109 /* (tps >> 13) & 0x1 == hrch is used, (tps >> 10) & 0x7 == alpha */
1112 switch ((tps >> 5) & 0x7) {
1122 switch ((tps >> 2) & 0x7) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dtrace-event-info.c286 static bool name_in_tp_list(char *sys, struct tracepoint_path *tps) argument
288 while (tps) {
289 if (!strcmp(sys, tps->name))
291 tps = tps->next;
297 static void copy_event_system(const char *sys, struct tracepoint_path *tps) argument
315 !name_in_tp_list(dent->d_name, tps))
333 !name_in_tp_list(dent->d_name, tps))
353 static void read_ftrace_files(struct tracepoint_path *tps) argument
359 copy_event_system(path, tps);
364 system_in_tp_list(char *sys, struct tracepoint_path *tps) argument
375 read_event_files(struct tracepoint_path *tps) argument
504 struct tracepoint_path *tps = get_tracepoints_path(pattrs, nb_events); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/chelsio/
H A Dtp.h67 void t1_tp_get_mib_statistics(adapter_t *adap, struct tp_mib_statistics *tps);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dmk-ca-bundle.pl126 WARNING_MESSAGE() unless ($opt_q || $url =~ m/^(ht|f)tps:/i );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb3/
H A Dt3_hw.c2832 unsigned int tps = core_clk >> tre; local
2848 #define SECONDS * tps
2851 t3_write_reg(adap, A_TP_RXT_MIN, tps / (1000 / TP_RTO_MIN));
3065 * @tps: holds the returned counter values
3069 void t3_tp_get_mib_stats(struct adapter *adap, struct tp_mib_stats *tps) argument
3071 t3_read_indirect(adap, A_TP_MIB_INDEX, A_TP_MIB_RDATA, (u32 *) tps,
3072 sizeof(*tps) / sizeof(u32), 0);
3171 unsigned int v, tps, cpt, bpt, delta, mindelta = ~0; local
3178 tps = clk / cpt;
3179 bpt = (kbps + tps /
[all...]
H A Dcommon.h740 void t3_tp_get_mib_stats(struct adapter *adap, struct tp_mib_stats *tps);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnouveau_irq.c698 int tps = 0; local
712 tps++;
791 if (!tps && display)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/libasprintf/
H A DMakefile551 autosprintf.tps autosprintf.vr autosprintf.vrs \
H A DMakefile.in551 autosprintf.tps autosprintf.vr autosprintf.vrs \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/doc/
H A DMakefile801 wget.pg wget.pgs wget.tmp wget.toc wget.tp wget.tps wget.vr \
H A DMakefile.in801 wget.pg wget.pgs wget.tmp wget.toc wget.tp wget.tps wget.vr \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/doc/
H A DMakefile.in913 gettext.tps gettext.vr gettext.vrs gettext.dvi gettext.pdf \
H A DMakefile913 gettext.tps gettext.vr gettext.vrs gettext.dvi gettext.pdf \

Completed in 374 milliseconds