| /Linux-v5.4/arch/alpha/kernel/ |
| D | pci-sysfs.c | 173 int retval, nlen1, nlen2 = 0, res_count = 1; in pci_create_attr() local 200 res_count = 2; in pci_create_attr() 204 attr = kzalloc(sizeof(*attr) * res_count + nlen1 + nlen2, GFP_ATOMIC); in pci_create_attr() 209 attr_name = (char *)(attr + res_count); in pci_create_attr() 213 if (retval || res_count == 1) in pci_create_attr()
|
| /Linux-v5.4/arch/arm/mach-omap1/ |
| D | mcbsp.c | 384 static void omap_mcbsp_register_board_cfg(struct resource *res, int res_count, in omap_mcbsp_register_board_cfg() argument 403 platform_device_add_resources(new_mcbsp, &res[i * res_count], in omap_mcbsp_register_board_cfg() 404 res_count); in omap_mcbsp_register_board_cfg()
|
| /Linux-v5.4/drivers/hwmon/ |
| D | pc87427.c | 1055 int i, err, res_count; in pc87427_probe() local 1064 res_count = (data->address[0] != 0) + (data->address[1] != 0); in pc87427_probe() 1066 err = pc87427_request_regions(pdev, res_count); in pc87427_probe() 1143 int err, i, res_count; in pc87427_device_add() local 1145 res_count = 0; in pc87427_device_add() 1149 res[res_count].start = sio_data->address[i]; in pc87427_device_add() 1150 res[res_count].end = sio_data->address[i] + REGION_LENGTH - 1; in pc87427_device_add() 1151 res[res_count].name = logdev_str[i]; in pc87427_device_add() 1153 err = acpi_check_resource_conflict(&res[res_count]); in pc87427_device_add() 1157 res_count++; in pc87427_device_add() [all …]
|
| D | pc87360.c | 1687 int err, i, res_count; in pc87360_device_add() local 1697 res_count = 0; in pc87360_device_add() 1701 res[res_count].start = extra_isa[i]; in pc87360_device_add() 1702 res[res_count].end = extra_isa[i] + PC87360_EXTENT - 1; in pc87360_device_add() 1703 res[res_count].name = "pc87360", in pc87360_device_add() 1704 res[res_count].flags = IORESOURCE_IO, in pc87360_device_add() 1706 err = acpi_check_resource_conflict(&res[res_count]); in pc87360_device_add() 1710 res_count++; in pc87360_device_add() 1713 err = platform_device_add_resources(pdev, res, res_count); in pc87360_device_add()
|
| /Linux-v5.4/drivers/firewire/ |
| D | ohci.c | 69 __le16 res_count; member 663 d->res_count = cpu_to_le16(PAGE_SIZE); in ar_context_link_page() 721 __le16 res_count, next_res_count; in ar_search_last_active_buffer() local 724 res_count = READ_ONCE(ctx->descriptors[i].res_count); in ar_search_last_active_buffer() 727 while (i != last && res_count == 0) { in ar_search_last_active_buffer() 732 next_res_count = READ_ONCE(ctx->descriptors[next_i].res_count); in ar_search_last_active_buffer() 748 next_res_count = READ_ONCE(ctx->descriptors[next_i].res_count); in ar_search_last_active_buffer() 758 res_count = next_res_count; in ar_search_last_active_buffer() 763 *buffer_offset = PAGE_SIZE - le16_to_cpu(res_count); in ar_search_last_active_buffer() 1305 d[0].res_count = cpu_to_le16(packet->timestamp); in at_context_queue_packet() [all …]
|
| /Linux-v5.4/arch/powerpc/include/asm/ |
| D | dbdma.h | 50 __le16 res_count; /* residual count after completion */ member
|
| /Linux-v5.4/drivers/staging/vt6655/ |
| D | desc.h | 164 volatile __le16 res_count; member
|
| D | dpc.c | 132 - le16_to_cpu(curr_rd->rd0.res_count); in vnt_receive_frame()
|
| D | card.c | 560 pDesc->rd0.res_count = cpu_to_le16(priv->rx_buf_sz); in CARDvSafeResetRx() 568 pDesc->rd0.res_count = cpu_to_le16(priv->rx_buf_sz); in CARDvSafeResetRx()
|
| D | device_main.c | 799 rd->rd0.res_count = cpu_to_le16(priv->rx_buf_sz); in device_alloc_rx_buf()
|
| /Linux-v5.4/drivers/mfd/ |
| D | sm501.c | 701 unsigned int res_count, unsigned int platform_data_size) in sm501_create_subdev() argument 706 (sizeof(struct resource) * res_count) + in sm501_create_subdev() 718 if (res_count) { in sm501_create_subdev() 720 smdev->pdev.num_resources = res_count; in sm501_create_subdev()
|
| /Linux-v5.4/drivers/scsi/ |
| D | libiscsi.c | 862 int res_count = be32_to_cpu(rhdr->residual_count); in iscsi_scsi_cmd_rsp() local 864 if (res_count > 0 && in iscsi_scsi_cmd_rsp() 866 res_count <= scsi_bufflen(sc))) in iscsi_scsi_cmd_rsp() 868 scsi_set_resid(sc, res_count); in iscsi_scsi_cmd_rsp() 903 int res_count = be32_to_cpu(rhdr->residual_count); in iscsi_data_in_rsp() local 905 if (res_count > 0 && in iscsi_data_in_rsp() 907 res_count <= sc->sdb.length)) in iscsi_data_in_rsp() 908 scsi_set_resid(sc, res_count); in iscsi_data_in_rsp()
|
| /Linux-v5.4/sound/ppc/ |
| D | pmac.c | 319 count = in_le16(&cp->res_count); in snd_pmac_pcm_pointer() 424 res = le16_to_cpu(cp->res_count); in snd_pmac_pcm_dead_xfer() 428 cp->res_count = cpu_to_le16(0); in snd_pmac_pcm_dead_xfer()
|
| /Linux-v5.4/drivers/scsi/qla2xxx/ |
| D | qla_mr.h | 441 int32_t res_count; member
|
| D | qla_mr.c | 2244 fstatus.res_count = pkt->residuallen; in qlafx00_ioctl_iosb_entry()
|
| /Linux-v5.4/drivers/net/ethernet/apple/ |
| D | bmac.c | 206 out_le16(&cp->res_count, 0); in dbdma_setcmd() 698 residual = le16_to_cpu(cp->res_count); in bmac_rxdma_intr() 726 cp->res_count = cpu_to_le16(0); in bmac_rxdma_intr()
|
| D | mace.c | 903 nb = le16_to_cpu(cp->req_count) - le16_to_cpu(cp->res_count); in mace_rxdma_intr()
|
| /Linux-v5.4/drivers/ata/ |
| D | pata_macio.c | 551 table->res_count = 0; in pata_macio_qc_prep()
|
| /Linux-v5.4/drivers/block/ |
| D | swim3.c | 737 resid = le16_to_cpu(cp->res_count); in swim3_interrupt()
|
| /Linux-v5.4/drivers/ide/ |
| D | pmac.c | 1501 table->res_count = 0; in pmac_ide_build_dmatable()
|