/kernel/linux/linux-5.10/arch/um/os-Linux/ |
H A D | irq.c | 29 void *os_epoll_get_data_pointer(int index) in os_epoll_get_data_pointer() argument 31 return epoll_events[index].data.ptr; in os_epoll_get_data_pointer() 39 int os_epoll_triggered(int index, int events) in os_epoll_triggered() argument 41 return epoll_events[index].events & events; in os_epoll_triggered()
|
/kernel/linux/linux-5.10/arch/parisc/include/asm/ |
H A D | futex.h | 19 long index = ((long)uaddr & 0x7f8) >> 1; in _futex_spin_lock_irqsave() local 20 arch_spinlock_t *s = (arch_spinlock_t *)&lws_lock_start[index]; in _futex_spin_lock_irqsave() 29 long index = ((long)uaddr & 0x7f8) >> 1; in _futex_spin_unlock_irqrestore() local 30 arch_spinlock_t *s = (arch_spinlock_t *)&lws_lock_start[index]; in _futex_spin_unlock_irqrestore()
|
/kernel/linux/linux-6.6/arch/arm/mach-davinci/ |
H A D | mux.c | 31 int davinci_cfg_reg(const unsigned long index) in davinci_cfg_reg() argument 49 if (index >= soc_info->pinmux_pins_num) { in davinci_cfg_reg() 50 pr_err("Invalid pin mux index: %lu (%lu)\n", in davinci_cfg_reg() 51 index, soc_info->pinmux_pins_num); in davinci_cfg_reg() 56 cfg = &soc_info->pinmux_pins[index]; in davinci_cfg_reg() 59 pr_err("No entry for the specified index\n"); in davinci_cfg_reg()
|
/kernel/linux/linux-6.6/arch/sparc/include/asm/ |
H A D | ns87303.h | 87 static inline int ns87303_modify(unsigned long port, unsigned int index, in ns87303_modify() argument 99 if (index > 0x0d) in ns87303_modify() 104 outb(index, port); in ns87303_modify() 106 value &= ~(reserved[index] | clr); in ns87303_modify()
|
/kernel/linux/linux-6.6/arch/um/os-Linux/ |
H A D | irq.c | 29 void *os_epoll_get_data_pointer(int index) in os_epoll_get_data_pointer() argument 31 return epoll_events[index].data.ptr; in os_epoll_get_data_pointer() 39 int os_epoll_triggered(int index, int events) in os_epoll_triggered() argument 41 return epoll_events[index].events & events; in os_epoll_triggered()
|
/kernel/linux/linux-5.10/drivers/md/persistent-data/ |
H A D | dm-array.h | 29 * 'n - 1' will be the last valid index. 38 * b) Get yourself a root. The root is the index of a block of data on the 55 * f) Walk an array of values in index order with dm_array_walk(). More 129 typedef int (*value_fn)(uint32_t index, void *value_le, void *context); 144 * index - array index 147 * -ENODATA will be returned if the index is out of bounds. 150 uint32_t index, void *value); 157 * index - array index 201 unsigned index; global() member [all...] |
H A D | dm-bitset.h | 33 * b) Get yourself a root. The root is the index of a block of data on the 107 typedef int (*bit_value_fn)(uint32_t index, bool *value, void *context); 135 * index - the bit index 138 * -ENODATA will be returned if the index is out of bounds. 141 uint32_t index, dm_block_t *new_root); 148 * index - the bit index 151 * -ENODATA will be returned if the index is out of bounds. 154 uint32_t index, dm_block_ [all...] |
/kernel/linux/linux-5.10/drivers/iio/trigger/ |
H A D | stm32-lptimer-trigger.c | 73 u32 index; in stm32_lptim_trigger_probe() local 80 if (of_property_read_u32(pdev->dev.of_node, "reg", &index)) in stm32_lptim_trigger_probe() 83 if (index >= ARRAY_SIZE(stm32_lptim_triggers)) in stm32_lptim_trigger_probe() 87 priv->trg = stm32_lptim_triggers[index]; in stm32_lptim_trigger_probe()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | pagevec.h | 44 struct address_space *mapping, pgoff_t *index, pgoff_t end, 47 struct address_space *mapping, pgoff_t *index, pgoff_t end, 50 struct address_space *mapping, pgoff_t *index, xa_mark_t tag) in pagevec_lookup_tag() 52 return pagevec_lookup_range_tag(pvec, mapping, index, (pgoff_t)-1, tag); in pagevec_lookup_tag() 49 pagevec_lookup_tag(struct pagevec *pvec, struct address_space *mapping, pgoff_t *index, xa_mark_t tag) pagevec_lookup_tag() argument
|
H A D | iscsi_boot_sysfs.h | 109 iscsi_boot_create_initiator(struct iscsi_boot_kset *boot_kset, int index, 116 iscsi_boot_create_ethernet(struct iscsi_boot_kset *boot_kset, int index, 122 iscsi_boot_create_target(struct iscsi_boot_kset *boot_kset, int index, 129 iscsi_boot_create_acpitbl(struct iscsi_boot_kset *boot_kset, int index,
|
/kernel/linux/linux-5.10/sound/pci/oxygen/ |
H A D | virtuoso.c | 21 static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; variable 25 module_param_array(index, int, NULL, 0444); 26 MODULE_PARM_DESC(index, "card index"); 75 err = oxygen_pci_probe(pci, index[dev], id[dev], THIS_MODULE, in xonar_probe()
|
/kernel/linux/linux-5.10/sound/core/ |
H A D | ctljack.c | 36 sid.index = 0; in get_available_index() 41 sid.index++; in get_available_index() 46 return sid.index; in get_available_index() 72 kctl->id.index = get_available_index(card, kctl->id.name); in snd_kctl_jack_new()
|
/kernel/linux/linux-5.10/sound/aoa/core/ |
H A D | alsa.c | 10 static int index = -1; variable 11 module_param(index, int, 0444); 12 MODULE_PARM_DESC(index, "index for AOA sound card."); 25 err = snd_card_new(dev, index, name, mod, sizeof(struct aoa_card), in aoa_alsa_init()
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | vb2.h | 19 __field(u32, index) 30 __entry->index = vb->index; 36 TP_printk("owner = %p, queued = %u, owned_by_drv = %d, index = %u, " 40 __entry->index, __entry->type,
|
/kernel/linux/linux-5.10/fs/squashfs/ |
H A D | id.c | 16 * stored compressed into metadata blocks. A second index table is used to 17 * locate these. This second index table for speed of access (and because it 30 * Map uid/gid index into real 32-bit uid/gid using the id look up table 32 int squashfs_get_id(struct super_block *sb, unsigned int index, in squashfs_get_id() argument 36 int block = SQUASHFS_ID_BLOCK(index); in squashfs_get_id() 37 int offset = SQUASHFS_ID_BLOCK_OFFSET(index); in squashfs_get_id() 42 if (index >= msblk->ids) in squashfs_get_id() 78 * The computed size of the index table (length bytes) should exactly in squashfs_read_id_index_table()
|
/kernel/linux/linux-5.10/fs/proc/ |
H A D | consoles.c | 35 int index; in show_console_dev() local 36 driver = con->device(con, &index); in show_console_dev() 39 dev += index; in show_console_dev() 49 seq_printf(m, "%s%d", con->name, con->index); in show_console_dev()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
H A D | outp.h | 12 int index; member 29 int index, struct dcb_output *, struct nvkm_outp *); 30 int nvkm_outp_new(struct nvkm_disp *, int index, struct dcb_output *, 51 _outp->index, _outp->info.hasht, _outp->info.hashm, ##a); \
|
/kernel/linux/linux-5.10/drivers/pci/hotplug/ |
H A D | shpchp_sysfs.c | 28 int index, busnr; in show_ctrl() local 36 pci_bus_for_each_resource(bus, res, index) { in show_ctrl() 45 pci_bus_for_each_resource(bus, res, index) { in show_ctrl() 54 pci_bus_for_each_resource(bus, res, index) { in show_ctrl()
|
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | utownerid.c | 54 * allocations. (ACPI_NUM_OWNERID_MASKS + 1) because first index in acpi_ut_allocate_owner_id() 79 * Found a free ID. The actual ID is the bit index plus one, in acpi_ut_allocate_owner_id() 89 * Construct encoded ID from the index and bit position in acpi_ut_allocate_owner_id() 144 u32 index; in acpi_ut_release_owner_id() local 171 /* Decode ID to index/offset pair */ in acpi_ut_release_owner_id() 173 index = ACPI_DIV_32(owner_id); in acpi_ut_release_owner_id() 178 if (acpi_gbl_owner_id_mask[index] & bit) { in acpi_ut_release_owner_id() 179 acpi_gbl_owner_id_mask[index] ^= bit; in acpi_ut_release_owner_id()
|
/kernel/linux/linux-6.6/fs/proc/ |
H A D | consoles.c | 35 int index; in show_console_dev() local 43 driver = con->device(con, &index); in show_console_dev() 48 dev += index; in show_console_dev() 58 seq_printf(m, "%s%d", con->name, con->index); in show_console_dev()
|
/kernel/linux/linux-6.6/fs/squashfs/ |
H A D | id.c | 16 * stored compressed into metadata blocks. A second index table is used to 17 * locate these. This second index table for speed of access (and because it 30 * Map uid/gid index into real 32-bit uid/gid using the id look up table 32 int squashfs_get_id(struct super_block *sb, unsigned int index, in squashfs_get_id() argument 36 int block = SQUASHFS_ID_BLOCK(index); in squashfs_get_id() 37 int offset = SQUASHFS_ID_BLOCK_OFFSET(index); in squashfs_get_id() 42 if (index >= msblk->ids) in squashfs_get_id() 78 * The computed size of the index table (length bytes) should exactly in squashfs_read_id_index_table()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | iscsi_boot_sysfs.h | 109 iscsi_boot_create_initiator(struct iscsi_boot_kset *boot_kset, int index, 116 iscsi_boot_create_ethernet(struct iscsi_boot_kset *boot_kset, int index, 122 iscsi_boot_create_target(struct iscsi_boot_kset *boot_kset, int index, 129 iscsi_boot_create_acpitbl(struct iscsi_boot_kset *boot_kset, int index,
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | vhost_types.h | 20 unsigned int index; member 25 unsigned int index; member 31 unsigned int index; member 60 /* vring index */ 61 unsigned int index; member
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | vb2.h | 19 __field(u32, index) 30 __entry->index = vb->index; 36 TP_printk("owner = %p, queued = %u, owned_by_drv = %d, index = %u, " 40 __entry->index, __entry->type,
|
/kernel/linux/linux-6.6/drivers/iio/trigger/ |
H A D | stm32-lptimer-trigger.c | 75 u32 index; in stm32_lptim_trigger_probe() local 81 if (device_property_read_u32(&pdev->dev, "reg", &index)) in stm32_lptim_trigger_probe() 84 if (index >= ARRAY_SIZE(stm32_lptim_triggers)) in stm32_lptim_trigger_probe() 88 priv->trg = stm32_lptim_triggers[index]; in stm32_lptim_trigger_probe()
|