/kernel/linux/linux-5.10/mm/ |
H A D | mempool.c | 26 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 D | spca1528.c | 108 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 D | spca1528.c | 108 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 D | bpck.c | 24 #define w2(byte) {out_p(2,byte); PC = byte;}
|
/kernel/linux/linux-6.6/drivers/w1/masters/ |
H A D | omap_hdq.c | 131 /* 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 D | spi-bcm2835aux.c | 180 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 D | spi-microchip-core.c | 211 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 D | g_ffs.c | 78 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 D | i2c-ali1535.c | 386 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 D | i2c-ali1563.c | 151 /* 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 D | i2c-xgene-slimpro.c | 354 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 D | vsxxxaa.c | 121 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 D | cmsg_sender.c | 207 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 D | portman2x4.c | 200 /* 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 D | zfcp_fsf.h | 305 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 D | mempool.c | 25 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 D | mlpdsp.asm | 63 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 D | sha512p8-ppc.s | 651 .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 D | sha256p8-ppc.s | 649 .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 D | sha256p8-ppc.s | 649 .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 D | sha512p8-ppc.s | 651 .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 D | tst_net_vars.c | 465 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 D | sha256p8-ppc.s | 661 .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 D | sha256p8-ppc.s | 661 .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 D | setup-builtins-internal.cc | 64 byte buffer[kBufferSize]; in BuildPlaceholder() 91 byte buffer[kBufferSize]; in BuildWithMacroAssembler() 133 byte buffer[kBufferSize]; in BuildAdaptor()
|