Searched defs:out (Results 1 - 25 of 159) sorted by relevance

1234567

/drivers/usb/gadget/
H A Du_serial.h37 struct usb_ep *out; member in struct:gserial
/drivers/pci/hotplug/
H A Dshpchp_sysfs.c41 char * out = buf; local
49 out += sprintf(buf, "Free resources: memory\n");
53 out += sprintf(out, "start = %8.8llx, length = %8.8llx\n",
58 out += sprintf(out, "Free resources: prefetchable memory\n");
62 out += sprintf(out, "start = %8.8llx, length = %8.8llx\n",
67 out += sprintf(out, "Fre
[all...]
H A Dcpqphp_sysfs.c44 char *out = buf; local
48 out += sprintf(buf, "Free resources: memory\n");
52 out += sprintf(out, "start = %8.8x, length = %8.8x\n", res->base, res->length);
55 out += sprintf(out, "Free resources: prefetchable memory\n");
59 out += sprintf(out, "start = %8.8x, length = %8.8x\n", res->base, res->length);
62 out += sprintf(out, "Fre
82 char * out = buf; local
[all...]
/drivers/staging/rtl8192u/ieee80211/
H A Dscatterwalk.c34 static void memcpy_dir(void *buf, void *sgdata, size_t nbytes, int out) argument
36 if (out)
61 static void scatterwalk_pagedone(struct scatter_walk *walk, int out, argument
68 if (out)
85 void scatterwalk_done(struct scatter_walk *walk, int out, int more) argument
87 crypto_kunmap(walk->data, out);
89 scatterwalk_pagedone(walk, out, more);
101 memcpy_dir(buf, walk->data, walk->len_this_page, out);
106 scatterwalk_pagedone(walk, out, 1);
110 memcpy_dir(buf, walk->data, nbytes, out);
[all...]
H A Darc4.c51 static void arc4_crypt(void *ctx_arg, u8 *out, const u8 *in) argument
66 *out++ = *in ^ S[(a + b) & 0xff];
H A Ddigest.c56 static void final(struct crypto_tfm *tfm, u8 *out) argument
58 tfm->__crt_alg->cra_digest.dia_final(crypto_tfm_ctx(tfm), out); local
71 struct scatterlist *sg, unsigned int nsg, u8 *out)
84 crypto_digest_final(tfm, out);
70 digest(struct crypto_tfm *tfm, struct scatterlist *sg, unsigned int nsg, u8 *out) argument
H A Dmichael_mic.c116 static void michael_final(void *ctx, u8 *out) argument
141 put_le32(out, mctx->l);
142 put_le32(out + 4, mctx->r);
/drivers/gpu/drm/nouveau/
H A Dnv10_gpio.c55 nv10_gpio_drive(struct drm_device *dev, int line, int dir, int out) argument
63 data = (dir << 4) | out;
69 data = (dir << 1) | out;
75 data = (dir << 1) | out;
H A Dnv50_gpio.c46 nv50_gpio_drive(struct drm_device *dev, int line, int dir, int out) argument
53 nv_mask(dev, reg, 7 << shift, (((dir ^ 1) << 1) | out) << shift);
79 nvd0_gpio_drive(struct drm_device *dev, int line, int dir, int out) argument
81 u32 data = ((dir ^ 1) << 13) | (out << 12);
/drivers/gpu/drm/radeon/
H A Datombios_i2c.c45 u16 out; local
56 memcpy(&out, buf, num);
57 args.lpI2CDataOut = cpu_to_le16(out);
/drivers/media/dvb/ngene/
H A Dngene-i2c.c49 u8 *out, u8 outlen, u8 *in, u8 inlen, int flag)
56 memcpy(com.cmd.I2CRead.Data, out, outlen);
76 u8 *out, u8 outlen)
84 memcpy(com.cmd.I2CRead.Data, out, outlen);
48 ngene_command_i2c_read(struct ngene *dev, u8 adr, u8 *out, u8 outlen, u8 *in, u8 inlen, int flag) argument
75 ngene_command_i2c_write(struct ngene *dev, u8 adr, u8 *out, u8 outlen) argument
/drivers/misc/altera-stapl/
H A Daltera-comp.c80 u32 altera_shrink(u8 *in, u32 in_length, u8 *out, u32 out_length, s32 version) argument
92 out[i] = 0;
115 out[i] = (u8)altera_read_packed(in,
134 out[i] = out[i - offset];
/drivers/mmc/core/
H A Dsdio_ops.c69 unsigned addr, u8 in, u8 *out)
84 cmd.arg |= (write && out) ? 0x08000000 : 0x00000000;
104 if (out) {
106 *out = (cmd.resp[0] >> 8) & 0xFF;
108 *out = cmd.resp[0] & 0xFF;
115 unsigned addr, u8 in, u8 *out)
118 return mmc_io_rw_direct_host(card->host, write, fn, addr, in, out);
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/scsi/
H A Discsi_tcp.h41 struct iscsi_sw_tcp_send out; member in struct:iscsi_sw_tcp_conn
/drivers/ssb/
H A Dsprom.c20 static int(*get_fallback_sprom)(struct ssb_bus *dev, struct ssb_sprom *out);
77 goto out;
93 out:
110 goto out;
141 out:
170 struct ssb_sprom *out))
179 int ssb_fill_sprom_with_fallback(struct ssb_bus *bus, struct ssb_sprom *out) argument
184 return get_fallback_sprom(bus, out);
169 ssb_arch_register_fallback_sprom(int (*sprom_callback)(struct ssb_bus *bus, struct ssb_sprom *out)) argument
/drivers/staging/usbip/
H A Dvhci_sysfs.c30 char *out)
32 char *s = out;
35 BUG_ON(!the_controller || !out);
49 out += sprintf(out, "prt sta spd bus dev socket "
56 out += sprintf(out, "%03u %03u ", i, vdev->ud.status);
59 out += sprintf(out, "%03u %08x ",
61 out
29 show_status(struct device *dev, struct device_attribute *attr, char *out) argument
[all...]
/drivers/video/console/
H A Dfbcon_rotate.h40 static inline void rotate_ud(const char *in, char *out, u32 width, u32 height) argument
52 width, out);
58 static inline void rotate_cw(const char *in, char *out, u32 width, u32 height) argument
70 height, out);
76 static inline void rotate_ccw(const char *in, char *out, u32 width, u32 height) argument
88 height, out);
/drivers/bcma/
H A Dsprom.c19 static int(*get_fallback_sprom)(struct bcma_bus *dev, struct ssb_sprom *out);
40 struct ssb_sprom *out))
50 struct ssb_sprom *out)
59 err = get_fallback_sprom(bus, out);
446 goto out;
450 out:
39 bcma_arch_register_fallback_sprom(int (*sprom_callback)(struct bcma_bus *bus, struct ssb_sprom *out)) argument
49 bcma_fill_sprom_with_fallback(struct bcma_bus *bus, struct ssb_sprom *out) argument
/drivers/block/drbd/
H A Ddrbd_vli.h72 * variant that turned out best in all test cases.
146 static inline int vli_decode_bits(u64 *out, const u64 in) argument
153 *out = ((in & ((~0ULL) >> (64-t))) >> b) + adj; \
168 static inline int __vli_encode_bits(u64 *out, const u64 in) argument
179 if (out) \
180 *out = ((in - adj) << b) | v; \
284 /* Fetch (at most 64) bits from bitstream into *out, and advance cursor.
286 * If more than 64 bits are requested, returns -EINVAL and leave *out unchanged.
293 static inline int bitstream_get_bits(struct bitstream *bs, u64 *out, int bits) argument
306 *out
[all...]
/drivers/block/paride/
H A Dbpck6.c61 unsigned int out; local
68 out=ppc6_rd_port(PPCSTRUCT(pi),cont?reg|8:reg);
69 return(out);
159 int out; local
172 out=ppc6_open(PPCSTRUCT(pi));
176 printk(KERN_DEBUG "ppc_open returned %2x\n",out);
179 if(out)
/drivers/gpio/
H A Dgpio-pcf857x.c62 struct mutex lock; /* protect 'out' */
63 unsigned out; /* software latch */ member in struct:pcf857x
76 gpio->out |= (1 << offset);
77 status = i2c_smbus_write_byte(gpio->client, gpio->out);
100 gpio->out |= bit;
102 gpio->out &= ~bit;
103 status = i2c_smbus_write_byte(gpio->client, gpio->out);
144 gpio->out |= (1 << offset);
145 status = i2c_write_le16(gpio->client, gpio->out);
168 gpio->out |
[all...]
/drivers/net/arcnet/
H A Drfc1201.c239 * received out of order, the entire assembly process should be
333 BUGMSG(D_EXTRA, "out-of-order splitpacket, reassembly "
430 * will probably at least get packets sent out :)
479 struct Outgoing *out; local
490 out = &lp->outgoing;
492 out->length = length - RFC1201_HDR_SIZE;
493 out->dataleft = lp->outgoing.length;
494 out->numsegs = (out->dataleft + maxsegsize - 1) / maxsegsize;
495 out
513 struct Outgoing *out = &lp->outgoing; local
[all...]
/drivers/net/wireless/ath/carl9170/
H A Dcmd.c63 const u32 *regs, u32 *out)
68 /* abuse "out" for the register offsets, must be same length */
69 offs = (__le32 *)out;
74 res = (__le32 *)out;
89 out[i] = le32_to_cpu(res[i]);
62 carl9170_read_mreg(struct ar9170 *ar, const int nregs, const u32 *regs, u32 *out) argument
/drivers/platform/x86/
H A Dtc1100-wmi.c63 static int get_state(u32 *out, u8 instance) argument
70 if (!out)
92 *out = (tmp == 3) ? 1 : 0;
95 *out = (tmp == 1) ? 0 : 1;
/drivers/spi/
H A Dspi-ath79.c178 u32 out; local
181 out = ioc | AR71XX_SPI_IOC_DO;
183 out = ioc & ~AR71XX_SPI_IOC_DO;
186 ath79_spi_wr(sp, AR71XX_SPI_REG_IOC, out);
187 ath79_spi_wr(sp, AR71XX_SPI_REG_IOC, out | AR71XX_SPI_IOC_CLK);

Completed in 4506 milliseconds

1234567