Searched refs:first_index (Results 1 – 7 of 7) sorted by relevance
| /drivers/gpio/ |
| A D | gpio-macsmc.c | 76 int first_index; member 215 ret = apple_smc_get_key_by_index(smcgp->smc, smcgp->first_index + i, &key); in macsmc_gpio_init_valid_mask() 248 smcgp->first_index = macsmc_gpio_find_first_gpio_index(smcgp); in macsmc_gpio_probe() 249 if (smcgp->first_index < 0) in macsmc_gpio_probe() 250 return smcgp->first_index; in macsmc_gpio_probe() 252 ret = apple_smc_get_key_by_index(smc, smcgp->first_index, &key); in macsmc_gpio_probe()
|
| /drivers/iommu/iommufd/ |
| A D | double_span.h | 36 unsigned long first_index, unsigned long last_index); 46 #define interval_tree_for_each_double_span(span, itree1, itree2, first_index, \ argument 49 first_index, last_index); \
|
| A D | pages.c | 135 unsigned long first_index, unsigned long last_index) in interval_tree_double_span_iter_first() argument 143 first_index, last_index); in interval_tree_double_span_iter_first()
|
| /drivers/net/ethernet/amazon/ena/ |
| A D | ena_netdev.h | 456 int first_index, int count); 458 int first_index, int count); 460 int first_index, int count); 462 int first_index, int count);
|
| A D | ena_netdev.c | 192 for (i = first_index; i < first_index + count; i++) { in ena_init_io_rings() 320 for (i = first_index; i < first_index + count; i++) { in ena_setup_tx_resources_in_range() 334 while (first_index < i--) in ena_setup_tx_resources_in_range() 344 for (i = first_index; i < first_index + count; i++) in ena_free_all_io_tx_resources_in_range() 1752 int first_index, in ena_del_napi_in_range() argument 1757 for (i = first_index; i < first_index + count; i++) { in ena_del_napi_in_range() 1771 for (i = first_index; i < first_index + count; i++) { in ena_init_napi_in_range() 1801 for (i = first_index; i < first_index + count; i++) { in ena_napi_disable_in_range() 1815 int first_index, in ena_napi_enable_in_range() argument 1821 for (i = first_index; i < first_index + count; i++) { in ena_napi_enable_in_range() [all …]
|
| /drivers/media/common/videobuf2/ |
| A D | videobuf2-core.c | 468 unsigned int *first_index) in __vb2_queue_alloc() argument 494 *first_index = 0; in __vb2_queue_alloc() 498 *first_index = index; in __vb2_queue_alloc() 880 unsigned int i, first_index; in vb2_core_reqbufs() local 964 __vb2_queue_alloc(q, memory, num_buffers, num_planes, plane_sizes, &first_index); in vb2_core_reqbufs() 967 WARN_ON(first_index); in vb2_core_reqbufs() 1013 __vb2_queue_free(q, first_index, allocated_buffers); in vb2_core_reqbufs() 1042 unsigned int *first_index) in vb2_core_create_bufs() argument 1101 num_planes, plane_sizes, first_index); in vb2_core_create_bufs() 1138 __vb2_queue_free(q, *first_index, allocated_buffers); in vb2_core_create_bufs()
|
| /drivers/net/ethernet/atheros/atl1c/ |
| A D | atl1c_main.c | 2148 u16 first_index, index; in atl1c_tx_rollback() local 2150 first_index = first_tpd - (struct atl1c_tpd_desc *)tpd_ring->desc; in atl1c_tx_rollback() 2151 index = first_index; in atl1c_tx_rollback() 2160 tpd_ring->next_to_use = first_index; in atl1c_tx_rollback()
|
Completed in 32 milliseconds