Home
last modified time | relevance | path

Searched refs:byte (Results 2076 - 2100 of 3444) sorted by relevance

1...<<81828384858687888990>>...138

/kernel/linux/linux-5.10/mm/
H A Dmempool.c26 size_t byte) in poison_error()
29 const int start = max_t(int, byte - (BITS_PER_LONG / 8), 0); in poison_error()
30 const int end = min_t(int, byte + (BITS_PER_LONG / 8), size); in poison_error()
25 poison_error(mempool_t *pool, void *element, size_t size, size_t byte) poison_error() argument
/kernel/linux/linux-5.10/drivers/media/usb/gspca/
H A Dspca1528.c108 u8 byte) in reg_wb()
116 req, value, index, byte); in reg_wb()
117 gspca_dev->usb_buf[0] = byte; in reg_wb()
104 reg_wb(struct gspca_dev *gspca_dev, u8 req, u16 value, u16 index, u8 byte) reg_wb() argument
/kernel/linux/linux-6.6/drivers/media/usb/gspca/
H A Dspca1528.c108 u8 byte) in reg_wb()
116 req, value, index, byte); in reg_wb()
117 gspca_dev->usb_buf[0] = byte; in reg_wb()
104 reg_wb(struct gspca_dev *gspca_dev, u8 req, u16 value, u16 index, u8 byte) reg_wb() argument
/kernel/linux/linux-6.6/drivers/ata/pata_parport/
H A Dbpck.c24 #define w2(byte) {out_p(2,byte); PC = byte;}
/kernel/linux/linux-6.6/drivers/w1/masters/
H A Domap_hdq.c131 /* write out a byte and fill *status with HDQ_INT_STATUS */
475 /* Read a byte of data from the device */
499 /* Write a byte of data to the device */
500 static void omap_w1_write_byte(void *_hdq, u8 byte) in omap_w1_write_byte() argument
518 if (byte == W1_SKIP_ROM) in omap_w1_write_byte()
521 ret = hdq_write_byte(hdq_data, byte, &status); in omap_w1_write_byte()
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-bcm2835aux.c180 u8 byte; in bcm2835aux_wr_fifo() local
188 byte = bs->tx_buf ? *bs->tx_buf++ : 0; in bcm2835aux_wr_fifo()
189 data |= byte << (8 * (2 - i)); in bcm2835aux_wr_fifo()
386 * approximate this by 9 cycles/byte. This is used to find the number in bcm2835aux_spi_transfer_one()
387 * of Hz per byte per polling limit. E.g., we can transfer 1 byte in in bcm2835aux_spi_transfer_one()
H A Dspi-microchip-core.c211 u8 byte; in mchp_corespi_write_fifo() local
218 byte = spi->tx_buf ? *spi->tx_buf++ : 0xaa; in mchp_corespi_write_fifo()
219 mchp_corespi_write(spi, REG_TX_DATA, byte); in mchp_corespi_write_fifo()
/kernel/linux/linux-6.6/drivers/usb/gadget/legacy/
H A Dg_ffs.c78 module_param_named(bDeviceClass, gfs_dev_desc.bDeviceClass, byte, 0644);
80 module_param_named(bDeviceSubClass, gfs_dev_desc.bDeviceSubClass, byte, 0644);
82 module_param_named(bDeviceProtocol, gfs_dev_desc.bDeviceProtocol, byte, 0644);
/kernel/linux/linux-6.6/drivers/i2c/busses/
H A Di2c-ali1535.c386 outb_p(data->byte, SMBHSTDAT0); in ali1535_access()
439 data->byte = inb_p(SMBHSTDAT0); in ali1535_access()
442 data->byte = inb_p(SMBHSTDAT0); in ali1535_access()
H A Di2c-ali1563.c151 /* Clear byte-ready bit */ in ali1563_block_start()
154 /* Start transaction and wait for byte-ready bit to be set */ in ali1563_block_start()
288 outb_p(data->byte, SMB_HST_DAT0); in ali1563_access()
312 data->byte = inb_p(SMB_HST_DAT0); in ali1563_access()
315 data->byte = inb_p(SMB_HST_DAT0); in ali1563_access()
H A Di2c-xgene-slimpro.c354 data->byte = val; in xgene_slimpro_i2c_xfer()
366 data->byte = val; in xgene_slimpro_i2c_xfer()
368 val = data->byte; in xgene_slimpro_i2c_xfer()
/kernel/linux/linux-6.6/drivers/input/mouse/
H A Dvsxxxaa.c121 static void vsxxxaa_queue_byte(struct vsxxxaa *mouse, unsigned char byte) in vsxxxaa_queue_byte() argument
124 printk(KERN_ERR "%s on %s: Dropping a byte of full buffer.\n", in vsxxxaa_queue_byte()
129 DBG(KERN_INFO "Queueing byte 0x%02x\n", byte); in vsxxxaa_queue_byte()
131 mouse->buf[mouse->count++] = byte; in vsxxxaa_queue_byte()
166 /* First byte must be a header byte */ in vsxxxaa_check_packet()
202 * with the first byte's 3 MSB set to 100. in vsxxxaa_handle_REL_packet()
210 * Low 7 bit of byte 1 are abs(dx), bit 7 is in vsxxxaa_handle_REL_packet()
211 * 0, bit 4 of byte in vsxxxaa_handle_REL_packet()
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dcmsg_sender.c207 char *byte; in memrnd() local
211 byte = (void *)dword; in memrnd()
213 *byte++ = rand(); in memrnd()
/kernel/linux/linux-6.6/sound/drivers/
H A Dportman2x4.c200 /* Get entering data byte and port number in BL and BH respectively. in portman_write_midi()
204 * AL = Data byte. in portman_write_midi()
263 * Read MIDI byte from port
264 * Attempt to read input byte from specified hardware input port (0..).
515 unsigned char byte; in snd_portman_midi_output_trigger() local
519 while ((snd_rawmidi_transmit(substream, &byte, 1) == 1)) in snd_portman_midi_output_trigger()
520 portman_write_midi(pm, substream->number, byte); in snd_portman_midi_output_trigger()
/kernel/linux/linux-6.6/drivers/s390/scsi/
H A Dzfcp_fsf.h305 u8 byte[FSF_STATUS_QUALIFIER_SIZE]; member
345 u8 byte[FSF_FCP_CMND_SIZE]; member
349 u8 byte[FSF_FCP_RSP_SIZE]; member
/kernel/linux/linux-6.6/mm/
H A Dmempool.c25 size_t byte) in poison_error()
28 const int start = max_t(int, byte - (BITS_PER_LONG / 8), 0); in poison_error()
29 const int end = min_t(int, byte + (BITS_PER_LONG / 8), size); in poison_error()
24 poison_error(mempool_t *pool, void *element, size_t size, size_t byte) poison_error() argument
/third_party/ffmpeg/libavcodec/x86/
H A Dmlpdsp.asm63 movzx blsbsd, byte [blsbs_ptrq] ; load *bypassed_lsbs
78 movsx noiseq, byte [noise_bufferq + indexq] ; load noise_buffer[index]
82 movzx noised, byte [blsbs_ptrq] ; load *bypassed_lsbs (reuse tmp noise register)
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/crypto/sha/
H A Dsha512p8-ppc.s651 .byte 0,12,4,1,0x80,6,3,0
663 .byte 0,12,0x14,0,0,0,0,0
829 .byte 83,72,65,53,49,50,32,102,111,114,32,80,111,119,101,114,73,83,65,32,50,46,48,55,44,67,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103,62,0
H A Dsha256p8-ppc.s649 .byte 0,12,4,1,0x80,6,3,0
661 .byte 0,12,0x14,0,0,0,0,0
731 .byte 83,72,65,50,53,54,32,102,111,114,32,80,111,119,101,114,73,83,65,32,50,46,48,55,44,67,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103,62,0
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm_avx2/crypto/sha/
H A Dsha256p8-ppc.s649 .byte 0,12,4,1,0x80,6,3,0
661 .byte 0,12,0x14,0,0,0,0,0
731 .byte 83,72,65,50,53,54,32,102,111,114,32,80,111,119,101,114,73,83,65,32,50,46,48,55,44,67,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103,62,0
H A Dsha512p8-ppc.s651 .byte 0,12,4,1,0x80,6,3,0
663 .byte 0,12,0x14,0,0,0,0,0
829 .byte 83,72,65,53,49,50,32,102,111,114,32,80,111,119,101,114,73,83,65,32,50,46,48,55,44,67,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103,62,0
/third_party/ltp/testcases/lib/
H A Dtst_net_vars.c465 unsigned char byte; in get_ipv4_network() local
479 byte = (ip >> i) & 0xff; in get_ipv4_network()
480 sprintf(p_buf, i < prefix ? ".%d" : "%d", byte); in get_ipv4_network()
/third_party/node/deps/openssl/config/archs/linux-ppc64le/asm/crypto/sha/
H A Dsha256p8-ppc.s661 .byte 0,12,4,1,0x80,6,3,0
673 .byte 0,12,0x14,0,0,0,0,0
743 .byte 83,72,65,50,53,54,32,102,111,114,32,80,111,119,101,114,73,83,65,32,50,46,48,55,44,67,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103,62,0
/third_party/node/deps/openssl/config/archs/linux-ppc64le/asm_avx2/crypto/sha/
H A Dsha256p8-ppc.s661 .byte 0,12,4,1,0x80,6,3,0
673 .byte 0,12,0x14,0,0,0,0,0
743 .byte 83,72,65,50,53,54,32,102,111,114,32,80,111,119,101,114,73,83,65,32,50,46,48,55,44,67,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103,62,0
/third_party/node/deps/v8/src/builtins/
H A Dsetup-builtins-internal.cc64 byte buffer[kBufferSize]; in BuildPlaceholder()
91 byte buffer[kBufferSize]; in BuildWithMacroAssembler()
133 byte buffer[kBufferSize]; in BuildAdaptor()

Completed in 19 milliseconds

1...<<81828384858687888990>>...138