Searched defs:out (Results 76 - 100 of 159) sorted by relevance

1234567

/drivers/gpio/
H A Dgpio-tegra.c72 u32 out[4]; member in struct:tegra_gpio_bank
289 tegra_gpio_writel(bank->out[p], GPIO_OUT(gpio));
312 bank->out[p] = tegra_gpio_readl(GPIO_OUT(gpio));
/drivers/gpu/drm/nouveau/
H A Dnv50_pm.c594 u32 out, mast, divs, ctrl; local
649 out = read_pll(dev, 0x004030);
651 out = read_clk(dev, clk_src_hclkm3d2);
652 out = calc_div(out, perflvl->vdec, &P2);
656 abs((int)perflvl->vdec - out)) {
778 NV_ERROR(dev, "hwsq ucode exec timed out\n");
/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_fb.c372 size_t size, struct vmw_dma_buffer **out)
396 *out = vmw_bo;
371 vmw_fb_create_bo(struct vmw_private *vmw_priv, size_t size, struct vmw_dma_buffer **out) argument
H A Dvmwgfx_resource.c391 goto out;
397 goto out;
401 out:
810 * May return other errors if the kernel is out of guest resources.
1048 * May return errors if out of resources.
1219 uint32_t handle, struct vmw_surface **out)
1248 *out = srf;
1682 uint32_t handle, struct vmw_dma_buffer **out)
1704 *out = &vmw_user_bo->dma;
1803 goto out;
1217 vmw_user_surface_lookup_handle(struct vmw_private *dev_priv, struct ttm_object_file *tfile, uint32_t handle, struct vmw_surface **out) argument
1681 vmw_user_dmabuf_lookup(struct ttm_object_file *tfile, uint32_t handle, struct vmw_dma_buffer **out) argument
1890 vmw_user_stream_lookup(struct vmw_private *dev_priv, struct ttm_object_file *tfile, uint32_t *inout_id, struct vmw_resource **out) argument
[all...]
/drivers/isdn/gigaset/
H A Dcommon.c57 unsigned char *out = outbuf; local
65 *out++ = '\\';
70 *out++ = '~';
76 *out++ = '^';
81 *out++ = c;
83 *out = 0;
700 pr_err("out of memory\n");
706 pr_err("out of memory\n");
/drivers/media/video/
H A Dmsp3400-driver.c261 void msp_set_scart(struct i2c_client *client, int in, int out) argument
267 if (in >= 0 && in <= 7 && out >= 0 && out <= 2) {
268 if (-1 == scarts[out][in + 1])
271 state->acb &= ~scarts[out][0];
272 state->acb |= scarts[out][in + 1];
277 scart_names[in], out, state->acb);
743 /* Has a configurable i2s out? */
/drivers/media/video/omap3isp/
H A Dispvideo.c123 * @out: output pixelcode from shifter
130 enum v4l2_mbus_pixelcode out,
135 if (in == out)
139 out_info = omap3isp_video_format_info(out);
440 * we ran out of memory.
129 isp_video_is_shiftable(enum v4l2_mbus_pixelcode in, enum v4l2_mbus_pixelcode out, unsigned int additional_shift) argument
/drivers/media/video/s5p-mfc/
H A Ds5p_mfc_enc.c794 static int vidioc_enum_fmt(struct v4l2_fmtdesc *f, bool mplane, bool out) argument
804 if (out && formats[i].type != MFC_FMT_RAW)
806 else if (!out && formats[i].type != MFC_FMT_ENC)
932 goto out;
959 goto out;
971 goto out;
1025 out:
/drivers/media/video/s5p-tv/
H A Dmixer.h284 struct mxr_output *out = to_output(mdev); local
285 return out ? out->sd : NULL;
H A Dmixer_video.c91 struct mxr_output *out; local
97 out = kzalloc(sizeof *out, GFP_KERNEL);
98 if (out == NULL) {
105 strlcpy(out->name, conf->output_name, sizeof(out->name));
106 out->sd = sd;
107 out->cookie = conf->cookie;
108 mdev->output[mdev->output_cnt++] = out;
605 struct mxr_output *out; local
[all...]
/drivers/misc/
H A Dlkdtm.c472 /* Generic read callback that just prints out the available crash types */
477 int i, n, out; local
486 out = simple_read_from_buffer(user_buf, count, off,
490 return out;
/drivers/net/
H A Dsb1000.c98 const unsigned char out[], unsigned char in[]);
105 const unsigned char out[]);
318 const unsigned char out[], unsigned char in[])
325 outb(out[2], ioaddr[0] + 1);
326 outb(out[3], ioaddr[0] + 2);
327 outb(out[4], ioaddr[0] + 3);
328 outb(out[5], ioaddr[0] + 4);
329 outb(out[1], ioaddr[0] + 5);
331 outb(out[0], ioaddr[0] + 7);
332 if (out[
317 card_send_command(const int ioaddr[], const char* name, const unsigned char out[], unsigned char in[]) argument
417 sb1000_send_command(const int ioaddr[], const char* name, const unsigned char out[]) argument
[all...]
/drivers/net/usb/
H A Dusbnet.c101 struct usb_host_endpoint *in = NULL, *out = NULL; local
107 in = out = status = NULL;
110 /* take the first altsetting with in-bulk + out-bulk;
136 if (!out)
137 out = e;
140 if (in && out)
143 if (!alt || !in || !out)
156 dev->out = usb_sndbulkpipe (dev->udev,
157 out->desc.bEndpointAddress & USB_ENDPOINT_NUMBER_MASK);
935 status = usb_clear_halt (dev->udev, dev->out);
[all...]
/drivers/net/wimax/i2400m/
H A Drx.c92 * Thus, for RX packets that come out of order, the device gives the
304 /* Check waiter didn't time out waiting for the answer... */
547 unsigned in, out; member in struct:i2400m_roq_log
597 /* if we run out of space, we eat from the end */
598 if (roq->log->in - roq->log->out == I2400M_ROQ_LOG_LENGTH)
599 roq->log->out++;
623 BUG_ON(roq->log->out > roq->log->in);
624 for (cnt = roq->log->out; cnt < roq->log->in; cnt++) {
630 roq->log->in = roq->log->out = 0;
679 goto out;
[all...]
/drivers/parisc/
H A Dpdc_stable.c186 * pointer, from which it'll find out the corresponding hardware path.
238 char *out = buf; local
256 out += sprintf(out, "%u/", (unsigned char)devpath->bc[i]);
258 out += sprintf(out, "%u\n", (unsigned char)devpath->mod);
260 return out - buf;
358 char *out = buf; local
374 out += sprintf(out, "
532 char *out = buf; local
552 char *out = buf; local
598 char *out = buf; local
623 char *out = buf; local
643 char *out = buf; local
669 char *out = buf; local
693 char *out = buf; local
721 char *out = buf; local
[all...]
/drivers/platform/x86/
H A Dwmi.c203 static int wmi_gtoa(const char *in, char *out) argument
208 out += sprintf(out, "%02X", in[i] & 0xFF);
210 out += sprintf(out, "-");
211 out += sprintf(out, "%02X", in[5] & 0xFF);
212 out += sprintf(out, "%02X", in[4] & 0xFF);
213 out
228 find_guid(const char *guid_string, struct wmi_block **out) argument
293 wmi_evaluate_method(const char *guid_string, u8 instance, u32 method_id, const struct acpi_buffer *in, struct acpi_buffer *out) argument
351 wmi_query_block(const char *guid_string, u8 instance, struct acpi_buffer *out) argument
640 wmi_get_event_data(u32 event, struct acpi_buffer *out) argument
783 struct acpi_buffer out = {ACPI_ALLOCATE_BUFFER, NULL}; local
[all...]
/drivers/s390/char/
H A Dtape_3590.c79 [0x71] = "Bus out Check",
114 struct tape3592_kekl *out)
118 memset(out, 0, sizeof(*out));
120 out->flags |= 0x40;
122 out->flags |= 0x80;
123 strncpy(out->label, in->label, 64);
124 for (i = strlen(in->label); i < sizeof(out->label); i++)
125 out->label[i] = ' ';
126 ASCEBC(out
113 ext_to_int_kekl(struct tape390_kekl *in, struct tape3592_kekl *out) argument
129 int_to_ext_kekl(struct tape3592_kekl *in, struct tape390_kekl *out) argument
146 int_to_ext_kekl_pair(struct tape3592_kekl_pair *in, struct tape390_kekl_pair *out) argument
[all...]
/drivers/staging/media/lirc/
H A Dlirc_parallel.c108 static void out(int offset, int value) function
136 out(LIRC_PORT_DATA, tx_mask);
141 out(LIRC_PORT_DATA, 0);
207 out(LIRC_LP_CONTROL, LP_PSELECP|LP_PINITP);
248 out(LIRC_PORT_IRQ, in(LIRC_PORT_IRQ) & (~LP_PINTEN));
322 out(LIRC_PORT_IRQ, in(LIRC_PORT_IRQ)|LP_PINTEN);
400 goto out;
428 goto out;
445 goto out;
455 out
[all...]
/drivers/staging/rtl8187se/
H A Dr8180_rtl8225z2.c22 u16 out, select; local
26 out = read_nic_word(dev, RFPinsOutput) & 0xfff3;
39 write_nic_word(dev, RFPinsOutput, out | BB_HOST_BANG_EN);
44 write_nic_word(dev, RFPinsOutput, out);
52 write_nic_word(dev, RFPinsOutput, bit | out);
54 write_nic_word(dev, RFPinsOutput, bit | out | BB_HOST_BANG_CLK);
55 write_nic_word(dev, RFPinsOutput, bit | out | BB_HOST_BANG_CLK);
60 write_nic_word(dev, RFPinsOutput, bit | out | BB_HOST_BANG_CLK);
61 write_nic_word(dev, RFPinsOutput, bit | out | BB_HOST_BANG_CLK);
63 write_nic_word(dev, RFPinsOutput, bit | out);
[all...]
/drivers/usb/gadget/
H A Du_ether.c204 struct usb_ep *out; local
209 out = dev->port_usb->out_ep;
211 out = NULL;
214 if (!out)
232 size += out->maxpacket - 1;
233 size -= size % out->maxpacket;
255 retval = usb_ep_queue(out, req, gfp_flags);
688 DBG(dev, "host still using in/out endpoints\n");
H A Du_serial.c181 * Clear out all data in the circular buffer.
390 /* Drop lock while we call out of driver; completions
430 struct usb_ep *out = port->port_usb->out; local
447 req->length = out->maxpacket;
449 /* drop lock while we call out; the controller driver
453 status = usb_ep_queue(out, req, GFP_ATOMIC);
458 __func__, "queue", out->name, status);
472 * RX tasklet takes data out of the RX queue and hands it up to the TTY
674 struct usb_ep *ep = port->port_usb->out;
[all...]
/drivers/usb/image/
H A Dmdc800.c167 char out [64]; // Answer Buffer member in struct:mdc800_data
402 memcpy (mdc800->out, urb->transfer_buffer, 64);
772 if (copy_to_user(ptr, &mdc800->out [mdc800->out_ptr],
917 memcpy (mdc800->out, mdc800->camera_response,8);
920 memcpy (&mdc800->out[8], mdc800->camera_response,8);
/drivers/char/
H A Drandom.c43 * (now, with legal B.S. out of the way.....)
468 int nbytes, __u8 out[64])
519 if (out)
521 ((__u32 *)out)[j] = r->pool[(i - j) & wordmask];
637 goto out;
683 out:
820 static void extract_buf(struct entropy_store *r, __u8 *out) argument
858 memcpy(out, hash, EXTRACT_SIZE);
467 mix_pool_bytes_extract(struct entropy_store *r, const void *in, int nbytes, __u8 out[64]) argument
/drivers/char/tpm/
H A Dtpm.h255 struct tpm_output_header out; member in union:__anon405
/drivers/crypto/
H A Domap-aes.c192 * is performed while the module is coming out of soft reset
381 unsigned int start, unsigned int nbytes, int out)
390 scatterwalk_copychunks(buf, &walk, nbytes, out);
391 scatterwalk_done(&walk, out, 0);
395 size_t buflen, size_t total, int out)
411 sg_copy_buf(buf + off, *sg, *offset, count, out);
477 int err, fast = 0, in, out; local
486 out = IS_ALIGNED((u32)dd->out_sg->offset, sizeof(u32));
488 fast = in && out;
380 sg_copy_buf(void *buf, struct scatterlist *sg, unsigned int start, unsigned int nbytes, int out) argument
394 sg_copy(struct scatterlist **sg, size_t *offset, void *buf, size_t buflen, size_t total, int out) argument

Completed in 690 milliseconds

1234567