Searched refs:in (Results 1 - 25 of 532) sorted by relevance

1234567891011>>

/drivers/block/paride/
H A Dmkd15 for P in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
22 for u in 0 1 2 3 ; do pd $u ; done
23 for u in 0 1 2 3 ; do mkdev pcd$u b 46 $u ; done
24 for u in 0 1 2 3 ; do mkdev pf$u b 47 $u ; done
25 for u in 0 1 2 3 ; do mkdev pt$u c 96 $u ; done
26 for u in 0 1 2 3 ; do mkdev npt$u c 96 $[ $u + 128 ] ; done
27 for u in 0 1 2 3 ; do mkdev pg$u c 97 $u ; done
H A DKconfig17 support into your kernel, you may answer Y here to build in the
20 must also have at least one parallel port protocol driver in your
31 support into your kernel, you may answer Y here to build in the
34 must also have at least one parallel port protocol driver in your
47 support into your kernel, you may answer Y here to build in the
50 You must also have at least one parallel port protocol driver in
61 support into your kernel, you may answer Y here to build in the
64 You must also have at least one parallel port protocol driver in
78 answer Y here to build in the parallel port generic ATAPI driver,
82 You must also have at least one parallel port protocol driver in
[all...]
/drivers/video/matrox/
H A Dmatroxfb_misc.h8 unsigned int* in, unsigned int* feed, unsigned int* post);
11 unsigned int *in, unsigned int *feed,
14 return matroxfb_PLL_calcclock(&minfo->features.pll, freq, fmax, in, feed, post);
9 PLL_calcclock(const struct matrox_fb_info *minfo, unsigned int freq, unsigned int fmax, unsigned int *in, unsigned int *feed, unsigned int *post) argument
/drivers/s390/
H A DMakefile7 drivers-y += drivers/s390/built-in.o
/drivers/media/video/cx18/
H A Dcx18-audio.c13 * This program is distributed in the hope that it will be useful,
39 const struct cx18_card_audio_input *in; local
45 in = &cx->card->radio_input;
47 in = &cx->card->audio_inputs[cx->audio_input];
51 (u32) in->muxer_input, 0, 0);
54 audio, s_routing, in->audio_input, 0, 0);
61 switch (in->audio_input) {
75 switch (in->audio_input) {
/drivers/misc/altera-stapl/
H A Daltera-exprt.h15 * This program is distributed in the hope that it will be useful,
30 u32 altera_shrink(u8 *in, u32 in_length, u8 *out, u32 out_length, s32 version);
H A Daltera-comp.c15 * This program is distributed in the hope that it will be useful,
80 u32 altera_shrink(u8 *in, u32 in_length, u8 *out, u32 out_length, s32 version) argument
94 /* Read number of bytes in data. */
97 altera_read_packed(in,
111 if (altera_read_packed(in, 1, &bits_avail,
115 out[i] = (u8)altera_read_packed(in,
124 offset = altera_read_packed(in, altera_bits_req((s16)
129 length = altera_read_packed(in, CHAR_BITS,
/drivers/isdn/hisax/
H A Dst5481_usb.c25 * Send the next endpoint 0 request stored in the FIFO.
58 * The request will be queued up in a FIFO if the endpoint is busy.
480 struct st5481_in *in = urb->context; local
503 if (in->mode == L1_MODE_TRANS) {
504 memcpy(in->rcvbuf, ptr, len);
508 status = isdnhdlc_decode(&in->hdlc_state, ptr, len, &count,
509 in->rcvbuf, in->bufsize);
517 DBG_PACKET(0x400, in->rcvbuf, status);
522 memcpy(skb_put(skb, status), in
540 st5481_setup_in(struct st5481_in *in) argument
567 st5481_release_in(struct st5481_in *in) argument
617 struct st5481_in *in = context; local
629 st5481_in_mode(struct st5481_in *in, int mode) argument
[all...]
/drivers/input/misc/
H A Dgpio_matrix.c9 * This program is distributed in the hope that it will be useful,
38 static void clear_phantom_key(struct gpio_kp *kp, int out, int in) argument
41 int key_index = out * mi->ninputs + in;
49 "cleared\n", keycode, out, in,
50 mi->output_gpios[out], mi->input_gpios[in]);
55 "not cleared\n", keycode, out, in,
56 mi->output_gpios[out], mi->input_gpios[in]);
60 static int restore_keys_for_input(struct gpio_kp *kp, int out, int in) argument
65 key_index = out * kp->keypad_info->ninputs + in;
69 clear_phantom_key(kp, out, in);
79 int out, in, inp; local
107 report_key(struct gpio_kp *kp, int key_index, int out, int in) argument
143 int out, in; local
[all...]
/drivers/media/video/ivtv/
H A Divtv-routing.c11 This program is distributed in the hope that it will be useful,
36 const struct ivtv_card_audio_input *in; local
41 in = &itv->card->radio_input;
43 in = &itv->card->audio_inputs[itv->audio_input];
46 input = in->muxer_input;
52 input = in->audio_input;
/drivers/net/arcnet/
H A Drfc1201.c142 struct Incoming *in = &lp->rfc1201.incoming[saddr]; local
170 if (in->skb) { /* already assembling one! */
172 in->sequence, soft->split_flag, soft->sequence);
174 dev_kfree_skb_irq(in->skb);
177 in->skb = NULL;
179 in->sequence = soft->sequence;
252 soft->split_flag, in->sequence);
254 if (in->skb && in->sequence != soft->sequence) {
256 saddr, in
[all...]
/drivers/acpi/acpica/
H A Drsxface.c11 * Redistribution and use in source and binary forms, with or without
17 * 2. Redistributions in binary form must reproduce at minimum a disclaimer
54 #define ACPI_COPY_FIELD(out, in, field) ((out)->field = (in)->field)
55 #define ACPI_COPY_ADDRESS(out, in) \
56 ACPI_COPY_FIELD(out, in, resource_type); \
57 ACPI_COPY_FIELD(out, in, producer_consumer); \
58 ACPI_COPY_FIELD(out, in, decode); \
59 ACPI_COPY_FIELD(out, in, min_address_fixed); \
60 ACPI_COPY_FIELD(out, in, max_address_fixe
[all...]
/drivers/block/drbd/
H A Ddrbd_vli.h15 drbd is distributed in the hope that it will be useful,
33 * if transmitted in plain text.
63 * We do not want to waste too much on short runlengths in the "noisy"
72 * variant that turned out best in all test cases.
85 * 10 levels can be described in 8bit, with minimal overhead
142 /* finds a suitable level to decode the least significant part of in.
146 static inline int vli_decode_bits(u64 *out, const u64 in) argument
152 if ((in & ((1 << b) -1)) == v) { \
153 *out = ((in & ((~0ULL) >> (64-t))) >> b) + adj; \
168 static inline int __vli_encode_bits(u64 *out, const u64 in) argument
340 vli_encode_bits(struct bitstream *bs, u64 in) argument
[all...]
/drivers/staging/vt6655/
H A Daes_ccmp.c10 * This program is distributed in the hope that it will be useful,
153 void SubBytes(unsigned char *in, unsigned char *out) argument
159 out[i] = sbox_table[in[i]];
163 void ShiftRows(unsigned char *in, unsigned char *out) argument
165 out[0] = in[0];
166 out[1] = in[5];
167 out[2] = in[10];
168 out[3] = in[15];
169 out[4] = in[4];
170 out[5] = in[
183 MixColumns(unsigned char *in, unsigned char *out) argument
[all...]
/drivers/cpufreq/
H A DKconfig.arm18 voltage scaling mode in which it is possible to reduce the
21 If in doubt, say N.
29 tests but not documented in any datasheet.
31 If in doubt, say N.
40 If in doubt, say N.
50 If in doubt, say N.
60 If in doubt, say N.
H A DKconfig.x8617 If in doubt, say N.
33 If in doubt, say N.
44 parameter: elanfreq=maxspeed (in kHz) or as module
49 If in doubt, say N.
60 If in doubt, say N.
73 If in doubt, say N.
84 If in doubt, say N.
114 If in doubt, say N.
134 If in doubt, say N.
137 bool "Built-in table
[all...]
/drivers/memstick/core/
H A DKconfig11 cards stayed in their respective slots during the suspend. The
14 in most cases result in data corruption.
/drivers/video/console/
H A Dfbcon_rotate.h7 * License. See the file COPYING in the main directory of this archive
40 static inline void rotate_ud(const char *in, char *out, u32 width, u32 height) argument
49 if (pattern_test_bit(j, i, width, in))
58 static inline void rotate_cw(const char *in, char *out, u32 width, u32 height) argument
68 if (pattern_test_bit(j, i, width, in))
76 static inline void rotate_ccw(const char *in, char *out, u32 width, u32 height) argument
86 if (pattern_test_bit(j, i, width, in))
/drivers/net/ethernet/oki-semi/pch_gbe/
H A DKconfig12 EG20T PCH is the platform controller hub that is used in Intel's
31 Say Y here if you want to use Precision Time Protocol (PTP) in the
/drivers/pnp/isapnp/
H A DKconfig9 Some information is in <file:Documentation/isapnp.txt>.
/drivers/mmc/core/
H A Dsdio_ops.h17 unsigned addr, u8 in, u8* out);
H A DKconfig9 stayed in their respective slots during the suspend. The
12 in most cases result in data corruption.
26 noise when the MMC card is not in use. Your host driver has to
27 support handling this in order for it to be of any use.
37 support in hardware to be properly detected.
/drivers/usb/gadget/
H A Dg_zero.h19 struct usb_ep *in, struct usb_ep *out);
/drivers/zorro/
H A DKconfig9 names to make the information in /proc/iomem comprehensible to the
17 When in doubt, say Y.
/drivers/net/wireless/ipw2x00/
H A DKconfig19 the capabilities currently enabled in this driver and for tips
25 will need to place it in /lib/firmware.
27 You will also very likely need the Wireless Tools in order to
33 rather than built-in (Y). This driver requires firmware at device
34 initialization time, and when built-in this typically happens
38 including the firmware and a firmware loader in an initramfs.
46 promiscuous mode via the Wireless Tool's Monitor mode. While in this
50 bool "Enable full debugging output in IPW2100 module."
55 This will result in the kernel module being ~60k larger. You can
57 value in
[all...]

Completed in 735 milliseconds

1234567891011>>