items 853 drivers/acpi/property.c static int acpi_copy_property_array_u8(const union acpi_object *items, u8 *val, items 859 drivers/acpi/property.c if (items[i].type != ACPI_TYPE_INTEGER) items 861 drivers/acpi/property.c if (items[i].integer.value > U8_MAX) items 864 drivers/acpi/property.c val[i] = items[i].integer.value; items 869 drivers/acpi/property.c static int acpi_copy_property_array_u16(const union acpi_object *items, items 875 drivers/acpi/property.c if (items[i].type != ACPI_TYPE_INTEGER) items 877 drivers/acpi/property.c if (items[i].integer.value > U16_MAX) items 880 drivers/acpi/property.c val[i] = items[i].integer.value; items 885 drivers/acpi/property.c static int acpi_copy_property_array_u32(const union acpi_object *items, items 891 drivers/acpi/property.c if (items[i].type != ACPI_TYPE_INTEGER) items 893 drivers/acpi/property.c if (items[i].integer.value > U32_MAX) items 896 drivers/acpi/property.c val[i] = items[i].integer.value; items 901 drivers/acpi/property.c static int acpi_copy_property_array_u64(const union acpi_object *items, items 907 drivers/acpi/property.c if (items[i].type != ACPI_TYPE_INTEGER) items 910 drivers/acpi/property.c val[i] = items[i].integer.value; items 915 drivers/acpi/property.c static int acpi_copy_property_array_string(const union acpi_object *items, items 921 drivers/acpi/property.c if (items[i].type != ACPI_TYPE_STRING) items 924 drivers/acpi/property.c val[i] = items[i].string.pointer; items 935 drivers/acpi/property.c const union acpi_object *items; items 956 drivers/acpi/property.c items = obj->package.elements; items 960 drivers/acpi/property.c ret = acpi_copy_property_array_u8(items, (u8 *)val, nval); items 963 drivers/acpi/property.c ret = acpi_copy_property_array_u16(items, (u16 *)val, nval); items 966 drivers/acpi/property.c ret = acpi_copy_property_array_u32(items, (u32 *)val, nval); items 969 drivers/acpi/property.c ret = acpi_copy_property_array_u64(items, (u64 *)val, nval); items 973 drivers/acpi/property.c items, (char **)val, items 345 drivers/counter/104-quad-8.c .items = quad8_noise_error_states, items 365 drivers/counter/104-quad-8.c .items = quad8_count_direction_states, items 409 drivers/counter/104-quad-8.c .items = quad8_count_modes, items 456 drivers/counter/104-quad-8.c .items = quad8_synchronous_modes, items 508 drivers/counter/104-quad-8.c .items = quad8_quadrature_modes, items 549 drivers/counter/104-quad-8.c .items = quad8_index_polarity_modes, items 948 drivers/counter/104-quad-8.c .items = quad8_index_polarity_modes, items 994 drivers/counter/104-quad-8.c .items = quad8_synchronous_modes, items 1074 drivers/counter/104-quad-8.c .items = counter_count_mode_str, items 1137 drivers/counter/104-quad-8.c .items = quad8_noise_error_states, items 55 drivers/counter/counter.c return sprintf(buf, "%s\n", e->items[index]); items 70 drivers/counter/counter.c index = __sysfs_match_string(e->items, e->num_items, buf); items 94 drivers/counter/counter.c len += sprintf(buf + len, "%s\n", e->items[i]); items 118 drivers/counter/counter.c return sprintf(buf, "%s\n", e->items[index]); items 133 drivers/counter/counter.c index = __sysfs_match_string(e->items, e->num_items, buf); items 157 drivers/counter/counter.c len += sprintf(buf + len, "%s\n", e->items[i]); items 180 drivers/counter/counter.c return sprintf(buf, "%s\n", e->items[index]); items 194 drivers/counter/counter.c index = __sysfs_match_string(e->items, e->num_items, buf); items 217 drivers/counter/counter.c len += sprintf(buf + len, "%s\n", e->items[i]); items 155 drivers/counter/ftm-quaddec.c .items = ftm_quaddec_prescaler, items 217 drivers/counter/stm32-lptimer-cnt.c .items = stm32_lptim_quadrature_modes, items 250 drivers/counter/stm32-lptimer-cnt.c .items = stm32_lptim_cnt_polarity, items 76 drivers/gpu/drm/vmwgfx/device_include/svga_overlay.h } items[1]; items 107 drivers/gpu/drm/vmwgfx/device_include/svga_overlay.h } items[1]; items 116 drivers/gpu/drm/vmwgfx/device_include/svga_overlay.h } items[SVGA_VIDEO_NUM_REGS]; items 115 drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c } *items; items 123 drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c fifo_size = sizeof(*cmds) + sizeof(*flush) + sizeof(*items) * num_items; items 130 drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c items = (typeof(items))&cmds[1]; items 131 drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c flush = (struct vmw_escape_video_flush *)&items[num_items]; items 134 drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c fill_escape(&cmds->escape, sizeof(*items) * (num_items + 1)); items 141 drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c items[i].registerId = i; items 146 drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c items[SVGA_VIDEO_ENABLED].value = true; items 147 drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c items[SVGA_VIDEO_FLAGS].value = arg->flags; items 148 drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c items[SVGA_VIDEO_DATA_OFFSET].value = ptr.offset; items 149 drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c items[SVGA_VIDEO_FORMAT].value = arg->format; items 150 drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c items[SVGA_VIDEO_COLORKEY].value = arg->color_key; items 151 drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c items[SVGA_VIDEO_SIZE].value = arg->size; items 152 drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c items[SVGA_VIDEO_WIDTH].value = arg->width; items 153 drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c items[SVGA_VIDEO_HEIGHT].value = arg->height; items 154 drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c items[SVGA_VIDEO_SRC_X].value = arg->src.x; items 155 drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c items[SVGA_VIDEO_SRC_Y].value = arg->src.y; items 156 drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c items[SVGA_VIDEO_SRC_WIDTH].value = arg->src.w; items 157 drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c items[SVGA_VIDEO_SRC_HEIGHT].value = arg->src.h; items 158 drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c items[SVGA_VIDEO_DST_X].value = arg->dst.x; items 159 drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c items[SVGA_VIDEO_DST_Y].value = arg->dst.y; items 160 drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c items[SVGA_VIDEO_DST_WIDTH].value = arg->dst.w; items 161 drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c items[SVGA_VIDEO_DST_HEIGHT].value = arg->dst.h; items 162 drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c items[SVGA_VIDEO_PITCH_1].value = arg->pitch[0]; items 163 drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c items[SVGA_VIDEO_PITCH_2].value = arg->pitch[1]; items 164 drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c items[SVGA_VIDEO_PITCH_3].value = arg->pitch[2]; items 166 drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c items[SVGA_VIDEO_DATA_GMRID].value = ptr.gmrId; items 167 drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c items[SVGA_VIDEO_DST_SCREEN_ID].value = SVGA_ID_INVALID; items 210 drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c cmds->body.items[0].registerId = SVGA_VIDEO_ENABLED; items 211 drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c cmds->body.items[0].value = false; items 1488 drivers/hid/hid-logitech-hidpp.c struct hidpp_touchpad_fw_items *items) items 1495 drivers/hid/hid-logitech-hidpp.c CMD_TOUCHPAD_FW_ITEMS_SET, &items->state, 1, &response); items 1505 drivers/hid/hid-logitech-hidpp.c items->presence = params[0]; items 1506 drivers/hid/hid-logitech-hidpp.c items->desired_state = params[1]; items 1507 drivers/hid/hid-logitech-hidpp.c items->state = params[2]; items 1508 drivers/hid/hid-logitech-hidpp.c items->persistent = params[3]; items 2631 drivers/hid/hid-logitech-hidpp.c struct hidpp_touchpad_fw_items items = {}; items 2644 drivers/hid/hid-logitech-hidpp.c ret = hidpp_touchpad_fw_items_set(hidpp, k400->feature_index, &items); items 572 drivers/iio/accel/bma180.c .items = bma180_power_modes, items 912 drivers/iio/accel/mma9553.c .items = mma9553_calibgender_modes, items 347 drivers/iio/adc/hi8435.c .items = hi8435_sensing_modes, items 1085 drivers/iio/adc/stm32-adc.c .items = stm32_trig_pol_items, items 488 drivers/iio/adc/vf610_adc.c .items = vf610_conv_modes, items 262 drivers/iio/dac/ad5064.c .items = ad5064_powerdown_modes, items 269 drivers/iio/dac/ad5064.c .items = ltc2617_powerdown_modes, items 150 drivers/iio/dac/ad5380.c .items = ad5380_powerdown_modes, items 82 drivers/iio/dac/ad5446.c .items = ad5446_powerdown_modes, items 163 drivers/iio/dac/ad5504.c .items = ad5504_powerdown_modes, items 109 drivers/iio/dac/ad5624r_spi.c .items = ad5624r_powerdown_modes, items 49 drivers/iio/dac/ad5686.c .items = ad5686_powerdown_modes, items 171 drivers/iio/dac/ad5791.c .items = ad5791_powerdown_modes, items 74 drivers/iio/dac/max5821.c .items = max5821_powerdown_modes, items 202 drivers/iio/dac/mcp4725.c .items = mcp4725_powerdown_modes, items 208 drivers/iio/dac/mcp4725.c .items = mcp4726_powerdown_modes, items 198 drivers/iio/dac/stm32-dac.c .items = stm32_dac_powerdown_modes, items 110 drivers/iio/dac/ti-dac082s085.c .items = ti_dac_powerdown_modes, items 157 drivers/iio/dac/ti-dac5571.c .items = dac5571_powerdown_modes, items 100 drivers/iio/dac/ti-dac7311.c .items = ti_dac_powerdown_modes, items 91 drivers/iio/dac/vf610_dac.c .items = vf610_conv_modes, items 434 drivers/iio/industrialio-core.c len += scnprintf(buf + len, PAGE_SIZE - len, "%s ", e->items[i]); items 458 drivers/iio/industrialio-core.c return snprintf(buf, PAGE_SIZE, "%s\n", e->items[i]); items 472 drivers/iio/industrialio-core.c ret = __sysfs_match_string(e->items, e->num_items, buf); items 241 drivers/iio/magnetometer/hmc5843_core.c .items = hmc5843_meas_conf_modes, items 255 drivers/iio/magnetometer/hmc5843_core.c .items = hmc5983_meas_conf_modes, items 534 drivers/iio/trigger/stm32-timer-trigger.c .items = stm32_trigger_modes, items 612 drivers/iio/trigger/stm32-timer-trigger.c .items = stm32_enable_modes, items 286 drivers/infiniband/hw/vmw_pvrdma/pvrdma_cq.c int items; items 293 drivers/infiniband/hw/vmw_pvrdma/pvrdma_cq.c items = (tail > head) ? (tail - head) : items 296 drivers/infiniband/hw/vmw_pvrdma/pvrdma_cq.c while (items-- > 0) { items 142 drivers/input/touchscreen/fsl-imx25-tcq.c unsigned settling_cnt, int *items) items 160 drivers/input/touchscreen/fsl-imx25-tcq.c *items = 6; items 241 drivers/media/rc/bpf-lirc.c for (item = array->items; item->prog; item++) items 2238 drivers/mmc/host/dw_mmc.c int items = len >> 1; items 2245 drivers/mmc/host/dw_mmc.c for (i = 0; i < items; ++i) items 2275 drivers/mmc/host/dw_mmc.c int items = len >> 1; items 2278 drivers/mmc/host/dw_mmc.c for (i = 0; i < items; ++i) items 2321 drivers/mmc/host/dw_mmc.c int items = len >> 2; items 2328 drivers/mmc/host/dw_mmc.c for (i = 0; i < items; ++i) items 2358 drivers/mmc/host/dw_mmc.c int items = len >> 2; items 2361 drivers/mmc/host/dw_mmc.c for (i = 0; i < items; ++i) items 2405 drivers/mmc/host/dw_mmc.c int items = len >> 3; items 2412 drivers/mmc/host/dw_mmc.c for (i = 0; i < items; ++i) items 2442 drivers/mmc/host/dw_mmc.c int items = len >> 3; items 2445 drivers/mmc/host/dw_mmc.c for (i = 0; i < items; ++i) items 110 drivers/net/ethernet/mellanox/mlxsw/pci.c struct mlxsw_pci_mem_item *items; items 612 drivers/net/ethernet/mellanox/mlxsw/pci.c int items = 0; items 639 drivers/net/ethernet/mellanox/mlxsw/pci.c if (++items == credits) items 642 drivers/net/ethernet/mellanox/mlxsw/pci.c if (items) items 729 drivers/net/ethernet/mellanox/mlxsw/pci.c int items = 0; items 754 drivers/net/ethernet/mellanox/mlxsw/pci.c if (++items == credits) items 757 drivers/net/ethernet/mellanox/mlxsw/pci.c if (items) { items 1217 drivers/net/ethernet/mellanox/mlxsw/pci.c mlxsw_pci->fw_area.items = kcalloc(num_pages, sizeof(*mem_item), items 1219 drivers/net/ethernet/mellanox/mlxsw/pci.c if (!mlxsw_pci->fw_area.items) items 1225 drivers/net/ethernet/mellanox/mlxsw/pci.c mem_item = &mlxsw_pci->fw_area.items[i]; items 1257 drivers/net/ethernet/mellanox/mlxsw/pci.c mem_item = &mlxsw_pci->fw_area.items[i]; items 1262 drivers/net/ethernet/mellanox/mlxsw/pci.c kfree(mlxsw_pci->fw_area.items); items 1274 drivers/net/ethernet/mellanox/mlxsw/pci.c mem_item = &mlxsw_pci->fw_area.items[i]; items 1279 drivers/net/ethernet/mellanox/mlxsw/pci.c kfree(mlxsw_pci->fw_area.items); items 32 drivers/net/wireless/ath/ath10k/hif.h struct ath10k_hif_sg_item *items, int n_items); items 101 drivers/net/wireless/ath/ath10k/hif.h struct ath10k_hif_sg_item *items, items 104 drivers/net/wireless/ath/ath10k/hif.h return ar->hif.ops->tx_sg(ar, pipe_id, items, n_items); items 1492 drivers/net/wireless/ath/ath10k/htt.h struct htt_stats_conf_item items[0]; items 1350 drivers/net/wireless/ath/ath10k/pci.c struct ath10k_hif_sg_item *items, int n_items) items 1377 drivers/net/wireless/ath/ath10k/pci.c i, &items[i].paddr, items[i].len, n_items); items 1379 drivers/net/wireless/ath/ath10k/pci.c items[i].vaddr, items[i].len); items 1382 drivers/net/wireless/ath/ath10k/pci.c items[i].transfer_context, items 1383 drivers/net/wireless/ath/ath10k/pci.c items[i].paddr, items 1384 drivers/net/wireless/ath/ath10k/pci.c items[i].len, items 1385 drivers/net/wireless/ath/ath10k/pci.c items[i].transfer_id, items 1395 drivers/net/wireless/ath/ath10k/pci.c i, &items[i].paddr, items[i].len, n_items); items 1397 drivers/net/wireless/ath/ath10k/pci.c items[i].vaddr, items[i].len); items 1400 drivers/net/wireless/ath/ath10k/pci.c items[i].transfer_context, items 1401 drivers/net/wireless/ath/ath10k/pci.c items[i].paddr, items 1402 drivers/net/wireless/ath/ath10k/pci.c items[i].len, items 1403 drivers/net/wireless/ath/ath10k/pci.c items[i].transfer_id, items 216 drivers/net/wireless/ath/ath10k/pci.h struct ath10k_hif_sg_item *items, int n_items); items 1472 drivers/net/wireless/ath/ath10k/sdio.c struct ath10k_hif_sg_item *items, int n_items) items 1485 drivers/net/wireless/ath/ath10k/sdio.c skb = items[i].transfer_context; items 680 drivers/net/wireless/ath/ath10k/snoc.c struct ath10k_hif_sg_item *items, int n_items) items 695 drivers/net/wireless/ath/ath10k/snoc.c i, &items[i].paddr, items[i].len, n_items); items 698 drivers/net/wireless/ath/ath10k/snoc.c items[i].transfer_context, items 699 drivers/net/wireless/ath/ath10k/snoc.c items[i].paddr, items 700 drivers/net/wireless/ath/ath10k/snoc.c items[i].len, items 701 drivers/net/wireless/ath/ath10k/snoc.c items[i].transfer_id, items 709 drivers/net/wireless/ath/ath10k/snoc.c i, &items[i].paddr, items[i].len, n_items); items 712 drivers/net/wireless/ath/ath10k/snoc.c items[i].transfer_context, items 713 drivers/net/wireless/ath/ath10k/snoc.c items[i].paddr, items 714 drivers/net/wireless/ath/ath10k/snoc.c items[i].len, items 715 drivers/net/wireless/ath/ath10k/snoc.c items[i].transfer_id, items 403 drivers/net/wireless/ath/ath10k/usb.c struct ath10k_hif_sg_item *items, int n_items) items 419 drivers/net/wireless/ath/ath10k/usb.c skb = items[i].transfer_context; items 6432 drivers/net/wireless/ath/ath10k/wmi.c chunk = &chunks->items[i]; items 3044 drivers/net/wireless/ath/ath10k/wmi.h struct host_memory_chunk items[1]; items 512 drivers/net/wireless/broadcom/brcm80211/brcmfmac/firmware.c for (i = 0, item = &req->items[0]; i < req->n_items; i++, item++) { items 534 drivers/net/wireless/broadcom/brcm80211/brcmfmac/firmware.c cur = &fwctx->req->items[fwctx->curpos]; items 574 drivers/net/wireless/broadcom/brcm80211/brcmfmac/firmware.c struct brcmf_fw_item *cur = &fwctx->req->items[fwctx->curpos]; items 602 drivers/net/wireless/broadcom/brcm80211/brcmfmac/firmware.c struct brcmf_fw_item *cur = &fwctx->req->items[fwctx->curpos]; items 652 drivers/net/wireless/broadcom/brcm80211/brcmfmac/firmware.c for (i = 0, item = &req->items[0]; i < req->n_items; i++, item++) { items 663 drivers/net/wireless/broadcom/brcm80211/brcmfmac/firmware.c struct brcmf_fw_item *first = &req->items[0]; items 717 drivers/net/wireless/broadcom/brcm80211/brcmfmac/firmware.c fwreq = kzalloc(struct_size(fwreq, items, n_fwnames), GFP_KERNEL); items 732 drivers/net/wireless/broadcom/brcm80211/brcmfmac/firmware.c fwreq->items[j].path = fwnames[j].path; items 748 drivers/net/wireless/broadcom/brcm80211/brcmfmac/firmware.c fwreq->items[j].path = fwnames[j].path; items 63 drivers/net/wireless/broadcom/brcm80211/brcmfmac/firmware.h struct brcmf_fw_item items[0]; items 452 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c struct brcmf_fws_hanger_item items[BRCMF_FWS_HANGER_MAXITEMS]; items 577 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c for (i = 0; i < ARRAY_SIZE(hanger->items); i++) items 578 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c hanger->items[i].state = BRCMF_FWS_HANGER_ITEM_STATE_FREE; items 588 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c if (h->items[i].state == BRCMF_FWS_HANGER_ITEM_STATE_FREE) { items 609 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c if (h->items[slot_id].state != BRCMF_FWS_HANGER_ITEM_STATE_FREE) { items 615 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c h->items[slot_id].state = BRCMF_FWS_HANGER_ITEM_STATE_INUSE; items 616 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c h->items[slot_id].pkt = pkt; items 628 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c if (h->items[slot_id].state == BRCMF_FWS_HANGER_ITEM_STATE_FREE) { items 634 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c *pktout = h->items[slot_id].pkt; items 636 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c h->items[slot_id].state = BRCMF_FWS_HANGER_ITEM_STATE_FREE; items 637 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c h->items[slot_id].pkt = NULL; items 671 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c if (h->items[slot_id].state == BRCMF_FWS_HANGER_ITEM_STATE_FREE) { items 676 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c h->items[slot_id].state = BRCMF_FWS_HANGER_ITEM_STATE_INUSE_SUPPRESSED; items 689 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c for (i = 0; i < ARRAY_SIZE(h->items); i++) { items 690 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c s = h->items[i].state; items 693 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c skb = h->items[i].pkt; items 698 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c h->items[i].state = items 844 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c hi = &fws->hanger.items[hslot]; items 1770 drivers/net/wireless/broadcom/brcm80211/brcmfmac/pcie.c fw = fwreq->items[BRCMF_PCIE_FW_CODE].binary; items 1771 drivers/net/wireless/broadcom/brcm80211/brcmfmac/pcie.c nvram = fwreq->items[BRCMF_PCIE_FW_NVRAM].nv_data.data; items 1772 drivers/net/wireless/broadcom/brcm80211/brcmfmac/pcie.c nvram_len = fwreq->items[BRCMF_PCIE_FW_NVRAM].nv_data.len; items 1858 drivers/net/wireless/broadcom/brcm80211/brcmfmac/pcie.c fwreq->items[BRCMF_PCIE_FW_CODE].type = BRCMF_FW_TYPE_BINARY; items 1859 drivers/net/wireless/broadcom/brcm80211/brcmfmac/pcie.c fwreq->items[BRCMF_PCIE_FW_NVRAM].type = BRCMF_FW_TYPE_NVRAM; items 1860 drivers/net/wireless/broadcom/brcm80211/brcmfmac/pcie.c fwreq->items[BRCMF_PCIE_FW_NVRAM].flags = BRCMF_FW_REQF_OPTIONAL; items 4133 drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c code = fwreq->items[BRCMF_SDIO_FW_CODE].binary; items 4134 drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c nvram = fwreq->items[BRCMF_SDIO_FW_NVRAM].nv_data.data; items 4135 drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c nvram_len = fwreq->items[BRCMF_SDIO_FW_NVRAM].nv_data.len; items 4299 drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c fwreq->items[BRCMF_SDIO_FW_CODE].type = BRCMF_FW_TYPE_BINARY; items 4300 drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c fwreq->items[BRCMF_SDIO_FW_NVRAM].type = BRCMF_FW_TYPE_NVRAM; items 1164 drivers/net/wireless/broadcom/brcm80211/brcmfmac/usb.c fw = fwreq->items[BRCMF_USB_FW_CODE].binary; items 1215 drivers/net/wireless/broadcom/brcm80211/brcmfmac/usb.c fwreq->items[BRCMF_USB_FW_CODE].type = BRCMF_FW_TYPE_BINARY; items 789 drivers/net/wireless/marvell/libertas/debugfs.c static struct debug_data items[] = { items 794 drivers/net/wireless/marvell/libertas/debugfs.c static int num_of_items = ARRAY_SIZE(items); items 925 drivers/net/wireless/marvell/libertas/debugfs.c items[i].addr += (size_t) priv; items 928 drivers/net/wireless/marvell/libertas/debugfs.c priv->debugfs_dir, &items[0], items 28 drivers/net/wireless/marvell/mwifiex/util.c static struct mwifiex_debug_data items[] = { items 128 drivers/net/wireless/marvell/mwifiex/util.c static int num_of_items = ARRAY_SIZE(items); items 255 drivers/net/wireless/marvell/mwifiex/util.c struct mwifiex_debug_data *d = &items[0]; items 3110 drivers/net/wireless/rndis_wlan.c __le32 items[8]; items 3127 drivers/net/wireless/rndis_wlan.c switch (le32_to_cpu(networks_supported.items[i])) { items 58 drivers/pinctrl/pinconf-generic.c const struct pin_config_item *items, items 68 drivers/pinctrl/pinconf-generic.c config = pinconf_to_config_packed(items[i].param, 0); items 85 drivers/pinctrl/pinconf-generic.c seq_puts(s, items[i].display); items 87 drivers/pinctrl/pinconf-generic.c if (items[i].has_arg) { items 90 drivers/pinctrl/pinconf-generic.c if (items[i].format) items 91 drivers/pinctrl/pinconf-generic.c seq_printf(s, " %s)", items[i].format); items 171 drivers/platform/mellanox/mlxreg-hotplug.c item = pdata->items + nr; items 202 drivers/platform/mellanox/mlxreg-hotplug.c item = pdata->items; items 427 drivers/platform/mellanox/mlxreg-hotplug.c item = pdata->items; items 504 drivers/platform/mellanox/mlxreg-hotplug.c item = pdata->items; items 576 drivers/platform/mellanox/mlxreg-hotplug.c item = pdata->items; items 395 drivers/platform/x86/mlx-platform.c .items = mlxplat_mlxcpld_default_items, items 442 drivers/platform/x86/mlx-platform.c .items = mlxplat_mlxcpld_msn21xx_items, items 553 drivers/platform/x86/mlx-platform.c .items = mlxplat_mlxcpld_msn274x_items, items 600 drivers/platform/x86/mlx-platform.c .items = mlxplat_mlxcpld_msn201x_items, items 718 drivers/platform/x86/mlx-platform.c .items = mlxplat_mlxcpld_default_ng_items, items 33 drivers/scsi/ibmvscsi_tgt/libsrp.c q->items = kcalloc(max, sizeof(struct iu_entry), GFP_KERNEL); items 34 drivers/scsi/ibmvscsi_tgt/libsrp.c if (!q->items) items 40 drivers/scsi/ibmvscsi_tgt/libsrp.c for (i = 0, iue = q->items; i < max; i++) { items 54 drivers/scsi/ibmvscsi_tgt/libsrp.c kfree(q->items); items 78 drivers/scsi/ibmvscsi_tgt/libsrp.h void *items; items 2537 drivers/scsi/libiscsi.c iscsi_pool_init(struct iscsi_pool *q, int max, void ***items, int item_size) items 2547 drivers/scsi/libiscsi.c if (items) items 2564 drivers/scsi/libiscsi.c if (items) { items 2565 drivers/scsi/libiscsi.c *items = q->pool + max; items 2566 drivers/scsi/libiscsi.c memcpy(*items, q->pool, max * sizeof(void *)); items 87 drivers/staging/greybus/audio_codec.h int items; items 66 drivers/staging/greybus/audio_topology.c if (index >= control->items) items 75 drivers/staging/greybus/audio_topology.c if (index >= control->items) items 143 drivers/staging/greybus/audio_topology.c unsigned int items; items 146 drivers/staging/greybus/audio_topology.c items = le32_to_cpu(gbenum->items); items 147 drivers/staging/greybus/audio_topology.c strings = devm_kcalloc(gb->dev, items, sizeof(char *), GFP_KERNEL); items 150 drivers/staging/greybus/audio_topology.c for (i = 0; i < items; i++) { items 192 drivers/staging/greybus/audio_topology.c max = le32_to_cpu(info->value.enumerated.items); items 193 drivers/staging/greybus/audio_topology.c uinfo->value.enumerated.items = max; items 662 drivers/staging/greybus/audio_topology.c gbe->max = le32_to_cpu(gb_enum->items); items 871 drivers/staging/greybus/audio_topology.c gbe->max = le32_to_cpu(gb_enum->items); items 1045 drivers/staging/greybus/audio_topology.c control->items = le32_to_cpu(gbenum->items); items 1194 drivers/staging/greybus/audio_topology.c control->items = le32_to_cpu(gbenum->items); items 141 fs/binfmt_elf.c #define STACK_ADD(sp, items) ((elf_addr_t __user *)(sp) + (items)) items 142 fs/binfmt_elf.c #define STACK_ROUND(sp, items) \ items 143 fs/binfmt_elf.c ((15 + (unsigned long) ((sp) + (items))) &~ 15UL) items 148 fs/binfmt_elf.c #define STACK_ADD(sp, items) ((elf_addr_t __user *)(sp) - (items)) items 149 fs/binfmt_elf.c #define STACK_ROUND(sp, items) \ items 150 fs/binfmt_elf.c (((unsigned long) (sp - items)) &~ 15UL) items 177 fs/binfmt_elf.c int items; items 286 fs/binfmt_elf.c items = (argc + 1) + (envc + 1) + 1; items 287 fs/binfmt_elf.c bprm->p = STACK_ROUND(sp, items); items 291 fs/binfmt_elf.c sp = (elf_addr_t __user *)bprm->p - items - ei_index; items 992 fs/btrfs/check-integrity.c (uintptr_t)(leafhdr->items + sf->i) - items 1022 fs/btrfs/check-integrity.c offsetof(struct btrfs_leaf, items); items 1384 fs/btrfs/check-integrity.c file_extent_item_offset = offsetof(struct btrfs_leaf, items) + items 1782 fs/btrfs/ctree.c offsetof(struct btrfs_leaf, items), items 319 fs/btrfs/ctree.h struct btrfs_item items[]; items 1130 fs/btrfs/ctree.h #define BTRFS_LEAF_DATA_OFFSET offsetof(struct btrfs_leaf, items) items 1729 fs/btrfs/ctree.h return offsetof(struct btrfs_leaf, items) + items 446 fs/btrfs/delayed-inode.c atomic_inc(&delayed_node->root->fs_info->delayed_root->items); items 469 fs/btrfs/delayed-inode.c if ((atomic_dec_return(&delayed_root->items) < items 1331 fs/btrfs/delayed-inode.c if (atomic_read(&delayed_root->items) < items 1403 fs/btrfs/delayed-inode.c if (atomic_read(&delayed_root->items) < BTRFS_DELAYED_BACKGROUND) items 1413 fs/btrfs/delayed-inode.c if ((atomic_read(&delayed_root->items) < BTRFS_DELAYED_BACKGROUND) || items 1417 fs/btrfs/delayed-inode.c if (atomic_read(&delayed_root->items) >= BTRFS_DELAYED_WRITEBACK) { items 1852 fs/btrfs/delayed-inode.c atomic_inc(&root->fs_info->delayed_root->items); items 1896 fs/btrfs/delayed-inode.c atomic_inc(&fs_info->delayed_root->items); items 32 fs/btrfs/delayed-inode.h atomic_t items; /* for delayed items */ items 79 fs/btrfs/delayed-inode.h atomic_set(&delayed_root->items, 0); items 520 fs/btrfs/root-tree.c struct btrfs_block_rsv *rsv, int items, items 538 fs/btrfs/root-tree.c num_bytes = btrfs_calc_insert_metadata_size(fs_info, items); items 363 fs/btrfs/space-info.c u64 items; items 369 fs/btrfs/space-info.c items = calc_reclaim_items_nr(fs_info, to_reclaim); items 370 fs/btrfs/space-info.c to_reclaim = items * EXTENT_SIZE_PER_ITEM; items 382 fs/btrfs/space-info.c btrfs_wait_ordered_roots(fs_info, items, 0, (u64)-1); items 403 fs/btrfs/space-info.c btrfs_writeback_inodes_sb_nr(fs_info, nr_pages, items); items 437 fs/btrfs/space-info.c btrfs_wait_ordered_roots(fs_info, items, 0, (u64)-1); items 518 include/linux/bpf.h struct bpf_prog_array_item items[0]; items 549 include/linux/bpf.h _item = &_array->items[0]; \ items 594 include/linux/bpf.h _item = &_array->items[0]; \ items 85 include/linux/counter.h const char * const *items; items 226 include/linux/counter.h const char * const *items; items 411 include/linux/counter.h const char * const *items; items 138 include/linux/crush/crush.h __s32 *items; items 1994 include/linux/greybus/greybus_protocols.h __le32 items; items 72 include/linux/iio/iio.h const char * const *items; items 465 include/linux/kvm_host.h struct list_head items; items 156 include/linux/platform_data/mlxreg.h struct mlxreg_core_item *items; items 174 include/sound/control.h unsigned int items, const char *const names[]); items 200 include/sound/soc.h .items = xitems, .texts = xtexts, \ items 205 include/sound/soc.h { .items = xitems, .texts = xtexts } items 208 include/sound/soc.h .mask = xmask, .items = xitems, .texts = xtexts, .values = xvalues} items 213 include/sound/soc.h .mask = xmask, .items = xitems, .texts = xtexts, \ items 1203 include/sound/soc.h unsigned int items; items 1244 include/sound/soc.h for (i = 0; i < e->items; i++) items 417 include/uapi/sound/asoc.h __le32 items; items 921 include/uapi/sound/asound.h unsigned int items; /* R: number of items */ items 170 kernel/bpf/cgroup.c progs->items[cnt].prog = pl->prog; items 172 kernel/bpf/cgroup.c progs->items[cnt].cgroup_storage[stype] = items 1809 kernel/bpf/core.c for (item = array->items; item->prog; item++) items 1819 kernel/bpf/core.c for (item = array->items; item->prog; item++) items 1832 kernel/bpf/core.c for (item = array->items; item->prog; item++) { items 1876 kernel/bpf/core.c for (item = array->items; item->prog; item++) items 1898 kernel/bpf/core.c existing = old_array->items; items 1932 kernel/bpf/core.c existing = old_array->items; items 1936 kernel/bpf/core.c array->items[new_prog_idx++].prog = items 1941 kernel/bpf/core.c array->items[new_prog_idx++].prog = include_prog; items 1942 kernel/bpf/core.c array->items[new_prog_idx].prog = NULL; items 84 kernel/bpf/devmap.c unsigned int items; items 574 kernel/bpf/devmap.c dtab->items--; items 692 kernel/bpf/devmap.c if (dtab->items >= dtab->map.max_entries) { items 697 kernel/bpf/devmap.c dtab->items++; items 759 kernel/bpf/devmap.c dtab->items--; items 82 lib/test_parman.c struct test_parman_item items[TEST_PARMAN_ITEM_COUNT]; items 193 lib/test_parman.c struct test_parman_item *item = &test_parman->items[i]; items 207 lib/test_parman.c struct test_parman_item *item = &test_parman->items[i]; items 275 lib/test_parman.c struct test_parman_item *item = &test_parman->items[item_index]; items 50 net/ceph/crush/crush.c kfree(b->h.items); items 58 net/ceph/crush/crush.c kfree(b->h.items); items 64 net/ceph/crush/crush.c kfree(b->h.items); items 73 net/ceph/crush/crush.c kfree(b->h.items); items 80 net/ceph/crush/crush.c kfree(b->h.items); items 131 net/ceph/crush/mapper.c return bucket->items[s]; items 148 net/ceph/crush/mapper.c __u64 w = crush_hash32_4(bucket->h.hash, x, bucket->h.items[i], items 153 net/ceph/crush/mapper.c i, x, r, bucket->h.items[i], bucket->item_weights[i], items 159 net/ceph/crush/mapper.c return bucket->h.items[i]; items 164 net/ceph/crush/mapper.c return bucket->h.items[0]; items 222 net/ceph/crush/mapper.c return bucket->h.items[n >> 1]; items 237 net/ceph/crush/mapper.c draw = crush_hash32_3(bucket->h.hash, x, bucket->h.items[i], r); items 245 net/ceph/crush/mapper.c return bucket->h.items[high]; items 321 net/ceph/crush/mapper.c return bucket->h.items; items 372 net/ceph/crush/mapper.c return bucket->h.items[high]; items 405 net/ceph/crush/mapper.c return in->items[0]; items 432 net/ceph/osdmap.c b->items = kcalloc(b->size, sizeof(__s32), GFP_NOFS); items 433 net/ceph/osdmap.c if (b->items == NULL) items 438 net/ceph/osdmap.c b->items[j] = ceph_decode_32(p); items 394 security/selinux/ss/avtab.c u32 items, items2, val, vers = pol->policyvers; items 422 security/selinux/ss/avtab.c items = 0; items 424 security/selinux/ss/avtab.c val = le32_to_cpu(buf32[items++]); items 430 security/selinux/ss/avtab.c val = le32_to_cpu(buf32[items++]); items 436 security/selinux/ss/avtab.c val = le32_to_cpu(buf32[items++]); items 443 security/selinux/ss/avtab.c val = le32_to_cpu(buf32[items++]); items 463 security/selinux/ss/avtab.c datum.u.data = le32_to_cpu(buf32[items++]); items 470 security/selinux/ss/avtab.c if (items != items2) { items 472 security/selinux/ss/avtab.c items2, items); items 484 security/selinux/ss/avtab.c items = 0; items 485 security/selinux/ss/avtab.c key.source_type = le16_to_cpu(buf16[items++]); items 486 security/selinux/ss/avtab.c key.target_type = le16_to_cpu(buf16[items++]); items 487 security/selinux/ss/avtab.c key.target_class = le16_to_cpu(buf16[items++]); items 488 security/selinux/ss/avtab.c key.specified = le16_to_cpu(buf16[items++]); items 963 security/selinux/ss/policydb.c u32 items; items 971 security/selinux/ss/policydb.c items = le32_to_cpu(buf[0]); items 972 security/selinux/ss/policydb.c if (items > ARRAY_SIZE(buf)) { items 977 security/selinux/ss/policydb.c rc = next_entry(buf, fp, sizeof(u32) * items); items 984 security/selinux/ss/policydb.c if (items > 1) items 994 security/selinux/ss/policydb.c if (items > 1) { items 2563 security/selinux/ss/policydb.c size_t items; items 2569 security/selinux/ss/policydb.c items = 2; items 2571 security/selinux/ss/policydb.c items = 3; items 2572 security/selinux/ss/policydb.c buf[0] = cpu_to_le32(items-1); items 2577 security/selinux/ss/policydb.c BUG_ON(items > ARRAY_SIZE(buf)); items 2579 security/selinux/ss/policydb.c rc = put_entry(buf, sizeof(u32), items, fp); items 2949 security/selinux/ss/policydb.c size_t items, len; items 2953 security/selinux/ss/policydb.c items = 0; items 2954 security/selinux/ss/policydb.c buf[items++] = cpu_to_le32(len); items 2955 security/selinux/ss/policydb.c buf[items++] = cpu_to_le32(role->value); items 2957 security/selinux/ss/policydb.c buf[items++] = cpu_to_le32(role->bounds); items 2959 security/selinux/ss/policydb.c BUG_ON(items > ARRAY_SIZE(buf)); items 2961 security/selinux/ss/policydb.c rc = put_entry(buf, sizeof(u32), items, fp); items 2989 security/selinux/ss/policydb.c size_t items, len; items 2992 security/selinux/ss/policydb.c items = 0; items 2993 security/selinux/ss/policydb.c buf[items++] = cpu_to_le32(len); items 2994 security/selinux/ss/policydb.c buf[items++] = cpu_to_le32(typdatum->value); items 3004 security/selinux/ss/policydb.c buf[items++] = cpu_to_le32(properties); items 3005 security/selinux/ss/policydb.c buf[items++] = cpu_to_le32(typdatum->bounds); items 3007 security/selinux/ss/policydb.c buf[items++] = cpu_to_le32(typdatum->primary); items 3009 security/selinux/ss/policydb.c BUG_ON(items > ARRAY_SIZE(buf)); items 3010 security/selinux/ss/policydb.c rc = put_entry(buf, sizeof(u32), items, fp); items 3029 security/selinux/ss/policydb.c size_t items, len; items 3033 security/selinux/ss/policydb.c items = 0; items 3034 security/selinux/ss/policydb.c buf[items++] = cpu_to_le32(len); items 3035 security/selinux/ss/policydb.c buf[items++] = cpu_to_le32(usrdatum->value); items 3037 security/selinux/ss/policydb.c buf[items++] = cpu_to_le32(usrdatum->bounds); items 3038 security/selinux/ss/policydb.c BUG_ON(items > ARRAY_SIZE(buf)); items 3039 security/selinux/ss/policydb.c rc = put_entry(buf, sizeof(u32), items, fp); items 1051 sound/core/control.c item = min(item, uinfo->value.enumerated.items - 1); items 1178 sound/core/control.c for (i = 0; i < ue->info.value.enumerated.items; ++i) { items 1278 sound/core/control.c info->value.enumerated.items == 0) items 1937 sound/core/control.c unsigned int items, const char *const names[]) items 1941 sound/core/control.c info->value.enumerated.items = items; items 1942 sound/core/control.c if (!items) items 1944 sound/core/control.c if (info->value.enumerated.item >= items) items 1945 sound/core/control.c info->value.enumerated.item = items - 1; items 70 sound/core/control_compat.c u32 items; items 1060 sound/core/oss/mixer_oss.c for (slot.capture_item = 1; slot.capture_item < uinfo->value.enumerated.items; slot.capture_item++) { items 51 sound/drivers/pcsp/pcsp_mixer.c uinfo->value.enumerated.items = chip->max_treble + 1; items 59 sound/isa/msnd/msnd_pinnacle_mixer.c unsigned items = test_bit(F_HAVEDIGITAL, &chip->flags) ? 3 : 2; items 61 sound/isa/msnd/msnd_pinnacle_mixer.c return snd_ctl_enum_info(uinfo, 1, items, texts); items 3633 sound/pci/ac97/ac97_patch.c const char * const items[4]; items 3643 sound/pci/ac97/ac97_patch.c .items = { items 3651 sound/pci/ac97/ac97_patch.c .items = { items 3659 sound/pci/ac97/ac97_patch.c .items = { items 3669 sound/pci/ac97/ac97_patch.c vt1618_uaj[kcontrol->private_value].items); items 2191 sound/pci/asihpi/asihpi.c uinfo->value.enumerated.items = items 2194 sound/pci/asihpi/asihpi.c if (uinfo->value.enumerated.item >= uinfo->value.enumerated.items) items 2196 sound/pci/asihpi/asihpi.c uinfo->value.enumerated.items - 1; items 2376 sound/pci/asihpi/asihpi.c uinfo->value.enumerated.items = clkcache->count; items 2378 sound/pci/asihpi/asihpi.c if (uinfo->value.enumerated.item >= uinfo->value.enumerated.items) items 2380 sound/pci/asihpi/asihpi.c uinfo->value.enumerated.items - 1; items 1713 sound/pci/hda/hda_codec.c struct hda_nid_item *items = codec->mixers.list; items 1715 sound/pci/hda/hda_codec.c snd_ctl_remove(codec->card, items[i].kctl); items 1804 sound/pci/hda/hda_codec.c struct hda_nid_item *items; items 1808 sound/pci/hda/hda_codec.c items = codec->mixers.list; items 1810 sound/pci/hda/hda_codec.c struct snd_kcontrol *sctl = items[i].kctl; items 3475 sound/pci/hda/hda_codec.c uinfo->value.enumerated.items = imux->num_items; items 3481 sound/pci/hda/hda_codec.c strcpy(uinfo->value.enumerated.name, imux->items[index].label); items 3510 sound/pci/hda/hda_codec.c imux->items[idx].index); items 3970 sound/pci/hda/hda_codec.c if (!strncmp(label, imux->items[i].label, strlen(label))) items 3976 sound/pci/hda/hda_codec.c snprintf(imux->items[imux->num_items].label, items 3977 sound/pci/hda/hda_codec.c sizeof(imux->items[imux->num_items].label), items 3980 sound/pci/hda/hda_codec.c strlcpy(imux->items[imux->num_items].label, label, items 3981 sound/pci/hda/hda_codec.c sizeof(imux->items[imux->num_items].label)); items 3982 sound/pci/hda/hda_codec.c imux->items[imux->num_items].index = index; items 2315 sound/pci/hda/hda_generic.c uinfo->value.enumerated.items = spec->multi_ios + 1; items 2903 sound/pci/hda/hda_generic.c uinfo->value.enumerated.items = out_jacks + in_jacks; items 2904 sound/pci/hda/hda_generic.c if (uinfo->value.enumerated.item >= uinfo->value.enumerated.items) items 2905 sound/pci/hda/hda_generic.c uinfo->value.enumerated.item = uinfo->value.enumerated.items - 1; items 3711 sound/pci/hda/hda_generic.c idx = imux->items[i].index; items 3862 sound/pci/hda/hda_generic.c idx = imux->items[i].index; items 190 sound/pci/hda/hda_local.h struct hda_input_mux_item items[HDA_MAX_NUM_INPUTS]; items 52 sound/pci/hda/hda_proc.c struct hda_nid_item *items = array->list, *item; items 55 sound/pci/hda/hda_proc.c item = &items[i]; items 5284 sound/pci/hda/patch_ca0132.c uinfo->value.enumerated.items = MIC_BOOST_NUM_OF_STEPS; items 5308 sound/pci/hda/patch_ca0132.c unsigned int items = MIC_BOOST_NUM_OF_STEPS; items 5310 sound/pci/hda/patch_ca0132.c if (sel >= items) items 5336 sound/pci/hda/patch_ca0132.c uinfo->value.enumerated.items = AE5_HEADPHONE_GAIN_MAX; items 5362 sound/pci/hda/patch_ca0132.c unsigned int items = AE5_HEADPHONE_GAIN_MAX; items 5364 sound/pci/hda/patch_ca0132.c if (sel >= items) items 5390 sound/pci/hda/patch_ca0132.c uinfo->value.enumerated.items = AE5_SOUND_FILTER_MAX; items 5415 sound/pci/hda/patch_ca0132.c unsigned int items = AE5_SOUND_FILTER_MAX; items 5417 sound/pci/hda/patch_ca0132.c if (sel >= items) items 5441 sound/pci/hda/patch_ca0132.c uinfo->value.enumerated.items = IN_SRC_NUM_OF_INPUTS; items 5465 sound/pci/hda/patch_ca0132.c unsigned int items = IN_SRC_NUM_OF_INPUTS; items 5467 sound/pci/hda/patch_ca0132.c if (sel >= items) items 5486 sound/pci/hda/patch_ca0132.c uinfo->value.enumerated.items = NUM_OF_OUTPUTS; items 5510 sound/pci/hda/patch_ca0132.c unsigned int items = NUM_OF_OUTPUTS; items 5513 sound/pci/hda/patch_ca0132.c if (sel >= items) items 5542 sound/pci/hda/patch_ca0132.c uinfo->value.enumerated.items = NUM_OF_SVM_SETTINGS; items 5566 sound/pci/hda/patch_ca0132.c unsigned int items = NUM_OF_SVM_SETTINGS; items 5570 sound/pci/hda/patch_ca0132.c if (sel >= items) items 5602 sound/pci/hda/patch_ca0132.c unsigned int items = ARRAY_SIZE(ca0132_alt_eq_presets); items 5606 sound/pci/hda/patch_ca0132.c uinfo->value.enumerated.items = items; items 5607 sound/pci/hda/patch_ca0132.c if (uinfo->value.enumerated.item >= items) items 5608 sound/pci/hda/patch_ca0132.c uinfo->value.enumerated.item = items - 1; items 5631 sound/pci/hda/patch_ca0132.c unsigned int items = ARRAY_SIZE(ca0132_alt_eq_presets); items 5633 sound/pci/hda/patch_ca0132.c if (sel >= items) items 5659 sound/pci/hda/patch_ca0132.c unsigned int items = ARRAY_SIZE(ca0132_voicefx_presets); items 5663 sound/pci/hda/patch_ca0132.c uinfo->value.enumerated.items = items; items 5664 sound/pci/hda/patch_ca0132.c if (uinfo->value.enumerated.item >= items) items 5665 sound/pci/hda/patch_ca0132.c uinfo->value.enumerated.item = items - 1; items 325 sound/pci/hda/patch_conexant.c .items = { items 390 sound/pci/hda/patch_conexant.c val = olpc_xo_dc_bias.items[spec->dc_input_bias].index; items 1844 sound/pci/ice1712/ice1724.c uinfo->value.enumerated.items = hw_rates_count; items 1848 sound/pci/ice1712/ice1724.c uinfo->value.enumerated.items += ice->ext_clock_count; items 1850 sound/pci/ice1712/ice1724.c if (uinfo->value.enumerated.item >= uinfo->value.enumerated.items) items 1851 sound/pci/ice1712/ice1724.c uinfo->value.enumerated.item = uinfo->value.enumerated.items - 1; items 245 sound/pci/lola/lola.h unsigned int items; items 128 sound/pci/lola/lola_clock.c chip->clock.items = val & 0xff; items 130 sound/pci/lola/lola_clock.c chip->clock.items); items 131 sound/pci/lola/lola_clock.c if (chip->clock.items > MAX_SAMPLE_CLOCK_COUNT) { items 133 sound/pci/lola/lola_clock.c chip->clock.items); items 137 sound/pci/lola/lola_clock.c nitems = chip->clock.items; items 143 sound/pci/lola/lola_clock.c unsigned short items[4]; items 152 sound/pci/lola/lola_clock.c items[0] = val & 0xfff; items 153 sound/pci/lola/lola_clock.c items[1] = (val >> 16) & 0xfff; items 154 sound/pci/lola/lola_clock.c items[2] = res_ex & 0xfff; items 155 sound/pci/lola/lola_clock.c items[3] = (res_ex >> 16) & 0xfff; items 158 sound/pci/lola/lola_clock.c unsigned char type = items[j] >> 8; items 159 sound/pci/lola/lola_clock.c unsigned int freq = items[j] & 0xff; items 176 sound/pci/lola/lola_clock.c if (items[j] & 0x80) items 191 sound/pci/lola/lola_clock.c chip->clock.items--; items 301 sound/pci/lola/lola_clock.c for (i = 0; i < chip->clock.items; i++) { items 306 sound/pci/lola/lola_clock.c if (i >= chip->clock.items) items 59 sound/pci/lola/lola_proc.c unsigned short items[4]; items 64 sound/pci/lola/lola_proc.c items[0] = val & 0xfff; items 65 sound/pci/lola/lola_proc.c items[1] = (val >> 16) & 0xfff; items 66 sound/pci/lola/lola_proc.c items[2] = res_ex & 0xfff; items 67 sound/pci/lola/lola_proc.c items[3] = (res_ex >> 16) & 0xfff; items 69 sound/pci/lola/lola_proc.c unsigned char type = items[j] >> 8; items 70 sound/pci/lola/lola_proc.c unsigned int freq = items[j] & 0xff; items 1629 sound/pci/rme32.c unsigned int items = 3; items 1637 sound/pci/rme32.c items = 3; items 1640 sound/pci/rme32.c items = 4; items 1646 sound/pci/rme32.c if (ucontrol->value.enumerated.item[0] >= items) { items 1647 sound/pci/rme32.c ucontrol->value.enumerated.item[0] = items - 1; items 1659 sound/pci/rme32.c int change, items = 3; items 1664 sound/pci/rme32.c items = 3; items 1667 sound/pci/rme32.c items = 4; items 1673 sound/pci/rme32.c val = ucontrol->value.enumerated.item[0] % items; items 1933 sound/pci/rme96.c unsigned int items = 3; items 1941 sound/pci/rme96.c items = 3; items 1944 sound/pci/rme96.c items = 4; items 1952 sound/pci/rme96.c items = 4; items 1954 sound/pci/rme96.c items = 5; items 1961 sound/pci/rme96.c if (ucontrol->value.enumerated.item[0] >= items) { items 1962 sound/pci/rme96.c ucontrol->value.enumerated.item[0] = items - 1; items 1973 sound/pci/rme96.c int change, items = 3; items 1978 sound/pci/rme96.c items = 3; items 1981 sound/pci/rme96.c items = 4; items 1985 sound/pci/rme96.c items = 4; items 1987 sound/pci/rme96.c items = 5; items 1994 sound/pci/rme96.c val = ucontrol->value.enumerated.item[0] % items; items 81 sound/soc/atmel/tse850-pcm5142.c if (val >= e->items) items 111 sound/soc/atmel/tse850-pcm5142.c if (val >= e->items) items 197 sound/soc/atmel/tse850-pcm5142.c if (uV >= e->items) items 198 sound/soc/codecs/adau17x1.c if (ucontrol->value.enumerated.item[0] >= e->items) items 1027 sound/soc/codecs/cs43130.c if (item[0] >= e->items) items 67 sound/soc/codecs/cs47l92.c if (ucontrol->value.enumerated.item[0] > e->items - 1) items 974 sound/soc/codecs/hdac_hdmi.c char *items[HDA_MAX_CONNECTIONS]; items 1002 sound/soc/codecs/hdac_hdmi.c se->items = num_items; items 1003 sound/soc/codecs/hdac_hdmi.c se->mask = roundup_pow_of_two(se->items) - 1; items 1006 sound/soc/codecs/hdac_hdmi.c items[i] = devm_kstrdup(&hdev->dev, mux_items, GFP_KERNEL); items 1007 sound/soc/codecs/hdac_hdmi.c if (!items[i]) items 1013 sound/soc/codecs/hdac_hdmi.c items[i] = devm_kstrdup(&hdev->dev, mux_items, GFP_KERNEL); items 1014 sound/soc/codecs/hdac_hdmi.c if (!items[i]) items 1018 sound/soc/codecs/hdac_hdmi.c se->texts = devm_kmemdup(&hdev->dev, items, items 505 sound/soc/codecs/madera.c if (ucontrol->value.enumerated.item[0] > e->items - 1) items 852 sound/soc/codecs/madera.c if (item >= e->items) items 1012 sound/soc/codecs/madera.c if (item >= e->items) items 1607 sound/soc/codecs/max98088.c max98088->eq_enum.items = max98088->eq_textcnt; items 1622 sound/soc/codecs/max98095.c max98095->eq_enum.items = max98095->eq_textcnt; items 1774 sound/soc/codecs/max98095.c max98095->bq_enum.items = max98095->bq_textcnt; items 2014 sound/soc/codecs/wm8904.c wm8904->retune_mobile_enum.items = wm8904->num_retune_mobile_texts; items 2052 sound/soc/codecs/wm8904.c wm8904->drc_enum.items = pdata->num_drc_cfgs; items 941 sound/soc/codecs/wm8958-dsp2.c wm8994->mbc_enum.items = pdata->num_mbc_cfgs; items 967 sound/soc/codecs/wm8958-dsp2.c wm8994->vss_enum.items = pdata->num_vss_cfgs; items 994 sound/soc/codecs/wm8958-dsp2.c wm8994->vss_hpf_enum.items = pdata->num_vss_hpf_cfgs; items 1022 sound/soc/codecs/wm8958-dsp2.c wm8994->enh_eq_enum.items = pdata->num_enh_eq_cfgs; items 3259 sound/soc/codecs/wm8994.c wm8994->retune_mobile_enum.items = wm8994->num_retune_mobile_texts; items 3311 sound/soc/codecs/wm8994.c wm8994->drc_enum.items = pdata->num_drc_cfgs; items 2592 sound/soc/codecs/wm8996.c wm8996->retune_mobile_enum.items = wm8996->num_retune_mobile_texts; items 134 sound/soc/intel/atom/sst-atom-controls.c uinfo->value.enumerated.items = e->max; items 1100 sound/soc/mediatek/common/mtk-btcvsd.c if (ucontrol->value.enumerated.item[0] >= e->items) items 217 sound/soc/mediatek/mt8183/mt8183-dai-adda.c if (ucontrol->value.enumerated.item[0] >= e->items) items 145 sound/soc/mediatek/mt8183/mt8183-dai-i2s.c if (ucontrol->value.enumerated.item[0] >= e->items) items 1485 sound/soc/sh/rcar/core.c uinfo->value.enumerated.items = cfg->max; items 771 sound/soc/soc-dapm.c i = match_string(e->texts, e->items, control_name); items 3485 sound/soc/soc-dapm.c if (item[0] >= e->items) items 3491 sound/soc/soc-dapm.c if (item[1] > e->items) items 4091 sound/soc/soc-dapm.c w_param_enum[0].items = num_params; items 46 sound/soc/soc-ops.c e->items, e->texts); items 102 sound/soc/soc-ops.c if (item[0] >= e->items) items 107 sound/soc/soc-ops.c if (item[1] >= e->items) items 938 sound/soc/soc-topology.c kcalloc(le32_to_cpu(ec->items), sizeof(char *), GFP_KERNEL); items 942 sound/soc/soc-topology.c for (i = 0; i < le32_to_cpu(ec->items); i++) { items 957 sound/soc/soc-topology.c se->items = le32_to_cpu(ec->items); items 962 sound/soc/soc-topology.c se->items = i; items 969 sound/soc/soc-topology.c int i = se->items; items 981 sound/soc/soc-topology.c if (le32_to_cpu(ec->items) > sizeof(*ec->values)) items 984 sound/soc/soc-topology.c se->dobj.control.dvalues = kzalloc(le32_to_cpu(ec->items) * items 991 sound/soc/soc-topology.c for (i = 0; i < le32_to_cpu(ec->items); i++) { items 1036 sound/soc/soc-topology.c ec->hdr.name, ec->items); items 1445 sound/soc/soc-topology.c se->items = le32_to_cpu(ec->items); items 113 sound/soc/ti/ams-delta.c if (ucontrol->value.enumerated.item[0] >= control->items) items 196 sound/usb/line6/toneport.c uinfo->value.enumerated.items = size; items 372 sound/usb/mixer_scarlett.c unsigned int items = opt->len; items 376 sound/usb/mixer_scarlett.c uinfo->value.enumerated.items = items; items 378 sound/usb/mixer_scarlett.c if (uinfo->value.enumerated.item >= items) items 379 sound/usb/mixer_scarlett.c uinfo->value.enumerated.item = items - 1; items 1572 sound/usb/mixer_scarlett_gen2.c int items = private->num_mux_srcs; items 1577 sound/usb/mixer_scarlett_gen2.c uinfo->value.enumerated.items = items; items 1579 sound/usb/mixer_scarlett_gen2.c if (item >= items) items 1580 sound/usb/mixer_scarlett_gen2.c item = uinfo->value.enumerated.item = items - 1; items 921 tools/include/uapi/sound/asound.h unsigned int items; /* R: number of items */ items 59 tools/perf/builtin-config.c perf_config_items__for_each_entry(§ion->items, item) { items 84 tools/perf/builtin-config.c perf_config_items__for_each_entry(§ion->items, item) { items 38 tools/perf/scripts/perl/Perf-Trace-Util/Context.c if (items != 1) items 61 tools/perf/scripts/perl/Perf-Trace-Util/Context.c if (items != 1) items 84 tools/perf/scripts/perl/Perf-Trace-Util/Context.c if (items != 1) items 112 tools/perf/scripts/perl/Perf-Trace-Util/Context.c PERL_UNUSED_VAR(items); /* -W */ items 527 tools/perf/util/config.c list_for_each_entry(item, §ion->items, node) items 542 tools/perf/util/config.c INIT_LIST_HEAD(§ion->items); items 569 tools/perf/util/config.c list_add_tail(&item->node, §ion->items); items 780 tools/perf/util/config.c list_for_each_entry_safe(item, tmp, §ion->items, node) { items 17 tools/perf/util/config.h struct list_head items; items 68 tools/perf/util/config.h perf_config_items__for_each_entry(§ion->items, item) items 1629 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c memset(decoder->state.items.mask, 0, sizeof(decoder->state.items.mask)); items 1630 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c decoder->state.items.is_32_bit = false; items 1635 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c decoder->state.items.is_32_bit = decoder->packet.count; items 1639 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c } else if (decoder->state.items.mask[decoder->blk_type_pos]) { items 1657 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c if (decoder->state.items.mask[pos] & bit) { items 1662 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c decoder->state.items.mask[pos] |= bit; items 1663 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c decoder->state.items.val[pos][id] = decoder->packet.payload; items 221 tools/perf/util/intel-pt-decoder/intel-pt-decoder.h struct intel_pt_blk_items items; items 1595 tools/perf/util/intel-pt.c const struct intel_pt_blk_items *items, items 1598 tools/perf/util/intel-pt.c const u64 *gp_regs = items->val[INTEL_PT_GP_REGS_POS]; items 1599 tools/perf/util/intel-pt.c u32 mask = items->mask[INTEL_PT_GP_REGS_POS]; items 1628 tools/perf/util/intel-pt.c const struct intel_pt_blk_items *items, items 1631 tools/perf/util/intel-pt.c u32 mask = items->has_xmm & (regs_mask >> PERF_REG_X86_XMM0); items 1632 tools/perf/util/intel-pt.c const u64 *xmm = items->xmm; items 1673 tools/perf/util/intel-pt.c const struct intel_pt_blk_items *items) items 1683 tools/perf/util/intel-pt.c u32 mask = items->mask[i]; items 1684 tools/perf/util/intel-pt.c const u64 *from = items->val[i]; items 1702 tools/perf/util/intel-pt.c const struct intel_pt_blk_items *items = &ptq->state->items; items 1723 tools/perf/util/intel-pt.c if (items->has_ip) items 1724 tools/perf/util/intel-pt.c sample.ip = items->ip; items 1725 tools/perf/util/intel-pt.c else if (items->has_rip) items 1726 tools/perf/util/intel-pt.c sample.ip = items->rip; items 1742 tools/perf/util/intel-pt.c if (items->has_timestamp) items 1743 tools/perf/util/intel-pt.c timestamp = items->timestamp; items 1759 tools/perf/util/intel-pt.c items->mask[INTEL_PT_GP_REGS_POS]) { items 1764 tools/perf/util/intel-pt.c sample.intr_regs.abi = items->is_32_bit ? items 1769 tools/perf/util/intel-pt.c pos = intel_pt_add_gp_regs(&sample.intr_regs, regs, items, regs_mask); items 1771 tools/perf/util/intel-pt.c intel_pt_add_xmm(&sample.intr_regs, pos, items, regs_mask); items 1780 tools/perf/util/intel-pt.c if (items->mask[INTEL_PT_LBR_0_POS] || items 1781 tools/perf/util/intel-pt.c items->mask[INTEL_PT_LBR_1_POS] || items 1782 tools/perf/util/intel-pt.c items->mask[INTEL_PT_LBR_2_POS]) { items 1783 tools/perf/util/intel-pt.c intel_pt_add_lbrs(&br.br_stack, items); items 1794 tools/perf/util/intel-pt.c if (sample_type & PERF_SAMPLE_ADDR && items->has_mem_access_address) items 1795 tools/perf/util/intel-pt.c sample.addr = items->mem_access_address; items 1802 tools/perf/util/intel-pt.c if (items->has_mem_access_latency) items 1803 tools/perf/util/intel-pt.c sample.weight = items->mem_access_latency; items 1804 tools/perf/util/intel-pt.c if (!sample.weight && items->has_tsx_aux_info) { items 1806 tools/perf/util/intel-pt.c sample.weight = (u32)items->tsx_aux_info; items 1810 tools/perf/util/intel-pt.c if (sample_type & PERF_SAMPLE_TRANSACTION && items->has_tsx_aux_info) { items 1811 tools/perf/util/intel-pt.c u64 ax = items->has_rax ? items->rax : 0; items 1813 tools/perf/util/intel-pt.c u64 txn = (u8)(items->tsx_aux_info >> 32); items 1131 tools/perf/util/machine.c int i, items = 0; items 1143 tools/perf/util/machine.c items = scandir(symbol_conf.guestmount, &namelist, NULL, NULL); items 1144 tools/perf/util/machine.c if (items <= 0) items 1146 tools/perf/util/machine.c for (i = 0; i < items; i++) { items 37 tools/perf/util/thread_map.c int items; items 42 tools/perf/util/thread_map.c items = scandir(name, &namelist, filter, NULL); items 43 tools/perf/util/thread_map.c if (items <= 0) items 46 tools/perf/util/thread_map.c threads = thread_map__alloc(items); items 48 tools/perf/util/thread_map.c for (i = 0; i < items; i++) items 50 tools/perf/util/thread_map.c threads->nr = items; items 54 tools/perf/util/thread_map.c for (i=0; i<items; i++) items 77 tools/perf/util/thread_map.c int max_threads = 32, items, i; items 110 tools/perf/util/thread_map.c items = scandir(path, &namelist, filter, NULL); items 111 tools/perf/util/thread_map.c if (items <= 0) items 114 tools/perf/util/thread_map.c while (threads->nr + items >= max_threads) { items 129 tools/perf/util/thread_map.c for (i = 0; i < items; i++) { items 134 tools/perf/util/thread_map.c for (i = 0; i < items; i++) items 138 tools/perf/util/thread_map.c threads->nr += items; items 151 tools/perf/util/thread_map.c for (i = 0; i < items; i++) items 185 tools/perf/util/thread_map.c int items, total_tasks = 0; items 208 tools/perf/util/thread_map.c items = scandir(name, &namelist, filter, NULL); items 209 tools/perf/util/thread_map.c if (items <= 0) items 212 tools/perf/util/thread_map.c total_tasks += items; items 219 tools/perf/util/thread_map.c for (i = 0; i < items; i++) { items 234 tools/perf/util/thread_map.c for (i = 0; i < items; i++) items 134 tools/testing/radix-tree/tag_check.c struct item *items[BATCH]; items 139 tools/testing/radix-tree/tag_check.c while ((nr_found = radix_tree_gang_lookup_tag(tree, (void **)items, items 144 tools/testing/radix-tree/tag_check.c struct item *item = items[i]; items 153 tools/testing/radix-tree/tag_check.c index = items[nr_found - 1]->index + 1; items 311 tools/testing/radix-tree/tag_check.c struct item *items[BATCH]; items 318 tools/testing/radix-tree/tag_check.c ret = radix_tree_gang_lookup_tag(&tree, (void **)items, 0, BATCH, 0); items 320 tools/testing/radix-tree/tag_check.c ret = radix_tree_gang_lookup_tag(&tree, (void **)items, 1, BATCH, 0); items 326 tools/testing/radix-tree/tag_check.c ret = radix_tree_gang_lookup_tag(&tree, (void **)items, 0, BATCH, 1); items 329 tools/testing/radix-tree/tag_check.c ret = radix_tree_gang_lookup_tag(&tree, (void **)items, 0, BATCH, 0); items 120 tools/testing/radix-tree/test.c struct item *items[chunk]; items 131 tools/testing/radix-tree/test.c nfound = radix_tree_gang_lookup(root, (void **)items, items 135 tools/testing/radix-tree/test.c assert(items[i]->index == start + into + i); items 146 tools/testing/radix-tree/test.c struct item *items[chunk]; items 154 tools/testing/radix-tree/test.c while ((nfound = radix_tree_gang_lookup(root, (void **)items, into, items 158 tools/testing/radix-tree/test.c assert(items[i]->index == this_index); items 167 tools/testing/radix-tree/test.c nfound = radix_tree_gang_lookup(root, (void **)items, items 381 virt/kvm/eventfd.c list_for_each_entry(tmp, &kvm->irqfds.items, list) { items 393 virt/kvm/eventfd.c list_add_tail(&irqfd->list, &kvm->irqfds.items); items 515 virt/kvm/eventfd.c INIT_LIST_HEAD(&kvm->irqfds.items); items 538 virt/kvm/eventfd.c list_for_each_entry_safe(irqfd, tmp, &kvm->irqfds.items, list) { items 589 virt/kvm/eventfd.c list_for_each_entry_safe(irqfd, tmp, &kvm->irqfds.items, list) items 612 virt/kvm/eventfd.c list_for_each_entry(irqfd, &kvm->irqfds.items, list) {