/kernel/linux/linux-5.10/scripts/ |
H A D | recordmcount.h | 196 int index; in get_symindex() local 203 index = offset / sizeof(*sym); in get_symindex() 205 return w(symtab_shndx[index]); in get_symindex()
|
/kernel/linux/linux-5.10/sound/soc/meson/ |
H A D | axg-pdm.c | 322 static void axg_pdm_set_lpf_ctrl(struct axg_pdm *priv, unsigned int index) in axg_pdm_set_lpf_ctrl() argument 324 const struct axg_pdm_lpf *lpf = &priv->cfg->filters->lpf[index]; in axg_pdm_set_lpf_ctrl() 325 unsigned int offset = index * regmap_get_reg_stride(priv->map) in axg_pdm_set_lpf_ctrl()
|
/kernel/linux/linux-5.10/tools/iio/ |
H A D | iio_utils.c | 285 * bsort_channel_array_by_index() - sort the array in index order 297 if (ci_array[y].index > ci_array[y + 1].index) { in bsort_channel_array_by_index() 457 if (fscanf(sysfsfp, "%u", ¤t->index) != 1) { in build_channel_array() 507 /* reorder so that the array is in index order */ in build_channel_array()
|
/kernel/linux/linux-5.10/tools/power/acpi/os_specific/service_layers/ |
H A D | oslinuxtbl.c | 332 * PARAMETERS: index - Which table to get 341 * DESCRIPTION: Get an ACPI table via an index value (0 through n). Returns 342 * AE_LIMIT when an invalid index is reached. Index is not 343 * necessarily an index into the RSDT/XSDT. 348 acpi_os_get_table_by_index(u32 index, in acpi_os_get_table_by_index() argument 365 if (index >= gbl_table_count) { in acpi_os_get_table_by_index() 372 for (i = 0; i < index; i++) { in acpi_os_get_table_by_index()
|
/kernel/linux/linux-5.10/fs/nilfs2/ |
H A D | dir.c | 127 if ((dir->i_size >> PAGE_SHIFT) == page->index) { in nilfs_check_page() 174 dir->i_ino, error, (page->index << PAGE_SHIFT) + offs, in nilfs_check_page() 182 dir->i_ino, (page->index << PAGE_SHIFT) + offs, in nilfs_check_page()
|
/kernel/linux/linux-5.10/fs/ecryptfs/ |
H A D | ecryptfs_kernel.h | 373 /* Inherits from msg_ctx->index */ 374 u32 index; member 390 u32 index; member 680 struct page *ecryptfs_get_locked_page(struct inode *inode, loff_t index);
|
/kernel/linux/linux-5.10/fs/ext2/ |
H A D | dir.c | 127 if ((dir->i_size >> PAGE_SHIFT) == page->index) { in ext2_check_page() 181 dir->i_ino, error, (page->index<<PAGE_SHIFT)+offs, in ext2_check_page() 191 dir->i_ino, (page->index<<PAGE_SHIFT)+offs, in ext2_check_page()
|
/kernel/linux/linux-5.10/fs/ufs/ |
H A D | dir.c | 121 if ((dir->i_size >> PAGE_SHIFT) == page->index) { in ufs_check_page() 175 dir->i_ino, error, (page->index<<PAGE_SHIFT)+offs, in ufs_check_page() 183 dir->i_ino, (page->index<<PAGE_SHIFT)+offs); in ufs_check_page()
|
/kernel/linux/linux-5.10/drivers/ptp/ |
H A D | ptp_pch.c | 364 event.index = 0; in isr() 378 event.index = 1; in isr() 479 switch (rq->extts.index) { in ptp_pch_enable()
|
/kernel/linux/linux-5.10/drivers/media/usb/go7007/ |
H A D | s2250-board.c | 132 u16 value, u16 index, void *transfer_buffer, int length, int in) in go7007_usb_vendor_request() 141 value, index, transfer_buffer, length, timeout); in go7007_usb_vendor_request() 146 value, index, transfer_buffer, length, timeout); in go7007_usb_vendor_request() 131 go7007_usb_vendor_request(struct go7007 *go, u16 request, u16 value, u16 index, void *transfer_buffer, int length, int in) go7007_usb_vendor_request() argument
|
/kernel/linux/linux-5.10/drivers/staging/media/imx/ |
H A D | imx6-mipi-csi2.c | 424 if (csi2->sink_linked[local->index - 1]) { in csi2_link_setup() 428 csi2->sink_linked[local->index - 1] = true; in csi2_link_setup() 430 csi2->sink_linked[local->index - 1] = false; in csi2_link_setup()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | cpufreq.h | 325 unsigned int index); 345 * to 'index'. Core will take care of sending notifications and driver 354 unsigned int index); 356 unsigned int index); 706 * with index 730 * cpufreq_for_each_valid_entry_idx - iterate with index over a cpufreq
|
H A D | hugetlb.h | 71 * indicies into the associated mapping. from indicates the starting index 72 * of the region. to represents the first index past the end of the region. 625 static inline unsigned hstate_index_to_shift(unsigned index) in hstate_index_to_shift() argument 627 return hstates[index].order + PAGE_SHIFT; in hstate_index_to_shift() 862 static inline unsigned hstate_index_to_shift(unsigned index) in hstate_index_to_shift() argument
|
/kernel/linux/linux-6.6/drivers/media/usb/go7007/ |
H A D | s2250-board.c | 132 u16 value, u16 index, void *transfer_buffer, int length, int in) in go7007_usb_vendor_request() 141 value, index, transfer_buffer, length, timeout); in go7007_usb_vendor_request() 146 value, index, transfer_buffer, length, timeout); in go7007_usb_vendor_request() 131 go7007_usb_vendor_request(struct go7007 *go, u16 request, u16 value, u16 index, void *transfer_buffer, int length, int in) go7007_usb_vendor_request() argument
|
/kernel/linux/linux-6.6/drivers/misc/eeprom/ |
H A D | at24.c | 538 static int at24_make_dummy_client(struct at24_data *at24, unsigned int index, in at24_make_dummy_client() argument 548 (index << at24->bank_addr_shift)); in at24_make_dummy_client() 556 at24->client_regmaps[index] = regmap; in at24_make_dummy_client()
|
/kernel/linux/linux-6.6/drivers/media/usb/uvc/ |
H A D | uvcvideo.h | 97 u8 index; /* Bit index in bmControls */ member 136 u8 index; /* Used to match the uvc_control entry with a uvc_control_info. */ member 259 u8 index; member
|
/kernel/linux/linux-6.6/drivers/memory/tegra/ |
H A D | tegra186.c | 116 unsigned int i, index = 0; in tegra186_mc_probe_device() local 119 index, &args)) { in tegra186_mc_probe_device() 132 index++; in tegra186_mc_probe_device()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/pensando/ionic/ |
H A D | ionic_rx_filter.c | 270 .lif_index = cpu_to_le16(lif->index), in ionic_lif_list_addr() 316 ctx.cmd.rx_filter_add.lif_index = cpu_to_le16(lif->index), in ionic_lif_filter_add() 474 .lif_index = cpu_to_le16(lif->index), in ionic_lif_filter_del()
|
/kernel/linux/linux-6.6/drivers/accel/ivpu/ |
H A D | ivpu_fw.c | 87 const char *str, int index, u16 expected_major, u16 expected_minor, in ivpu_fw_check_api() 90 u16 major = (u16)(fw_hdr->api_version[index] >> 16); in ivpu_fw_check_api() 91 u16 minor = (u16)(fw_hdr->api_version[index]); in ivpu_fw_check_api() 86 ivpu_fw_check_api(struct ivpu_device *vdev, const struct vpu_firmware_header *fw_hdr, const char *str, int index, u16 expected_major, u16 expected_minor, u16 min_major) ivpu_fw_check_api() argument
|
/kernel/linux/linux-6.6/drivers/acpi/ |
H A D | pci_link.c | 10 * 1. Support more than one IRQ resource entry per link device (index). 606 int acpi_pci_link_allocate_irq(acpi_handle handle, int index, int *triggering, in acpi_pci_link_allocate_irq() argument 623 /* TBD: Support multiple index (IRQ) entries per Link Device */ in acpi_pci_link_allocate_irq() 624 if (index) { in acpi_pci_link_allocate_irq() 625 acpi_handle_err(handle, "Invalid index %d\n", index); in acpi_pci_link_allocate_irq()
|
/kernel/linux/linux-6.6/fs/nilfs2/ |
H A D | dir.c | 127 if ((dir->i_size >> PAGE_SHIFT) == page->index) { in nilfs_check_page() 174 dir->i_ino, error, (page->index << PAGE_SHIFT) + offs, in nilfs_check_page() 182 dir->i_ino, (page->index << PAGE_SHIFT) + offs, in nilfs_check_page()
|
/kernel/linux/linux-6.6/fs/fuse/ |
H A D | fuse_i.h | 963 unsigned int index, in fuse_page_descs_length_init() 968 for (i = index; i < index + nr_pages; i++) in fuse_page_descs_length_init() 962 fuse_page_descs_length_init(struct fuse_page_desc *descs, unsigned int index, unsigned int nr_pages) fuse_page_descs_length_init() argument
|
/kernel/linux/linux-6.6/fs/ecryptfs/ |
H A D | ecryptfs_kernel.h | 370 /* Inherits from msg_ctx->index */ 371 u32 index; member 387 u32 index; member 665 struct page *ecryptfs_get_locked_page(struct inode *inode, loff_t index);
|
/kernel/linux/linux-6.6/fs/ext2/ |
H A D | dir.c | 110 if ((dir->i_size >> PAGE_SHIFT) == page->index) { in ext2_check_page() 164 dir->i_ino, error, (page->index<<PAGE_SHIFT)+offs, in ext2_check_page() 174 dir->i_ino, (page->index<<PAGE_SHIFT)+offs, in ext2_check_page()
|
/kernel/linux/linux-6.6/fs/ufs/ |
H A D | dir.c | 127 if ((dir->i_size >> PAGE_SHIFT) == page->index) { in ufs_check_page() 181 dir->i_ino, error, (page->index<<PAGE_SHIFT)+offs, in ufs_check_page() 189 dir->i_ino, (page->index<<PAGE_SHIFT)+offs); in ufs_check_page()
|