Searched defs:out (Results 126 - 150 of 159) sorted by relevance

1234567

/drivers/isdn/hardware/eicon/
H A Dio.h200 void (*out)(ADAPTER *a); member in struct:_ISDN_ADAPTER
303 word out; member in struct:__anon1214
/drivers/macintosh/
H A Dtherm_pm72.c29 * I didn't yet figure out how to get the slots power consumption
30 * out of the FCU, so that part has not been implemented yet and
53 * - Figure out how to get the slots consumption and set the
635 static int read_eeprom(int cpu, struct mpu_data *out) argument
658 memcpy(out, data, sizeof(struct mpu_data));
1798 goto out;
1865 printk(KERN_WARNING "Shutdown timed out, power off now !\n");
1875 out:
/drivers/md/
H A Ddm-table.c606 char *start, *end = input, *out, **argv = NULL; local
627 /* 'out' is used to remove any back-quotes */
628 end = out = start;
632 *out++ = *(end + 1);
640 *out++ = *end++;
655 *out = '\0';
/drivers/media/rc/
H A Dmceusb.c56 #define MCE_G1_INIT_MSGS 40 /* Init messages on gen1 hw to throw out */
88 #define MCE_PORT_MASK 0xe0 /* Mask out command bits */
136 #define MCE_RSP_TX_TIMEOUT 0x81 /* tx timed out, 2 bytes */
519 int offset, int len, bool out)
532 if (ir->flags.microsoft_gen1 && !out && !offset)
542 (out ? "t" : "r"), codes, len);
544 if (out)
572 if (!out)
591 if (!out)
598 if (!out)
518 mceusb_dev_printdata(struct mceusb_dev *ir, char *buf, int offset, int len, bool out) argument
[all...]
/drivers/media/video/cx88/
H A Dcx88-blackbird.c313 static int blackbird_mbox_func(void *priv, u32 command, int in, int out, u32 data[CX2341X_MBOX_MAX_DATA]) argument
366 for (i = 0; i < out; i++) {
1234 /* By default, core setup will leave the cx22702 out of reset, on the bus.
/drivers/net/wireless/
H A Dray_cs.c100 static int parse_addr(char *in_str, UCHAR *out);
1114 /* Push it out ! */
1243 if ((fthr < 256) || (fthr > 2347)) /* To check out ! */
1648 static int parse_addr(char *in_str, UCHAR *out) argument
1658 memset(out, 0, ADDRLEN);
1668 out[i] = k;
1675 out[i] += k << 4;
2613 /* Pull some fields out of last beacon received */
/drivers/platform/x86/
H A Dacer-wmi.c702 struct acpi_buffer out = { ACPI_ALLOCATE_BUFFER, NULL }; local
708 status = wmab_execute(&args, &out);
712 obj = (union acpi_object *) out.pointer;
717 kfree(out.pointer);
724 kfree(out.pointer);
761 struct acpi_buffer out = { ACPI_ALLOCATE_BUFFER, NULL }; local
781 status = wmab_execute(&args, &out);
785 obj = out.pointer;
791 goto out;
802 * But we need to kfree(out
846 WMI_execute_u32(u32 method_id, u32 in, u32 *out) argument
1159 struct acpi_buffer out = {ACPI_ALLOCATE_BUFFER, NULL}; local
1788 struct acpi_buffer out = {ACPI_ALLOCATE_BUFFER, NULL}; local
[all...]
H A Dsamsung-laptop.c371 struct sabi_data *out)
392 /* write out the command */
414 * out which features are supported */
425 if (out) {
426 out->d0 = readl(samsung->sabi_iface + SABI_IFACE_DATA);
427 out->d1 = readl(samsung->sabi_iface + SABI_IFACE_DATA + 4);
428 out->d2 = readw(samsung->sabi_iface + SABI_IFACE_DATA + 2);
429 out->d3 = readb(samsung->sabi_iface + SABI_IFACE_DATA + 1);
432 if (debug && out) {
434 out
369 sabi_command(struct samsung_laptop *samsung, u16 command, struct sabi_data *in, struct sabi_data *out) argument
[all...]
H A Dtoshiba_acpi.c31 * Rob Miller - TV out and hotkeys help
209 const u32 in[HCI_WORDS], u32 out[HCI_WORDS])
233 out[i] = out_objs->package.elements[i].integer.value;
250 u32 out[HCI_WORDS]; local
251 acpi_status status = hci_raw(dev, in, out);
252 *result = (status == AE_OK) ? out[0] : HCI_FAILURE;
260 u32 out[HCI_WORDS]; local
261 acpi_status status = hci_raw(dev, in, out);
262 *out1 = out[2];
263 *result = (status == AE_OK) ? out[
208 hci_raw(struct toshiba_acpi_dev *dev, const u32 in[HCI_WORDS], u32 out[HCI_WORDS]) argument
271 u32 out[HCI_WORDS]; local
281 u32 out[HCI_WORDS]; local
293 u32 out[HCI_WORDS]; local
313 u32 out[HCI_WORDS]; local
358 u32 out[HCI_WORDS]; local
[all...]
H A Dasus-laptop.c458 /* Note transform, convert to "right/up/out" in the native
919 int out = 0; local
923 out = value ? 1 : 0;
/drivers/s390/cio/
H A Dqdio.h264 struct qdio_output_q out; member in union:qdio_q::__anon3950
/drivers/staging/media/solo6x10/
H A Dv4l2-enc.c459 static void write_bytes(u8 **out, unsigned *bits, const u8 *src, unsigned count) argument
461 memcpy(*out, src, count);
462 *out += count;
466 static void write_bits(u8 **out, unsigned *bits, u32 value, unsigned count) argument
472 **out <<= 1;
473 **out |= !!(value & (1 << 31)); /* MSB */
476 (*out)++;
480 static void write_ue(u8 **out, unsigned *bits, unsigned value) /* H.264 only */ argument
488 write_bits(out, bits, 1, cnt + 1);
489 write_bits(out, bit
492 write_se(u8 **out, unsigned *bits, int value) argument
500 write_mpeg4_end(u8 **out, unsigned *bits) argument
508 write_h264_end(u8 **out, unsigned *bits, int align) argument
518 mpeg4_write_vol(u8 **out, struct solo_dev *solo_dev, __le32 *vh, unsigned fps, unsigned interval) argument
572 h264_write_vol(u8 **out, struct solo_dev *solo_dev, __le32 *vh) argument
652 u8 header[MAX_VOL_HEADER_LENGTH], *out = header; local
[all...]
/drivers/staging/rtl8712/
H A Drtl871x_security.c758 static void xor_128(u8 *a, u8 *b, u8 *out) argument
763 out[i] = a[i] ^ b[i];
766 static void xor_32(u8 *a, u8 *b, u8 *out) argument
770 out[i] = a[i] ^ b[i];
799 static void byte_sub(u8 *in, u8 *out) argument
803 out[i] = sbox(in[i]);
806 static void shift_row(u8 *in, u8 *out) argument
808 out[0] = in[0];
809 out[1] = in[5];
810 out[
826 mix_column(u8 *in, u8 *out) argument
1021 bitwise_xor(u8 *ina, u8 *inb, u8 *out) argument
[all...]
/drivers/usb/gadget/
H A Df_fs.c1999 u8 *ev = ffs->ev.types, *out = ev; local
2003 *out++ = *ev;
2006 ffs->ev.count = out - ffs->ev.types;
H A Ds3c-hsotg.c233 * Until this issue is sorted out, we always return 'false'.
474 /* if there's nothing to write, get out early */
483 /* work out how much data was loaded so we can calculate
546 * the transfer to return that it did not run out of fifo space
682 hs_ep->dir_in ? "in" : "out");
1007 dev_warn(hsotg->dev, "%s: direction out?\n", __func__);
1138 * needs to work out what to do next (and whether to pass it on to the
1378 * endpoint, so sort out whether we need to read the data into a request
1508 * out from the amount we loaded for the transfer.
1564 * that requires processing, so find out wha
3030 u32 in, out; local
[all...]
/drivers/video/
H A Dfbmem.c357 static void fb_rotate_logo_ud(const u8 *in, u8 *out, u32 width, u32 height) argument
361 out += size - 1;
364 *out-- = *in++;
367 static void fb_rotate_logo_cw(const u8 *in, u8 *out, u32 width, u32 height) argument
373 out[height * j + h - i] = *in++;
376 static void fb_rotate_logo_ccw(const u8 *in, u8 *out, u32 width, u32 height) argument
382 out[height * (w - j) + i] = *in++;
1436 goto out;
1448 out:
/drivers/atm/
H A Dambassador.h546 command * out; member in struct:__anon121
574 } out; member in struct:__anon123
592 } out; member in struct:__anon126
/drivers/media/video/cx231xx/
H A Dcx231xx-417.c709 int out,
773 for (i = 0; i < out; i++) {
1022 /*download the firmware by ep5-out*/
706 cx231xx_mbox_func(void *priv, u32 command, int in, int out, u32 data[CX2341X_MBOX_MAX_DATA]) argument
/drivers/media/video/cx23885/
H A Dcx23885-417.c761 int out,
825 for (i = 0; i < out; i++) {
758 cx23885_mbox_func(void *priv, u32 command, int in, int out, u32 data[CX2341X_MBOX_MAX_DATA]) argument
/drivers/media/video/
H A Dmx2_camera.c471 goto out;
496 out:
581 goto out;
586 out:
1159 int in, out; local
1163 out = pix_out->width;
1166 out = pix_out->height;
1169 if (in < out)
1171 else if (in == out)
1175 m = gcd(in, out);
[all...]
/drivers/s390/net/
H A Dqeth_l3_main.c93 int num2, cnt, out, found, save_cnt; local
96 cnt = out = found = save_cnt = num2 = 0;
107 out = 1;
121 if (out)
1293 goto out;
1326 out:
1360 goto out;
1367 goto out;
1376 goto out;
1385 goto out;
[all...]
/drivers/staging/panel/
H A Dpanel.c91 /* high to read data in or-ed with data out */
667 * out(dport, in(dport) & d_val[2] | d_val[signal_state])
668 * out(cport, in(cport) & c_val[2] | c_val[signal_state])
1933 * corresponding to out and in bits respectively.
1945 int in, out, bit, neg; local
1957 out = *name - '0';
1958 om |= (1 << out);
1960 out = 8;
1964 bit = (out * 5) + in;
/drivers/video/matrox/
H A Dmatroxfb_base.c791 int out; local
807 for (out = 0; out < MATROXFB_MAX_OUTPUTS; out++) {
808 if (minfo->outputs[out].src == MATROXFB_SRC_CRTC1 &&
809 minfo->outputs[out].output->compute) {
810 minfo->outputs[out].output->compute(minfo->outputs[out].data, &mt);
827 for (out = 0; out < MATROXFB_MAX_OUTPUT
[all...]
/drivers/infiniband/hw/mthca/
H A Dmthca_cmd.c357 goto out;
367 goto out;
384 out:
397 /* previously timed out command completing at long last */
436 goto out;
440 goto out;
445 goto out;
456 out:
636 u64 out; local
639 ret = mthca_cmd_imm(dev, 0, &out,
[all...]
/drivers/infiniband/hw/qib/
H A Dqib_iba6120.c717 /* force in-memory update now we are out of freeze */
778 * Make sure we get this much out, unless told to be quiet,
1564 * Count appropriately, clear bits out of our copy,
3070 static int gpio_6120_mod(struct qib_devdata *dd, u32 out, u32 dir, u32 mask) argument
3078 out &= mask;
3082 new_out = (dd->cspec->gpio_out & ~mask) | out;
3159 * get_6120_chip_params(), so split out as separate function
3337 * packets). At that link state the packet should always go out immediately
3341 * out. In that case, we flush all packets, and try again. If that still
3345 * time to go out o
[all...]

Completed in 729 milliseconds

1234567