Searched refs:in (Results 201 - 225 of 532) sorted by relevance

1234567891011>>

/drivers/net/
H A Dloopback.c41 #include <linux/in.h>
212 /* Registered in net/core/dev.c */
/drivers/net/ppp/
H A Dppp_synctty.c28 * Part of the code in this driver was inspired by the old async-only
80 /* Bit numbers in xmit_flags */
84 /* Bits in rbits */
108 * Utility procedures to print a buffer in hex/ascii
111 ppp_print_hex (register __u8 * out, const __u8 * in, int count) argument
117 next_ch = *in++;
125 ppp_print_char (register __u8 * out, const __u8 * in, int count) argument
130 next_ch = *in++;
179 * way to fix this is to use a rwlock in the tty struct, but for now
180 * we use a single global rwlock for all ttys in pp
[all...]
/drivers/regulator/
H A Dtps6524x-regulator.c152 u16 cmd = CMD_READ(reg), in; local
165 t[1].rx_buf = &in;
180 reg, in, status);
188 return in;
/drivers/spi/
H A Dspi-s3c24xx-fiq.S25 @ defined in fiq.h so that they can be shared with the C files which
/drivers/staging/rtl8187se/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>
/drivers/target/
H A Dtarget_core_hba.c18 * This program is distributed in the hope that it will be useful,
34 #include <linux/in.h>
/drivers/hwmon/
H A Dvt1211.c14 * This program is distributed in the hope that it will be useful,
74 /* Voltages (in) numbered 0-5 (ix) */
125 u8 in[6]; member in struct:vt1211_data
155 * in5 (ix = 5) is special. It's the internal 3.3V so it's scaled in the
166 * temp1 (ix = 0) is an intel thermal diode which is scaled in user space.
167 * temp2 (ix = 1) is the internal temp diode so it's scaled in the driver
266 /* voltage (in) registers */
267 for (ix = 0; ix < ARRAY_SIZE(data->in); ix++) {
269 data->in[ix] = vt1211_read8(data,
359 res = IN_FROM_REG(ix, data->in[i
[all...]
H A Dadm9240.c34 * This program is distributed in the hope that it will be useful,
169 u8 in[6]; /* ro in0_input */ member in struct:adm9240_data
234 return sprintf(buf, "%d\n", IN_FROM_REG(data->in[attr->index],
301 static SENSOR_DEVICE_ATTR(in##nr##_input, S_IRUGO, \
303 static SENSOR_DEVICE_ATTR(in##nr##_min, S_IRUGO | S_IWUSR, \
305 static SENSOR_DEVICE_ATTR(in##nr##_max, S_IRUGO | S_IWUSR, \
751 data->in[i] = i2c_smbus_read_byte_data(client,
H A Dasb100.c18 * This program is distributed in the hope that it will be useful,
188 * For each registered client, we need to keep some data in memory. That
203 u8 in[7]; /* Register value */ member in struct:asb100_data
257 show_in_reg(in)
284 static SENSOR_DEVICE_ATTR(in##offset##_input, S_IRUGO, \
286 static SENSOR_DEVICE_ATTR(in##offset##_min, S_IRUGO | S_IWUSR, \
288 static SENSOR_DEVICE_ATTR(in##offset##_max, S_IRUGO | S_IWUSR, \
348 * determined in part by the fan divisor. This follows the principle of
735 /* Undo inits in case of errors */
757 /* If we're in ban
[all...]
H A Dlm78.c12 * This program is distributed in the hope that it will be useful,
136 u8 in[7]; /* Register value */ member in struct:lm78_data
162 return sprintf(buf, "%d\n", IN_FROM_REG(data->in[attr->index]));
222 static SENSOR_DEVICE_ATTR(in##offset##_input, S_IRUGO, \
224 static SENSOR_DEVICE_ATTR(in##offset##_min, S_IRUGO | S_IWUSR, \
226 static SENSOR_DEVICE_ATTR(in##offset##_max, S_IRUGO | S_IWUSR, \
352 * determined in part by the fan divisor. This follows the principle of
424 /* Fan 3 divisor is locked in H/W */
797 data->in[i] =
H A Dsis5595.c16 * This program is distributed in the hope that it will be useful,
106 * TEMP pin is shared with IN4, configured in PCI register 0x7A.
177 * For each registered chip, we need to keep some data in memory.
192 u8 in[5]; /* Register value */ member in struct:sis5595_data
230 return sprintf(buf, "%d\n", IN_FROM_REG(data->in[nr]));
292 static SENSOR_DEVICE_ATTR(in##offset##_input, S_IRUGO, \
294 static SENSOR_DEVICE_ATTR(in##offset##_min, S_IRUGO | S_IWUSR, \
296 static SENSOR_DEVICE_ATTR(in##offset##_max, S_IRUGO | S_IWUSR, \
421 * determined in part by the fan divisor. This follows the principle of
727 data->in[
[all...]
H A Dsmsc47m192.c14 * This program is distributed in the hope that it will be useful,
103 u8 in[8]; /* Register value */ member in struct:smsc47m192_data
147 return sprintf(buf, "%d\n", IN_FROM_REG(data->in[nr], nr));
213 static SENSOR_DEVICE_ATTR(in##offset##_input, S_IRUGO, \
215 static SENSOR_DEVICE_ATTR(in##offset##_min, S_IRUGO | S_IWUSR, \
217 static SENSOR_DEVICE_ATTR(in##offset##_max, S_IRUGO | S_IWUSR, \
629 data->in[i] = i2c_smbus_read_byte_data(client,
H A Dvia686a.c18 * This program is distributed in the hope that it will be useful,
121 * in[i]=(data[i+2]*25.0+133)*voltagefactor[i];
133 * Remember that val is expressed in 0.001V/bit, which is why we divide
203 * finding my typos in this formula!)
206 * aren't allowed to use floating point in the kernel and doing it with
215 * but the function is very linear in the useful range (0-80 deg C), so
316 * For each registered chip, we need to keep some data in memory.
327 u8 in[5]; /* Register value */ member in struct:via686a_data
366 return sprintf(buf, "%ld\n", IN_FROM_REG(data->in[nr], nr));
424 static SENSOR_DEVICE_ATTR(in##offse
[all...]
H A Dw83795.c11 * This program is distributed in the hope that it will be useful,
345 u16 in[21][3]; /* Register value, read/high/low */ member in struct:w83795_data
378 u16 clkin; /* CLKIN frequency in kHz */
474 for (i = 0; i < ARRAY_SIZE(data->in); i++) {
477 data->in[i][IN_MAX] =
479 data->in[i][IN_LOW] =
621 for (i = 0; i < ARRAY_SIZE(data->in); i++) {
626 data->in[i][IN_READ] = tmp;
637 data->in[i][IN_MAX] =
639 data->in[
[all...]
/drivers/lguest/
H A Dlguest_user.c24 * The notification value is in cpu->pending_notify: we return true if it went
35 * indeed it's a noop in many configurations. (You didn't expect me to
69 * One of the more tricksy tricks in the Linux Kernel is a technique called
125 * Now put new one in place: rcu_assign_pointer() is a fancy way of
136 * We're not in a big hurry. Wait until no one's looking at old
150 * This is really convenient for processing each virtqueue in a separate
253 /* We have a limited number the number of CPUs in the lguest struct. */
306 * The initialization write supplies 3 pointer sized (32 or 64 bit) values (in
315 * start: The first instruction to execute ("eip" in x86-speak).
370 /* We keep our "struct lguest" in th
401 write(struct file *file, const char __user *in, size_t size, loff_t *off) argument
[all...]
/drivers/net/ethernet/smsc/
H A DKconfig18 be asked for your specific card in the following questions.
52 inserted in and removed from the running kernel whenever you want).
/drivers/platform/x86/
H A Dintel_scu_ipc.c12 * SCU running in ARC processor communicates with other entity running in IA
13 * core through IPC mechanism which in turn messaging between IA core ad SCU.
84 * processing results in response data
95 * A write to this register results in an interrupt to the SCU core processor
107 * SCU. Size of the data is specified in the IPC_COMMAND_REG register
144 udelay(1); /* scu processing time is in few u secods */
159 /* Read/Write power control(PMIC in Langwell, MSIC in PenWell) registers */
404 * @in
413 intel_scu_ipc_command(int cmd, int sub, u32 *in, int inlen, u32 *out, int outlen) argument
[all...]
/drivers/scsi/arm/
H A DKconfig43 Say Y here to compile in support for the SCSI controller.
/drivers/scsi/pcmcia/
H A DKconfig9 # drivers have problems when build in, so require modules
51 NinjaSCSI-32Bit (in 16bit mode):
/drivers/usb/gadget/
H A Ddbgp.c16 /* See comments in "zero.c" */
270 dbgp.serial->in = dbgp.i_ep;
273 dbgp.serial->in->desc = &i_desc;
/drivers/video/matrox/
H A Dmatroxfb_maven.c212 unsigned int* in, unsigned int* feed, unsigned int* post,
269 *in = m;
275 /* if h2/post/in/feed have not been assigned, return zero (error) */
279 dprintk(KERN_ERR "clk: %02X %02X %02X %d %d\n", *in, *feed, *post, fxtal, fwant);
280 return fxtal * (*feed) / (*in) * ctl->den;
285 unsigned int* in, unsigned int* feed, unsigned int* post,
290 fvco = matroxfb_PLL_mavenclock(&maven1000_pll, ctl, htotal, vtotal, in, feed, &p, htotal2);
307 unsigned int* in, unsigned int* feed, unsigned int* post) {
311 fvco = matroxfb_PLL_calcclock(&maven_pll, freq, fmax, in, feed, &p);
644 LRP(0x1E); /* yes, matrox must have problems in memor
209 matroxfb_PLL_mavenclock(const struct matrox_pll_features2* pll, const struct matrox_pll_ctl* ctl, unsigned int htotal, unsigned int vtotal, unsigned int* in, unsigned int* feed, unsigned int* post, unsigned int* h2) argument
283 matroxfb_mavenclock(const struct matrox_pll_ctl *ctl, unsigned int htotal, unsigned int vtotal, unsigned int* in, unsigned int* feed, unsigned int* post, unsigned int* htotal2) argument
306 DAC1064_calcclock(unsigned int freq, unsigned int fmax, unsigned int* in, unsigned int* feed, unsigned int* post) argument
[all...]
/drivers/misc/
H A DKconfig69 Width Modulation in the Analog Baseband Chip AB8500.
109 This option enables device driver support for in-band access to the
110 IBM RSA (Condor) service processor in eServer xSeries systems.
113 processor. The driver is meant to be used in conjunction with
143 trace data routed from various parts in the system out
185 PCI76xx families of Flash Media adapters, found in many laptops.
187 flash card format drivers, as outlined in the TIFM_CORE Help.
243 drivers that need timers. MFGPTs are available in the CS5535 and
244 CS5536 companion chips that are found in AMD Geode and several
266 timer(s) in th
[all...]
/drivers/net/ethernet/amd/
H A DKconfig18 for your specific chipset/driver in the following questions.
145 driver for this chip in your kernel.
175 here to compile in the Linux driver for this and enable Ethernet.
/drivers/net/wimax/i2400m/
H A Drx.c8 * Redistribution and use in source and binary forms, with or without
14 * * Redistributions in binary form must reproduce the above copyright
15 * notice, this list of conditions and the following disclaimer in
39 * - Use skb_clone(), break up processing in chunks
50 * So we just take that payload from the transport specific code in
51 * the form of an skb, break it up in chunks (a cloned skb each in the
87 * Starting in firmware v1.4, the device can deliver packets for
89 * more effectively do packet management when some frames were lost in
97 * This only happens when a packet comes in wit
547 unsigned in, out; member in struct:i2400m_roq_log
[all...]
/drivers/usb/host/
H A DKconfig14 Enable this option to support this chip in host controller mode.
39 This will spew debugging output, even in interrupt context.
85 (TT) in USB 2.0 hubs. Without this, only one transfer will be
86 issued in each microframe, significantly reducing the number of
129 transaction translator built-in. It can be configured to either
142 Variation of ARC USB block used in some Freescale chips.
149 Variation of ARC USB block used in some Freescale chips.
178 found in NVIDIA Tegra SoCs. The controllers are EHCI compliant.
234 Enables support for the built-in EHCI controller present
296 USB 1.1 host controller hardware. It does more in hardwar
[all...]

Completed in 6745 milliseconds

1234567891011>>