Searched refs:us (Results 51 - 75 of 224) sorted by relevance

123456789

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/iio/imu/
H A Dadis16400_core.c65 ret = spi_write(st->us, st->tx, 2);
109 ret = spi_sync(st->us, &msg);
153 ret = spi_sync(st->us, &msg);
155 dev_err(&st->us->dev,
293 st->us->max_speed_hz = ADIS16400_SPI_SLOW;
295 st->us->max_speed_hz = ADIS16400_SPI_FAST;
439 st->us->max_speed_hz = ADIS16400_SPI_SLOW;
440 st->us->mode = SPI_MODE_3;
441 spi_setup(st->us);
478 prod_id, st->us
[all...]
H A Dadis16300_trigger.c77 enable_irq(st->us->irq);
95 st->trig->dev.parent = &st->us->dev;
H A Dadis16350_trigger.c77 enable_irq(st->us->irq);
95 st->trig->dev.parent = &st->us->dev;
H A Dadis16400_trigger.c77 enable_irq(st->us->irq);
95 st->trig->dev.parent = &st->us->dev;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/l2tpd-0.69/
H A Daaa.c136 int get_secret (char *us, char *them, char *secret, int size) argument
166 /* us */
170 "%s: Invalid authentication info (no us), line %d\n",
201 if ((!strcasecmp (u, us) || !strcasecmp (u, "*")) &&
218 char *us; local
233 us = t->lns->hostname;
235 us = hostname;
244 us = t->lac->hostname;
246 us = hostname;
252 if (!get_secret (us, the
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/storage/
H A Donetouch.c156 static void usb_onetouch_pm_hook(struct us_data *us, int action) argument
158 struct usb_onetouch *onetouch = (struct usb_onetouch *) us->extra;
290 struct us_data *us; local
293 result = usb_stor_probe1(&us, intf, id,
300 result = usb_stor_probe2(us);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/backlight/
H A Dplatform_lcd.c24 struct device *us; member in struct:platform_lcd
66 return plcd->us->parent == info->device;
94 plcd->us = dev;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/iio/accel/
H A Dkxsd9.c60 * @us: spi device
67 struct spi_device *us; member in struct:kxsd9_state
95 ret = spi_sync(st->us, &msg);
169 ret = spi_sync(st->us, &msg);
177 ret = spi_sync(st->us, &msg);
214 ret = spi_sync(st->us, &msg);
330 st->us = spi;
H A Dadis16209_trigger.c75 enable_irq(st->us->irq);
92 st->trig->dev.parent = &st->us->dev;
H A Dadis16240_trigger.c75 enable_irq(st->us->irq);
92 st->trig->dev.parent = &st->us->dev;
H A Dadis16220.h128 * @us: actual spi_device
139 struct spi_device *us; member in struct:adis16220_state
H A Dadis16240_core.c51 ret = spi_write(st->us, st->tx, 2);
97 ret = spi_sync(st->us, &msg);
143 ret = spi_sync(st->us, &msg);
145 dev_err(&st->us->dev,
373 st->us->chip_select, st->us->irq);
480 st->us = spi;
H A Dlis3l02dq_core.c70 ret = spi_sync(st->us, &msg);
106 ret = spi_sync(st->us, &msg);
151 ret = spi_sync(st->us, &msg);
199 ret = spi_sync(st->us, &msg);
201 dev_err(&st->us->dev, "problem when reading 16 bit register");
419 st->us->mode = SPI_MODE_3;
421 spi_setup(st->us);
429 dev_err(&st->us->dev, "problem with setup control register 1");
437 dev_err(&st->us->dev, "problem with setup control register 1");
457 dev_err(&st->us
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/lib/
H A Dcsum_partial_copy.c81 unsigned short us[4]; member in union:__anon7843
89 out_v.ul = (unsigned long) tmp_v.us[0] + (unsigned long) tmp_v.us[1]
90 + (unsigned long) tmp_v.us[2];
92 /* Similarly, out_v.us[2] is always zero for the final add. */
93 return out_v.us[0] + out_v.us[1];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-bootp.c375 u_int16_t us; local
454 us = EXTRACT_16BITS(bp);
456 cp = tok2str(xtag2str, "?xT%u", us);
529 while (len >= sizeof(us)) {
532 us = EXTRACT_16BITS(bp);
533 printf("%u", us);
534 bp += sizeof(us);
535 len -= sizeof(us);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/iio/gyro/
H A Dadis16260_trigger.c75 enable_irq(st->us->irq);
92 st->trig->dev.parent = &st->us->dev;
H A Dadis16260_core.c51 ret = spi_write(st->us, st->tx, 2);
97 ret = spi_sync(st->us, &msg);
143 ret = spi_sync(st->us, &msg);
145 dev_err(&st->us->dev,
283 st->us->max_speed_hz = ADIS16260_SPI_SLOW;
285 st->us->max_speed_hz = ADIS16260_SPI_FAST;
439 st->us->chip_select, st->us->irq);
534 st->us = spi;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dfce_util.c81 long us = tv2->tv_usec - tv1->tv_usec; local
83 return s * 1000 + us/1000;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dheaders_check.pl116 if ($line =~ m/__[us](8|16|32|64)\b/) {
118 "found __[us]{8,16,32,64} type " .
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/zlib_inflate/
H A Dinffast.c25 unsigned short us; member in union:uu
38 return mm.us;
293 mm.us = pat16;
295 pat16 = mm.us;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/usx2y/
H A Dusbusx2yaudio.c674 struct snd_usX2Y_urbSeq *us = NULL; local
679 us = kzalloc(sizeof(*us) + sizeof(struct urb*) * NOOF_SETRATE_URBS, GFP_KERNEL);
680 if (NULL == us) {
690 if (NULL == (us->urb[i] = usb_alloc_urb(0, GFP_KERNEL))) {
696 usb_fill_bulk_urb(us->urb[i], usX2Y->dev, usb_sndbulkpipe(usX2Y->dev, 4),
699 us->urb[i]->transfer_flags = USB_QUEUE_BULK;
702 us->submitted = 0;
703 us->len = NOOF_SETRATE_URBS;
704 usX2Y->US04 = us;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/spi/
H A Dtle62x0.c29 struct spi_device *us; member in struct:tle62x0_state
54 dev_dbg(&st->us->dev, "buff %02x,%02x,%02x\n",
57 return spi_write(st->us, buff, (st->nr_gpio == 16) ? 3 : 2);
78 return spi_sync(st->us, &msg);
261 st->us = spi;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/kernel/
H A Dfasttimer.c87 3, /* 0 3333 - 853333 us */
88 6, /* 1 1666 - 426666 us */
89 12, /* 2 833 - 213333 us */
90 24, /* 3 416 - 106666 us */
91 48, /* 4 208 - 53333 us */
92 96, /* 5 104 - 26666 us */
93 192, /* 6 52 - 13333 us */
94 384, /* 7 26 - 6666 us */
130 /* Compare us */
145 /* t = 1/freq = 1/19200 = 53us
422 long us = 0; local
473 schedule_usleep(unsigned long us) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/kernel/
H A Dfasttimer.c119 /* Compare us */
141 D1(printk("start_timer_trig : %d us freq: %i div: %i\n",
187 /* In version 1.4 this function takes 27 - 50 us */
197 D1(printk("sft %s %d us\n", name, delay_us));
262 D2(printk("start_one_shot_timer: %d us done\n", delay_us));
311 /* Check if the timer interrupt is for us (a trig int) */
407 long us = 0; local
414 us = ((t->tv_expires.tv_jiff - tv.tv_jiff) *
418 if (us > 0) {
423 start_timer_trig(us);
450 schedule_usleep(unsigned long us) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dtelnet.c155 int us[256]; member in struct:TELNET
250 conn->data->req.protop = tn; /* make us known */
535 switch(tn->us[option]) {
537 tn->us[option] = CURL_WANTYES;
570 switch(tn->us[option]) {
576 tn->us[option] = CURL_WANTNO;
608 switch(tn->us[option]) {
611 tn->us[option] = CURL_YES;
619 tn->us[option] = CURL_YES;
635 tn->us[optio
[all...]

Completed in 255 milliseconds

123456789