/kernel/linux/linux-5.10/lib/ |
H A D | test_hexdump.c | 12 static const unsigned char data_b[] = { variable 134 hex_dump_to_buffer(data_b, len, rowsize, groupsize, real, sizeof(real), in test_hexdump() 151 size_t d = min_t(size_t, sizeof(data_b), rowsize); in test_hexdump_set() 174 r = hex_dump_to_buffer(data_b, len, rs, gs, buf, buflen, ascii); in test_hexdump_overflow()
|
/kernel/linux/linux-6.6/lib/ |
H A D | test_hexdump.c | 12 static const unsigned char data_b[] = { variable 134 hex_dump_to_buffer(data_b, len, rowsize, groupsize, real, sizeof(real), in test_hexdump() 151 size_t d = min_t(size_t, sizeof(data_b), rowsize); in test_hexdump_set() 174 r = hex_dump_to_buffer(data_b, len, rs, gs, buf, buflen, ascii); in test_hexdump_overflow()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | scc.h | 148 io_port data_b; /* data port channel B */ member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | scc.h | 148 io_port data_b; /* data port channel B */ member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | scc.h | 122 io_port data_b; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | scc.h | 111 io_port data_b; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | scc.h | 122 io_port data_b; member
|
/kernel/linux/linux-6.6/drivers/scsi/pcmcia/ |
H A D | nsp_cs.c | 1326 nsp_hw_data *data_b = &nsp_data_base, *data; in nsp_detect() local 1335 memcpy(host->hostdata, data_b, sizeof(nsp_hw_data)); in nsp_detect() 1342 nsp_dbg(NSP_DEBUG_INIT, "irq=%d,%d", data_b->IrqNumber, ((nsp_hw_data *)host->hostdata)->IrqNumber); in nsp_detect()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/ |
H A D | vc4_kms.c | 763 const struct vc4_crtc_data *data_b = in cmp_vc4_crtc_hvs_output() local 766 return data_a->hvs_output - data_b->hvs_output; in cmp_vc4_crtc_hvs_output()
|
/kernel/linux/linux-5.10/drivers/net/fddi/ |
H A D | defxx.c | 288 static int dfx_hw_port_ctrl_req(DFX_board_t *bp, PI_UINT32 command, PI_UINT32 data_a, PI_UINT32 data_b, PI_UINT32 *host_data); 2727 * data_b - port data B register value 2749 PI_UINT32 data_b, in dfx_hw_port_ctrl_req() 2764 dfx_port_write_long(bp, PI_PDQ_K_REG_PORT_DATA_B, data_b); in dfx_hw_port_ctrl_req() 2745 dfx_hw_port_ctrl_req( DFX_board_t *bp, PI_UINT32 command, PI_UINT32 data_a, PI_UINT32 data_b, PI_UINT32 *host_data ) dfx_hw_port_ctrl_req() argument
|
/kernel/linux/linux-5.10/drivers/scsi/pcmcia/ |
H A D | nsp_cs.c | 1316 nsp_hw_data *data_b = &nsp_data_base, *data; in nsp_detect() local 1325 memcpy(host->hostdata, data_b, sizeof(nsp_hw_data)); in nsp_detect() 1332 nsp_dbg(NSP_DEBUG_INIT, "irq=%d,%d", data_b->IrqNumber, ((nsp_hw_data *)host->hostdata)->IrqNumber); in nsp_detect()
|
/kernel/linux/linux-6.6/drivers/net/fddi/ |
H A D | defxx.c | 289 static int dfx_hw_port_ctrl_req(DFX_board_t *bp, PI_UINT32 command, PI_UINT32 data_a, PI_UINT32 data_b, PI_UINT32 *host_data); 2716 * data_b - port data B register value 2738 PI_UINT32 data_b, in dfx_hw_port_ctrl_req() 2753 dfx_port_write_long(bp, PI_PDQ_K_REG_PORT_DATA_B, data_b); in dfx_hw_port_ctrl_req() 2734 dfx_hw_port_ctrl_req( DFX_board_t *bp, PI_UINT32 command, PI_UINT32 data_a, PI_UINT32 data_b, PI_UINT32 *host_data ) dfx_hw_port_ctrl_req() argument
|
/kernel/linux/linux-5.10/drivers/net/hamradio/ |
H A D | scc.c | 1784 SCC_Info[2*Nchips+1].data = hwcfg.data_b; in scc_net_ioctl() 1812 chan? hwcfg.data_b : hwcfg.data_a, in scc_net_ioctl()
|
/kernel/linux/linux-6.6/drivers/net/hamradio/ |
H A D | scc.c | 1787 SCC_Info[2*Nchips+1].data = hwcfg.data_b; in scc_net_siocdevprivate() 1815 chan? hwcfg.data_b : hwcfg.data_a, in scc_net_siocdevprivate()
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-thin.c | 397 static int issue_discard(struct discard_op *op, dm_block_t data_b, dm_block_t data_e) in issue_discard() argument 400 sector_t s = block_to_sectors(tc->pool, data_b); in issue_discard() 401 sector_t len = block_to_sectors(tc->pool, data_e - data_b); in issue_discard()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-thin.c | 398 static int issue_discard(struct discard_op *op, dm_block_t data_b, dm_block_t data_e) in issue_discard() argument 401 sector_t s = block_to_sectors(tc->pool, data_b); in issue_discard() 402 sector_t len = block_to_sectors(tc->pool, data_e - data_b); in issue_discard()
|