Searched refs:in (Results 126 - 150 of 532) sorted by relevance

1234567891011>>

/drivers/staging/ramster/
H A Dr2net.c93 char *in = (char *)msg->buf; local
96 struct tmem_xhandle *xh = (struct tmem_xhandle *)in;
98 in += sizeof(struct tmem_xhandle);
102 in, datalen, xh->extra);
184 pr_err("UNTESTED ret<0 in ramster_remote_async_get\n");
/drivers/staging/tidspbridge/
H A DKconfig22 scale the chip voltage and frequency in order to match the
47 chunks (lines) from SDRAM and writes the data back in 128-Byte chunks.
/drivers/vhost/
H A Dtest.c6 * test virtio server in host kernel.
42 unsigned out, in; local
57 &out, &in,
70 if (in) {
72 "out %d, int %d\n", out, in);
/drivers/media/dvb/dvb-usb/
H A Dvp7045.c28 int vp7045_usb_op(struct dvb_usb_device *d, u8 cmd, u8 *out, int outlen, u8 *in, int inlen, int msec) argument
67 err("USB control message 'in' went wrong.");
72 deb_xfer("in buffer: ");
75 if (in != NULL && inlen > 0)
76 memcpy(in, &buf[1], inlen);
/drivers/s390/cio/
H A Dqdio_thinint.c154 if (q->u.in.queue_start_poll) {
155 /* skip if polling is enabled or already in work */
157 &q->u.in.queue_irq_state)) {
163 q->u.in.queue_start_poll(q->irq_ptr->cdev, q->nr,
191 /* protect tiq_list entries, only changed in activate or shutdown */
/drivers/tty/serial/8250/
H A DKconfig2 # The 8250/16550 serial drivers. You shouldn't be in this list unless
16 serial port drivers do not need this driver built in for them to
24 in the future.]
43 kernel messages and warnings and which allows logins in single user
224 support for this in the serial driver, say Y here.
233 This is considered unsafe; it is far better to configure the IRQ in
280 present in the Synopsys DesignWare APB UART.
/drivers/usb/core/
H A Dendpoint.c93 unsigned in; local
95 in = (ep->desc->bEndpointAddress & USB_DIR_IN);
109 if (ep->udev->speed == USB_SPEED_HIGH && !in)
142 direction = "in";
/drivers/infiniband/hw/ipath/
H A Dipath_diag.c8 * COPYING in the main directory of this source tree, or the
11 * Redistribution and use in source and binary forms, with or
19 * - Redistributions in binary form must reproduce the above
21 * disclaimer in the documentation and/or other materials
38 * driver is unloaded, or in some cases, until the system is rebooted.
57 static int ipath_diag_open(struct inode *in, struct file *fp);
58 static int ipath_diag_release(struct inode *in, struct file *fp);
128 * @uaddr: the location to store the data in user memory
168 * @uaddr: the source of the data in user memory
206 * @uaddr: the location to store the data in use
281 ipath_diag_open(struct inode *in, struct file *fp) argument
491 ipath_diag_release(struct inode *in, struct file *fp) argument
[all...]
/drivers/md/persistent-data/
H A Ddm-space-map-metadata.c24 * cause us to recurse into the space map in order to allocate new blocks.
93 static void in(struct sm_metadata *smm) function
127 * code for the operation run in the recursive context with that from
269 in(smm);
285 in(smm);
302 in(smm);
325 in(smm);
/drivers/gpu/drm/
H A Ddrm_crtc.c10 * the above copyright notice appear in all copies and that both that copyright
11 * notice and this permission notice appear in supporting documentation, and
12 * that the name of the copyright holders not be used in advertising or
214 * Create a unique identifier based on @ptr in @dev's identifier space. Used
218 * New unique (relative to other objects in @dev) integer identifier for the
315 * Scans all the CRTCs in @dev's mode_config. If they're using @fb, removes
547 /* taking the mode config mutex ends up in a clash with sysfs */
1048 * @in: drm_display_mode to use
1057 const struct drm_display_mode *in)
1059 WARN(in
1056 drm_crtc_convert_to_umode(struct drm_mode_modeinfo *out, const struct drm_display_mode *in) argument
1098 drm_crtc_convert_umode(struct drm_display_mode *out, const struct drm_mode_modeinfo *in) argument
[all...]
/drivers/hwmon/
H A Demc6w201.c10 * This program is distributed in the hope that it will be useful,
63 unsigned long last_updated; /* in jiffies */
66 u8 in[3][6]; member in struct:emc6w201_data
72 * Combine LSB and MSB registers in a single value
146 data->in[input][nr] =
149 data->in[min][nr] =
152 data->in[max][nr] =
201 (unsigned)data->in[sf][nr] * nominal_mv[nr] / 0xC0);
224 data->in[sf][nr] = SENSORS_LIMIT(val, 0, 255);
225 err = emc6w201_write8(client, reg, data->in[s
[all...]
H A Dadm1025.c18 * only in that it has "open-drain VID inputs while the ADM1025 has
38 * This program is distributed in the hope that it will be useful,
148 unsigned long last_updated; /* in jiffies */
150 u8 in[6]; /* register value */ member in struct:adm1025_data
170 return sprintf(buf, "%u\n", IN_FROM_REG(data->in[index],
259 static SENSOR_DEVICE_ATTR(in##offset##_input, S_IRUGO, \
261 static SENSOR_DEVICE_ATTR(in##offset##_min, S_IWUSR | S_IRUGO, \
263 static SENSOR_DEVICE_ATTR(in##offset##_max, S_IWUSR | S_IRUGO, \
588 data->in[i] = i2c_smbus_read_byte_data(client,
/drivers/platform/x86/
H A DKconfig14 If you say N, all options in this submenu will be skipped and disabled.
48 After loading this driver the BIOS is still in control of the fan.
72 ACPI events and input events, and on the Lucid the built-in
145 expense of a slight increase in driver size.
273 This mini-driver drives the SNC and SPIC devices present in the ACPI
318 and/or ALSA (CONFIG_SND) subsystems are available in the kernel.
319 Note that if you want ThinkPad-ACPI to be built-in instead of
320 modular, ALSA and rfkill will also have to be built-in.
331 Enables monitoring of the built-in console audio output control
332 (headphone and speakers), which is operated by the mute and (in
[all...]
H A Dsamsung-laptop.c35 * their control settings through ACPI. So we have to poke around in the
370 struct sabi_data *in,
381 if (in)
384 command, in->d0, in->d1, in->d2, in->d3);
396 if (in) {
397 writel(in->d0, samsung->sabi_iface + SABI_IFACE_DATA);
398 writel(in
369 sabi_command(struct samsung_laptop *samsung, u16 command, struct sabi_data *in, struct sabi_data *out) argument
446 struct sabi_data in = { { { .d0 = 0, .d1 = 0, .d2 = 0, .d3 = 0 } } }; local
[all...]
/drivers/s390/char/
H A Dtape_3590.c88 [0xa2] = "Volume in input",
98 [0xac] = "No Cleaner Volumes in Library",
113 static void ext_to_int_kekl(struct tape390_kekl *in, argument
119 if (in->type == TAPE390_KEKL_TYPE_HASH)
121 if (in->type_on_tape == TAPE390_KEKL_TYPE_HASH)
123 strncpy(out->label, in->label, 64);
124 for (i = strlen(in->label); i < sizeof(out->label); i++)
129 static void int_to_ext_kekl(struct tape3592_kekl *in, argument
133 if(in->flags & 0x40)
137 if(in
146 int_to_ext_kekl_pair(struct tape3592_kekl_pair *in, struct tape390_kekl_pair *out) argument
[all...]
/drivers/mfd/
H A DKconfig67 in a Texas Instruments TNETV107X SoC.
129 are often used in portable devices like cell phones and cameras.
142 and other features that are often used in portable devices.
155 charger, wled and other features that are often used in portable
169 additional drivers must be enabled in order to use the
214 and other features that are often used in portable devices like
280 additional drivers must be enabled in order to use the
299 additional drivers must be enabled in order to use the functionality
331 additional drivers must be enabled in order to use the
386 for accessing the device, additional drivers must be enabled in
[all...]
/drivers/gpio/
H A DKconfig23 code to always get built in.
57 This is mostly useful to work around omissions in a system's
58 kernel support. Those are common in custom and semicustom
69 # put drivers in the right section, in alphabetical order
190 additional drivers must be enabled in order to use the
201 and write pin state) for GPIO implemented in a number of GE single
237 controller. It requires the driver to be built in the kernel.
265 controller. It requires the driver to be built in the kernel.
283 Your board setup code will need to declare the expanders in
[all...]
/drivers/acpi/
H A DKconfig52 they have been replaced by functions in /sys.
55 and functions which do not yet exist in /sys.
65 they have been replaced by functions in /sys.
70 and functions, which do not yet exist in /sys
72 deleted in 2.6.39.
83 Controller in a way that a normal reboot is not enough. You then
158 for integrated graphics devices on motherboard, as specified in
223 processors in the platform. Currently only logical processor idling
283 parameters documented in Documentation/acpi/debug.txt and
300 This driver creates entries in /sy
[all...]
/drivers/media/radio/
H A DKconfig97 Say Y here if you want to use the TEA5764 FM chip found in
98 EZX phones. This FM chip is present in EZX phones from Motorola,
109 Say Y here if TEA5764 have a 32768 Hz crystal in circuit, say N
110 here if TEA5764 reference frequency is connected in FREQIN.
189 fill in the port address below.
200 in the port address below.
211 More information is contained in the file
230 Choose Y here if you have this FM radio card, and then fill in the
254 in the port address below.
273 Choose Y here if you have this FM radio card, and then fill in th
[all...]
/drivers/media/video/
H A DKconfig99 When in doubt, say N.
536 It is used for example in Nokia N800.
566 example in Nokia N900.
573 build in control for flash, torch and indicator LEDs.
582 video chip. It is most often found in NTSC TV cards made for
584 be present in analog TV broadcasts.
692 Supported devices are typically found in some Asus laptops,
766 in the Vaio Picturebook laptops. Please read the material in
770 Extras" in th
[all...]
/drivers/net/usb/
H A Dusbnet.c11 * This program is distributed in the hope that it will be useful,
26 * These devices usually differ in terms of control protocols (if they
57 * Several dozen bytes of IPv4 data can fit in two such transactions.
101 struct usb_host_endpoint *in = NULL, *out = NULL; local
107 in = out = status = NULL;
110 /* take the first altsetting with in-bulk + out-bulk;
111 * remember any status endpoint, just in case;
131 if (!intr && !in)
132 in = e;
140 if (in
[all...]
/drivers/block/
H A Dvirtio_blk.c113 unsigned long num, out = 0, in = 0; local
145 /* We don't put anything else in the queue. */
164 sg_set_buf(&vblk->sg[num + out + in++], vbr->req->sense, SCSI_SENSE_BUFFERSIZE);
165 sg_set_buf(&vblk->sg[num + out + in++], &vbr->in_hdr,
169 sg_set_buf(&vblk->sg[num + out + in++], &vbr->status,
178 in += num;
182 if (virtqueue_add_buf(vblk->vq, vblk->sg, out, in, vbr, GFP_ATOMIC)<0) {
264 /* see if the host passed in geometry config */
487 /* If disk is read-only in the host, the guest should obey */
/drivers/crypto/
H A Dgeode-aes.c216 geode_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) argument
221 crypto_cipher_encrypt_one(op->fallback.cip, out, in);
225 op->src = (void *) in;
237 geode_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) argument
242 crypto_cipher_decrypt_one(op->fallback.cip, out, in);
246 op->src = (void *) in;
/drivers/input/
H A DKconfig51 in-tree drivers select it automatically.
63 useful for out-of-tree drivers since in-tree drivers
137 under char device 13:64+ - /dev/input/eventX in a generic way.
/drivers/input/keyboard/
H A DKconfig104 built-in keyboard (as opposed to an external keyboard).
118 in the left-hand column will be interpreted as the corresponding key
119 in the right-hand column.
121 If you say Y here, and use an external keyboard, then each key in the
122 right-hand column will be interpreted as the key shown in the
255 controller used in several Hewlett Packard models. This driver
263 "HP System Device Controller i8042 Support" in the input/serio
275 controller used in several Hewlett Packard models.
286 support the built-in keyboard.
296 support the built-in keyboar
[all...]

Completed in 915 milliseconds

1234567891011>>