Searched refs:in (Results 176 - 200 of 532) sorted by relevance

1234567891011>>

/drivers/hid/
H A DKconfig12 If you say N, all options in this submenu will be skipped and disabled.
50 There is also a /dev/hiddev configuration option in the USB HID
64 This allows to write I/O drivers in user-space and feed the data from
69 This driver cannot be used to parse HID-reports in user-space and write
71 Instead, this driver allows to write the transport-layer driver in
72 user-space like USB-HID and Bluetooth-HID do in kernel-space.
147 a sound "card" in the ALSA sound system.
411 There are certain devices which have LogicalMaximum wrong in the keyboard
613 a THRUSTMASTER Dual Trigger 3-in-1 or a THRUSTMASTER Ferrari GT
/drivers/hwmon/
H A Dwm831x-hwmon.c11 * This program is distributed in the hope that it will be useful, but WITHOUT
95 static SENSOR_DEVICE_ATTR(in##id##_input, S_IRUGO, show_voltage, \
100 static SENSOR_DEVICE_ATTR(in##id##_label, S_IRUGO, show_label, \
H A Dlm87.c49 * This program is distributed in the hope that it will be useful,
83 /* nr in 0..5 */
87 /* nr in 0..1 */
101 /* nr in 0..1 */
146 /* nr in 0..1 */
165 u8 in[8]; /* register value */ member in struct:lm87_data
211 data->in[i] = lm87_read_value(client,
221 data->in[6+i] = lm87_read_value(client,
285 return sprintf(buf, "%u\n", IN_FROM_REG(data->in[nr],
352 static SENSOR_DEVICE_ATTR(in##offse
[all...]
H A Dabituguru.c9 * This program is distributed in the hope that it will be useful,
45 /* max nr of sensors in bank1, a bank1 sensor can be in, temp or nc */
51 /* max nr of sensors in bank2, currently mb's with max 6 fans are known */
88 * Normally all expected status in abituguru_ready, are reported after the
95 /* Maximum 2 timeouts in abituguru_update_device, iow 3 in a row is an error */
104 * sum of strlen of: in??_input\0, in??_{min,max}\0, in
[all...]
/drivers/ide/
H A Dide-disk_proc.c20 cmd.valid.in.tf = IDE_VALID_IN_TF | IDE_VALID_DEVICE;
37 cmd.valid.in.tf = IDE_VALID_IN_TF | IDE_VALID_DEVICE;
H A Dide-park.c76 cmd.valid.in.tf = IDE_VALID_IN_TF | IDE_VALID_DEVICE;
/drivers/media/dvb/
H A DKconfig14 Only values in the range 4-32 are tested.
/drivers/net/hippi/
H A DKconfig14 and have a HIPPI network card in your computer that you want to use
/drivers/net/ppp/
H A DKconfig16 in the PPP-HOWTO, available at
18 the version of pppd recommended in <file:Documentation/Changes>.
53 module; it is called bsd_comp and will show up in the directory
102 PPP multilink is a protocol (defined in RFC 1990) which allows you
115 Support PPP (Point to Point Protocol) encapsulated in ATM frames.
138 This driver requires pppd plugin to work in client mode or
139 modified pptpd (poptop) to work in server mode.
155 L2TP (RFC 2661) is a tunneling protocol widely used in virtual private
164 PPTP (RFC 2637) is a tunneling protocol widely used in virtual private
/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_scan.l9 * Redistribution and use in source and binary forms, with or without
15 * 2. Redistributions in binary form must reproduce at minimum a disclaimer
312 * is allowed in C.
334 "'%c' in macro argument list",
569 * Find the next substitution in the macro working backwards from
/drivers/staging/usbip/userspace/
H A DREADME10 Found in the staging directory of the Linux kernel.
174 Port 00: <Port in Use> at Full Speed(12Mbps)
/drivers/usb/gadget/
H A Dzero.c23 * writes, and in return sources zeroes. The other loops whatever the host
209 struct usb_ep *in, struct usb_ep *out)
211 disable_ep(cdev, in);
245 DBG(cdev, "suspend, wakeup in %d seconds\n", autoresume);
208 disable_endpoints(struct usb_composite_dev *cdev, struct usb_ep *in, struct usb_ep *out) argument
H A Damd5536udc.c101 * slave mode: pending bytes in rx fifo after nyet,
120 * in the FIFO (important for not blocking control traffic).
170 MODULE_PARM_DESC(use_dma_ppb, "true for DMA in packet per buffer mode");
173 "true for DMA in packet per buffer mode with descriptor update");
278 if (!ep || !(ep->in))
353 if (ep->in) {
355 /* ep ix in UDC CSR register space */
378 /* ep ix in UDC CSR register space */
387 if (use_dma && !ep->in) {
404 tmp = AMD_ADDBITS(tmp, ep->in, UDC_CSR_NE_DI
[all...]
H A Du_ether.c38 * host end address is exported in various ways, and is often recorded
39 * in configuration databases.
497 struct usb_ep *in; local
502 in = dev->port_usb->in_ep;
505 in = NULL;
510 if (!in) {
579 (length % in->maxpacket) == 0)
588 if (req->zero && !dev->zlp && (length % in->maxpacket) == 0)
600 retval = usb_ep_queue(in, req, GFP_ATOMIC);
688 DBG(dev, "host still using in/ou
[all...]
/drivers/video/
H A DKconfig55 in the /dev directory, i.e. /dev/fb*.
84 something on your display, try setting this to N. Matrox cards in
136 and 4 bits per pixel depths which has opposite order of pixels in
137 byte order to bytes in long order.
146 (accelerated) version and the framebuffer is in system RAM.
155 version and the framebuffer is in system RAM.
164 (accelerated) version and the framebuffer is in system RAM.
252 parameters in terms of number of tiles instead of number of pixels.
255 rectangular section of a screen, the rectangle will be described in
256 terms of number of tiles in th
[all...]
/drivers/infiniband/hw/qib/
H A Dqib_diag.c9 * COPYING in the main directory of this source tree, or the
12 * Redistribution and use in source and binary forms, with or
20 * - Redistributions in binary form must reproduce the above
22 * disclaimer in the documentation and/or other materials
39 * driver is unloaded, or in some cases, until the system is rebooted.
84 /* None in pool, alloc and init */
128 static int qib_diag_open(struct inode *in, struct file *fp);
129 static int qib_diag_release(struct inode *in, struct file *fp);
209 * @offs: the offset in chip-space
218 * The code below makes the same assumptions as were made in
502 qib_diag_open(struct inode *in, struct file *fp) argument
667 qib_diag_release(struct inode *in, struct file *fp) argument
[all...]
/drivers/input/touchscreen/
H A DKconfig19 support for the built-in touchscreen.
33 and your board-specific setup code includes that in its
51 code includes that in its table of SPI devices.
102 tristate "AUO in-cell touchscreen using Pixcir ICs"
106 Say Y here if you have a AUO display with in-cell touchscreen
238 installed in Lifebook P series laptop) connected to your
253 Such kind of chipsets can be found in Amazon Kindle Fire
314 to support the built-in touchscreen.
336 chip in your system.
371 Say Y here if you have a Intel MID based touchscreen in
[all...]
/drivers/isdn/i4l/
H A Disdn_audio.c238 #define BIAS 0x84 /* define the add-in bias for 16 bit samples */
302 isdn_audio_get_bits(adpcm_state *s, unsigned char **in, int *len) argument
305 int d = *((*in)++);
361 isdn_audio_adpcm2xlaw(adpcm_state *s, int fmt, unsigned char *in, argument
370 int e = isdn_audio_get_bits(s, &in, &len);
396 isdn_audio_xlaw2adpcm(adpcm_state *s, int fmt, unsigned char *in, argument
411 delta = (isdn_audio_alaw_to_s16[*in++] >> 2) - a;
413 delta = (isdn_audio_ulaw_to_s16[*in++] >> 2) - a;
584 * Decode DTMF tones, queue result in separate sk_buf for
/drivers/media/video/
H A Dmsp3400-driver.c16 * FM-Stereo (B/G, used in germany)
23 * NICAM (B/G, L , used in UK, Scandinavia, Spain and France)
38 * This program is distributed in the hope that it will be useful,
261 void msp_set_scart(struct i2c_client *client, int in, int out) argument
265 state->in_scart = in;
267 if (in >= 0 && in <= 7 && out >= 0 && out <= 2) {
268 if (-1 == scarts[out][in + 1])
272 state->acb |= scarts[out][in + 1];
277 scart_names[in], ou
[all...]
/drivers/isdn/gigaset/
H A Disocdata.c90 * If more than nbits bits are set in data, the extraneous bits are set in the
124 /* mask extraneous bits in buffer */
158 /* no wraparound in valid data */
248 * bit 12..10 = number of trailing '1' bits in result
347 * ones number of trailing '1' bits in result before this step
351 * number of trailing '1' bits in result after this step
362 * bit 12..10 = number of trailing '1' bits in result
380 * Whenever five consecutive '1' bits appear in the resulting bit sequence, a
388 * in inpu
397 hdlc_buildframe(struct isowbuf_t *iwb, unsigned char *in, int count) argument
450 trans_buildframe(struct isowbuf_t *iwb, unsigned char *in, int count) argument
480 gigaset_isoc_buildframe(struct bc_state *bcs, unsigned char *in, int len) argument
[all...]
/drivers/ata/
H A DKconfig9 uses pata-platform driver to enable the relevant driver in the
42 in libata kernel output, making it easier to interpret.
209 This option enables debugging output in the driver.
258 enable the PATA_SIS driver in the config.
351 This option enables support for the built-in ATAPI controller on
406 chipset found in some Alpha systems
578 controllers found on some old motherboards and in some
632 This option enables support for the built-in IDE controller on
704 NOTE: This driver utilizes PXA DMA controller, in case your hardware
713 This option enables support for SL82C105 PATA devices found in th
[all...]
/drivers/atm/
H A Dnicstar.h43 have 32K x 32bit SRAM, in which case
118 /* NICStAR structures located in host memory */
297 /* NICStAR structures located in local SRAM */
396 /* NOTE: There are other fields in word 2 of the SCD, but as they should
397 not be needed in the device driver they are not defined here. */
579 #error NS_SMBUFSIZE is incorrect in nicstar.h
591 #error NS_LGBUFSIZE is incorrect in nicstar.h
601 #error NS_RSQSIZE is incorrect in nicstar.h
613 #error NS_VPIBITS is incorrect in nicstar.h
688 volatile int count; /* number of buffers in th
[all...]
/drivers/mmc/host/
H A DKconfig33 and Toshiba(R). Most controllers found in laptops are of this type.
56 accessed in sizes other than the datum size.
114 found in the "Hollywood" chipset of the Nintendo Wii video game
151 This selects the Secure Digital Host Controller Interface in
174 often referrered to as the HSMMC block in some of the Samsung S3C
215 often referrered to as the HSMMC block in some of the ST SPEAR range
324 This provides support for the SD/MMC cell found in the
353 the Texas Instruments(R) Flash Media card reader, found in many
400 This selects a driver for the MCI interface found in
433 Currently, the DMA support in thi
[all...]
/drivers/net/ethernet/i825xx/
H A D3c505.h48 /* #define DIR 0x10 direction - same as in control register */
68 * maximum amount of data allowed in a PCB
76 * locking up the whole machine in the case of failure or
272 unsigned int in; member in struct:__anon2201::__anon2202
/drivers/net/ethernet/intel/ixgb/
H A Dixgb.h10 This program is distributed in the hope it will be useful, but WITHOUT
19 The full GNU General Public License is included in this distribution in
57 #include <linux/in.h>
115 /* length of descriptor ring in bytes */
117 /* number of descriptors in the ring */
172 /* structs defined in ixgb_hw.h */

Completed in 588 milliseconds

1234567891011>>