Searched refs:in (Results 26 - 50 of 532) sorted by relevance

1234567891011>>

/drivers/block/drbd/
H A DKconfig20 clusters and in this context, is a "drop-in" replacement for shared
27 node with the device in 'secondary' state. The secondary device
30 DRBD can also be used in dual-Primary mode (device writable on both
31 nodes), which means it can exhibit shared disk semantics in a
46 Say Y here if you want to simulate IO errors, in order to test DRBD's
64 fault_rate: frequency in percent
/drivers/eisa/
H A DKconfig13 When in doubt, say N.
24 When in doubt, say Y.
38 When in doubt, say Y.
46 device names to make the information in sysfs comprehensible
55 When in doubt, say Y.
/drivers/platform/x86/
H A Dtoshiba_acpi.c14 * This program is distributed in the hope that it will be useful,
79 * However the ACPI methods seem to be incomplete in some areas (for
209 const u32 in[HCI_WORDS], u32 out[HCI_WORDS])
222 in_objs[i].integer.value = in[i];
249 u32 in[HCI_WORDS] = { HCI_SET, reg, in1, 0, 0, 0 }; local
251 acpi_status status = hci_raw(dev, in, out);
259 u32 in[HCI_WORDS] = { HCI_GET, reg, 0, 0, 0, 0 }; local
261 acpi_status status = hci_raw(dev, in, out);
270 u32 in[HCI_WORDS] = { HCI_SET, reg, in1, in2, 0, 0 }; local
272 acpi_status status = hci_raw(dev, in, ou
208 hci_raw(struct toshiba_acpi_dev *dev, const u32 in[HCI_WORDS], u32 out[HCI_WORDS]) argument
280 u32 in[HCI_WORDS] = { HCI_GET, reg, *out1, *out2, 0, 0 }; local
292 u32 in[HCI_WORDS] = { 0, 0, 0, 0, 0, 0 }; local
312 u32 in[HCI_WORDS] = { 0, 0, 0, 0, 0, 0 }; local
357 u32 in[HCI_WORDS] = { 0, 0, 0, 0, 0, 0 }; local
[all...]
/drivers/media/video/ivtv/
H A Divtv-mailbox.h11 This program is distributed in the hope that it will be useful,
32 int ivtv_api_func(void *priv, u32 cmd, int in, int out, u32 data[CX2341X_MBOX_MAX_DATA]);
/drivers/net/ethernet/xscale/
H A DKconfig18 asked for your specific card in the following questions.
27 Say Y here if you want to use built-in Ethernet ports
/drivers/pnp/pnpbios/
H A DKconfig9 Linux uses the PNPBIOS as defined in "Plug and Play BIOS
10 Specification Version 1.0A May 5, 1994" to autodetect built-in
35 in the PNPBIOS /proc interface (e.g. "boot" configs).
/drivers/staging/vt6656/
H A Daes_ccmp.c10 * This program is distributed in the hope that it will be useful,
149 void SubBytes(BYTE *in, BYTE *out) argument
154 out[i] = sbox_table[in[i]];
157 void ShiftRows(BYTE *in, BYTE *out) argument
159 out[0] = in[0];
160 out[1] = in[5];
161 out[2] = in[10];
162 out[3] = in[15];
163 out[4] = in[4];
164 out[5] = in[
177 MixColumns(BYTE *in, BYTE *out) argument
[all...]
/drivers/usb/class/
H A DKconfig15 If your modem only reports "Cls=ff(vend.)" in the descriptors in
/drivers/scsi/
H A Dlibiscsi_tcp.c15 * This program is distributed in the hope that it will be useful, but
185 * next entry in the scatterlist.
237 /* Proceed to the next entry in the scatterlist. */
260 * is completely handled in hdr done function.
287 * but in the future we could implement combined copy+crc,
402 iscsi_segment_init_linear(&tcp_conn->in.segment,
403 tcp_conn->in.hdr_buf, sizeof(struct iscsi_hdr),
421 rc = iscsi_complete_pdu(conn, tcp_conn->in.hdr,
422 conn->data, tcp_conn->in.datalen);
440 iscsi_segment_init_linear(&tcp_conn->in
[all...]
/drivers/hwspinlock/
H A DKconfig17 introduced in OMAP4).
/drivers/pci/hotplug/
H A DKconfig16 When in doubt, say N.
40 When in doubt, say N.
52 When in doubt, say N.
60 system configuration options in NVRAM.
62 When in doubt, say N.
74 When in doubt, say N.
86 When in doubt, say N.
98 When in doubt, say N.
106 When in doubt, say N.
118 When in doub
[all...]
/drivers/pci/pcie/aer/
H A DKconfig25 When in doubt, say N.
/drivers/usb/gadget/
H A Df_serial.c156 if (gser->port.in->driver_data) {
160 if (!gser->port.in->desc || !gser->port.out->desc) {
162 if (config_ep_by_speed(cdev->gadget, f, gser->port.in) ||
164 gser->port.in->desc = NULL;
207 gser->port.in = ep;
248 gser->port.in->name, gser->port.out->name);
255 if (gser->port.in)
256 gser->port.in->driver_data = NULL;
H A Du_serial.h36 struct usb_ep *in; member in struct:gserial
/drivers/uwb/
H A DKconfig13 optimized for in-room use (480Mbps at 2 meters, 110Mbps at
25 For more help check the UWB and WUSB related files in
41 To compile this driver select Y (built in) or M (module). It
52 in the spirit of USB's EHCI, but for UWB and Wireless USB
57 To compile this driver select Y (built in) or M (module). It
69 To compile this driver select Y (built in) or M (module). It
/drivers/parisc/
H A Dpdc_stable.c10 * This program is distributed in the hope that it will be useful,
23 * optional locations from 96 to 192 results in the loss of certain
35 * not true for the other one. Also bear in mind that reading/writing from/to
102 unsigned long addr; /* entry address in stable storage */
104 struct device_path devpath; /* device path in parisc representation */
145 * content of the stable storage WRT various paths in these structs. We read
184 * It can be used in two ways: either by passing it a preset devpath struct
187 * For now we do not handle the case where there's an error in writing to the
283 char in[count+1], *temp; local
291 memset(in,
398 char in[count+1], *temp; local
760 char in[count+1], *temp; local
861 u8 in[16]; local
900 u8 in[4]; local
[all...]
/drivers/crypto/
H A Dpadlock-sha.c62 static int padlock_sha_import(struct shash_desc *desc, const void *in) argument
69 return crypto_shash_import(&dctx->fallback, in);
79 static int padlock_sha1_finup(struct shash_desc *desc, const u8 *in, argument
101 return crypto_shash_finup(&dctx->fallback, in, count, out);
107 err = crypto_shash_update(&dctx->fallback, in, space) ?:
112 in += space;
114 memcpy(state.buffer + leftover, in, count);
115 in = state.buffer;
129 "S"(in), "D"(result));
145 static int padlock_sha256_finup(struct shash_desc *desc, const u8 *in, argument
482 padlock_sha_import_nano(struct shash_desc *desc, const void *in) argument
[all...]
H A Dpadlock-aes.c78 added in the next CPU revisions. */
207 static void ecb_crypt_copy(const u8 *in, u8 *out, u32 *key, argument
212 * Assume there are at least 16 bytes of stack already in use.
217 memcpy(tmp, in, count * AES_BLOCK_SIZE);
221 static u8 *cbc_crypt_copy(const u8 *in, u8 *out, u32 *key, argument
226 * Assume there are at least 16 bytes of stack already in use.
231 memcpy(tmp, in, count * AES_BLOCK_SIZE);
235 static inline void ecb_crypt(const u8 *in, u8 *out, u32 *key, argument
238 /* Padlock in ECB mode fetches at least ecb_fetch_bytes of data.
241 if (unlikely(((unsigned long)in
249 cbc_crypt(const u8 *in, u8 *out, u32 *key, u8 *iv, struct cword *cword, int count) argument
298 aes_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) argument
310 aes_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) argument
[all...]
/drivers/net/
H A Dsb1000.c44 #include <linux/in.h>
96 unsigned char in[]);
98 const unsigned char out[], unsigned char in[]);
106 static void sb1000_read_status(const int ioaddr[], unsigned char in[]);
286 card_wait_for_ready(const int ioaddr[], const char* name, unsigned char in[]) argument
305 in[1] = inb(ioaddr[0] + 1);
306 in[2] = inb(ioaddr[0] + 2);
307 in[3] = inb(ioaddr[0] + 3);
308 in[4] = inb(ioaddr[0] + 4);
309 in[
317 card_send_command(const int ioaddr[], const char* name, const unsigned char out[], unsigned char in[]) argument
433 sb1000_read_status(const int ioaddr[], unsigned char in[]) argument
[all...]
/drivers/hwmon/
H A Ds3c-hwmon.c13 * This program is distributed in the hope that it will be useful,
40 struct sensor_device_attribute in; member in struct:s3c_hwmon_attr
176 cfg = pdata->in[sen_attr->index];
204 cfg = pdata->in[sen_attr->index];
216 * platform data in @pdata. The sysfs entry is handled by the routine
231 snprintf(attrs->in_name, sizeof(attrs->in_name), "in%d_input", channel);
233 attr = &attrs->in;
249 "in%d_label", channel);
260 device_remove_file(dev, &attrs->in.dev_attr);
271 device_remove_file(dev, &attrs->in
[all...]
/drivers/edac/
H A DKconfig12 EDAC is designed to report errors in the core system.
13 These are low-level errors that are reported in the CPU or
43 tristate "Decode MCEs in human-readable form (only on AMD for now)"
48 occurring on your machine in human-readable form.
50 You should definitely say Y here in case you want to decode MCEs
60 the MCE decoding code in EDAC.
67 Some systems are able to detect and correct errors in main
90 When enabled, in each of the respective memory controller directories
258 with the IBM DDR2 memory controller found in various
/drivers/media/video/cx18/
H A Dcx18-mailbox.h12 * This program is distributed in the hope that it will be useful,
28 /* compatibility, should be same as the define in cx2341x.h */
44 * firmware, but its definition needs to be here, instead of in cx18-scb.h,
49 u32 data_used; /* Total data filled in the MDL with 'id' */
55 /* The sender sets a handle in 'request' after he fills the command. The
66 /* 'cmd' identifies the command. The list of these commands are in
71 /* The return code can be one of the codes in the file cx23418.h. If the
75 be one of the errors in cx23418.h. In that case, the following
77 If the command is pending, the return will be passed in a MB from the
78 receiver to the sender. 'req' will be returned in arg
[all...]
/drivers/memstick/host/
H A DKconfig13 the Texas Instruments(R) Flash Media card reader, found in many
40 the Ricoh R5C592 MemoryStick card reader (which is part of 5 in one
/drivers/mmc/core/
H A Dsdio_ops.c69 unsigned addr, u8 in, u8 *out)
86 cmd.arg |= in;
115 unsigned addr, u8 in, u8 *out)
118 return mmc_io_rw_direct_host(card->host, write, fn, addr, in, out);
152 /* Code in host drivers/fwk assumes that "blocks" always is >=1 */
68 mmc_io_rw_direct_host(struct mmc_host *host, int write, unsigned fn, unsigned addr, u8 in, u8 *out) argument
114 mmc_io_rw_direct(struct mmc_card *card, int write, unsigned fn, unsigned addr, u8 in, u8 *out) argument
/drivers/sfi/
H A DKconfig10 via static tables in memory. Kernel SFI support is required to

Completed in 596 milliseconds

1234567891011>>