Searched refs:in (Results 251 - 275 of 532) sorted by relevance

<<11121314151617181920>>

/drivers/isdn/gigaset/
H A Dcapi.c62 /* parameters with differing location in DATA_B3_CONF/_RESP: */
148 /* Message Handling Systems in accordance with X.400 */
150 /* OSI application in accordance with X.200 */
180 static int encode_ie(char *in, u8 *out, int maxlen) argument
183 while (*in) {
184 if (!isxdigit(in[0]) || !isxdigit(in[1]) || l >= maxlen)
186 out[++l] = (hex_to_bin(in[0]) << 4) + hex_to_bin(in[1]);
187 in
197 decode_ie(u8 *in, char *out) argument
[all...]
/drivers/char/
H A Drandom.c9 * Redistribution and use in source and binary forms, with or without
13 * notice, and the entire permission notice in its entirety,
15 * 2. Redistributions in binary form must reproduce the above copyright
16 * notice, this list of conditions and the following disclaimer in the
23 * the GNU General Public License, in which case the provisions of the GPL are
26 * the restrictions contained in a BSD-style copyright.)
83 * analyze SHA in some clever way, as long as the amount of data
84 * returned from the generator is less than the inherent entropy in
87 * bits of "true randomness" are contained in the entropy pool as it
91 * random numbers; however, an attacker may (at least in theor
467 mix_pool_bytes_extract(struct entropy_store *r, const void *in, int nbytes, __u8 out[64]) argument
526 mix_pool_bytes(struct entropy_store *r, const void *in, int bytes) argument
[all...]
/drivers/char/tpm/
H A Dtpm.h254 struct tpm_input_header in; member in union:__anon405
/drivers/hwmon/
H A Dads7828.c16 * This program is distributed in the hope that it will be useful,
118 /* Print value (in mV as specified in sysfs-interface documentation) */
124 static SENSOR_DEVICE_ATTR(in##offset##_input, S_IRUGO, show_in,\
H A Dmax1111.c117 SENSOR_DEVICE_ATTR(in##_id##_input, S_IRUGO, show_adc, NULL, _id)
H A Dpcf8591.c11 * This program is distributed in the hope that it will be useful,
98 static DEVICE_ATTR(in##channel##_input, S_IRUGO, \
220 /* Register input2 if not in "two differential inputs" mode */
227 /* Register input3 only in "four single ended inputs" mode */
H A Ddme1737.c10 * similar hardware monitoring capabilities but differ in the way they can be
18 * This program is distributed in the hope that it will be useful,
84 /* Voltages (in) numbered 0-7 (ix) */
102 * The LSBs (4 bits each) are stored in 5 registers with the following layouts:
134 * registers. The bits for the 3 PWMs are stored in 2 registers:
145 * registers. The bits for the 3 zones are stored in 2 registers:
218 unsigned long last_update; /* in jiffies */
219 unsigned long last_vbat; /* in jiffies */
228 u16 in[8]; member in struct:dme1737_data
285 * The register values represent temperatures in
[all...]
H A Dfschmd.c11 * This program is distributed in the hope that it will be useful,
111 * other chips, this order was in the 2.4 driver and kept for consistency.
191 * in the fscscy 2.4 driver. FSC has confirmed that the fschmd has registers
282 unsigned long last_updated; /* in jiffies */
799 * Don't store the stop flag in our watchdog control register copy, as
877 /* Clear it in case it was set with a previous write */
989 * a complete DMI record, but in the form of a dmi_header pointer, in
1001 * is stored in byte 5 of the dmi block
1009 * 2 16-bit words in LS
1016 int in = shuffle[dmi_data[i] - 1]; local
[all...]
/drivers/ide/
H A Dide-pm.c151 * in struct drive etc...
168 cmd.valid.in.tf = IDE_VALID_IN_TF | IDE_VALID_DEVICE;
/drivers/infiniband/ulp/iser/
H A Discsi_iser.h15 * COPYING in the main directory of this source tree, or the
18 * Redistribution and use in source and binary forms, with or
26 * - Redistributions in binary form must reproduce the above
28 * disclaimer in the documentation and/or other materials
59 #include <linux/in.h>
95 /* support up to 512KB in one RDMA */
148 ISER_CONN_PENDING, /* in the process of being established */
150 ISER_CONN_TERMINATING, /* in the process of being terminated */
237 struct list_head ig_list; /* entry in ig devices list */
257 struct list_head conn_list; /* entry in i
[all...]
/drivers/media/video/marvell-ccic/
H A Dmcam-core.h32 #error One of the videobuf buffer modes must be selected in the config
206 * Register definitions for the m88alp01 camera interface. Offsets in bytes
207 * as given in the spec.
288 /* Bits below C1_444ALPHA are not present in Cafe */
293 #define C1_444ALPHA 0x00f00000 /* Alpha field in RGB444 */
312 #define REG_DESC_LEN_Y 0x20c /* Lengths are in bytes */
/drivers/net/ethernet/natsemi/
H A Djazzsonic.c29 #include <linux/in.h>
H A Dxtsonic.c27 #include <linux/in.h>
53 * defined in sonic.h, however is only 1520.
55 * (Note that in 16-bit configurations, EOBC is 759 words (1518 bytes) and
191 * Allocate local private descriptor areas in uncached space.
196 * the allocated area will be contained entirely in 64 kB.
198 * this structure later on (in xtsonic_cleanup_module()).
/drivers/net/usb/
H A Dint51x1.c17 * This program is distributed in the hope that it will be useful,
218 .in = 1,
/drivers/net/wireless/
H A DKconfig43 bool "Enable full debugging output in the Libertas thin firmware module."
158 driver is now deprecated in favor for the SoftMAC driver, p54pci.
201 These are USB based adapters found in devices such as:
229 These are PCI/mini-PCI/Cardbus 802.11b chips found in cards such as:
/drivers/net/wireless/ipw2x00/
H A Dlibipw_geo.c9 This program is distributed in the hope that it will be useful, but WITHOUT
18 The full GNU General Public License is included in this distribution in the
30 #include <linux/in.h>
H A Dlibipw_module.c15 This program is distributed in the hope that it will be useful, but WITHOUT
24 The full GNU General Public License is included in this distribution in the
37 #include <linux/in.h>
172 -- have to do that in ->ndo_init... */
199 /* Host fragmentation in Open mode. Default is enabled.
273 ": %s is not in hex or decimal form.\n", buf);
/drivers/staging/rtl8192e/
H A Drtllib_module.c15 This program is distributed in the hope that it will be useful, but WITHOUT
24 The full GNU General Public License is included in this distribution in the
37 #include <linux/in.h>
237 ": %s is not in hex or decimal form.\n", buf);
/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_module.c15 This program is distributed in the hope that it will be useful, but WITHOUT
24 The full GNU General Public License is included in this distribution in the
38 #include <linux/in.h>
272 ": %s is not in hex or decimal form.\n", buf);
/drivers/staging/wlags49_h2/
H A Dwl_cs.c29 * Redistribution and use in source or binary forms, with or without
33 * list of conditions and the following Disclaimer as comments in the code as
34 * well as in the documentation and/or other materials provided with the
37 * . Redistributions in binary form must reproduce the above copyright notice,
38 * this list of conditions and the following Disclaimer in the documentation
74 #include <linux/in.h>
/drivers/media/video/
H A Dmx2_camera.c677 * mx27 eMMA, so that the user won't get stuck in an uninterruptible
1125 * CH2 can output YUV420 which is a standard format in
1159 int in, out; local
1162 in = mf_in->width;
1165 in = mf_in->height;
1169 if (in < out)
1171 else if (in == out)
1175 m = gcd(in, out);
1176 num = in / m;
/drivers/input/misc/
H A DKconfig324 Say Y here if you need accelerometer to work in polling mode.
431 Say Y here if you want to support the built-in real time clock
541 code includes that in its table of devices.
604 in another domain.
/drivers/video/
H A Dfbmem.c10 * License. See the file COPYING in the main directory of this archive
168 /* See if we fit in the remaining pixmap space */
174 * is in progress, we sync for that.
357 static void fb_rotate_logo_ud(const u8 *in, u8 *out, u32 width, u32 height) argument
364 *out-- = *in++;
367 static void fb_rotate_logo_cw(const u8 *in, u8 *out, u32 width, u32 height) argument
373 out[height * j + h - i] = *in++;
376 static void fb_rotate_logo_ccw(const u8 *in, u8 *out, u32 width, u32 height) argument
382 out[height * (w - j) + i] = *in++;
721 * We hold a reference to the fb_info in fil
[all...]
/drivers/media/video/cx18/
H A Dcx18-driver.h14 * This program is distributed in the hope that it will be useful,
119 /* DMA Buffers, Default size in MB allocated */
130 /* YUV buffer sizes in bytes to ensure integer # of frames per buffer */
147 /* DMA buffer, default size in kB allocated */
171 /* NOTE: extra space before comma in 'fmt , ## args' is required for
258 int megabytes[CX18_MAX_STREAMS]; /* Size in megabytes of each stream */
283 /* These are the VBI types as they appear in the embedded VBI private packets. */
318 struct cx18_buffer *curr_buf; /* current buffer in list for reading */
353 /* CPU_DE_RELEASE_MDL can burst CX18_MAX_FW_MDLS_PER_STREAM orders in a group */
394 u32 buf_size; /* size in byte
501 struct v4l2_format in; member in struct:vbi_info
[all...]
/drivers/media/video/ivtv/
H A Divtv-driver.h12 This program is distributed in the hope that it will be useful,
187 /* Default I2C SCL period in microseconds */
191 int kilobytes[IVTV_MAX_STREAMS]; /* size in kilobytes of each stream */
216 If the bit is set, then the corresponding mailbox is in use by the driver. */
232 #define IVTV_F_S_PASSTHROUGH 6 /* this stream is in passthrough mode */
240 #define IVTV_F_I_DMA 0 /* DMA in progress */
241 #define IVTV_F_I_UDMA 1 /* UDMA in progress */
243 #define IVTV_F_I_SPEED_CHANGE 3 /* a speed change is in progress */
254 #define IVTV_F_I_HAVE_WORK 15 /* used in the interrupt handler: there is work to be done */
258 #define IVTV_F_I_PIO 19 /* PIO in progres
558 struct v4l2_format in; /* current VBI capture format */ member in struct:vbi_info
[all...]

Completed in 2928 milliseconds

<<11121314151617181920>>