Searched refs:next_l (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/cobalt/ |
H A D | cobalt-omnitek.c | 211 d->next_l = (u32)next | in descriptor_list_create() 257 d->next_l = (u32)desc->bus | in descriptor_list_create() 264 d->next_l = (u32)next | (to_pci ? WRITE_TO_PCI : 0); in descriptor_list_create() 275 u32 direction = d->next_l & WRITE_TO_PCI; in descriptor_list_chain() 279 d->next_l = direction | INTERRUPT_ENABLE | END_OF_CHAIN; in descriptor_list_chain() 282 d->next_l = (u32)next->bus | direction | INTERRUPT_ENABLE; in descriptor_list_chain() 306 d->next_l |= INTERRUPT_ENABLE; in descriptor_list_interrupt_enable() 313 d->next_l &= ~INTERRUPT_ENABLE; in descriptor_list_interrupt_disable() 321 d->next_l = (u32)desc->bus | (d->next_l in descriptor_list_loopback() [all...] |
H A D | cobalt-omnitek.h | 22 u32 next_l; member
|
/kernel/linux/linux-6.6/drivers/media/pci/cobalt/ |
H A D | cobalt-omnitek.c | 211 d->next_l = (u32)next | in descriptor_list_create() 257 d->next_l = (u32)desc->bus | in descriptor_list_create() 264 d->next_l = (u32)next | (to_pci ? WRITE_TO_PCI : 0); in descriptor_list_create() 275 u32 direction = d->next_l & WRITE_TO_PCI; in descriptor_list_chain() 279 d->next_l = direction | INTERRUPT_ENABLE | END_OF_CHAIN; in descriptor_list_chain() 282 d->next_l = (u32)next->bus | direction | INTERRUPT_ENABLE; in descriptor_list_chain() 306 d->next_l |= INTERRUPT_ENABLE; in descriptor_list_interrupt_enable() 313 d->next_l &= ~INTERRUPT_ENABLE; in descriptor_list_interrupt_disable() 321 d->next_l = (u32)desc->bus | (d->next_l in descriptor_list_loopback() [all...] |
H A D | cobalt-omnitek.h | 22 u32 next_l; member
|
/kernel/linux/linux-5.10/drivers/media/pci/pt3/ |
H A D | pt3_dma.c | 184 d->next_l = lower_32_bits(desc_addr); in pt3_alloc_dmabuf() 195 d->next_l = lower_32_bits(desc_addr); in pt3_alloc_dmabuf() 204 d->next_l = lower_32_bits(desc_addr); in pt3_alloc_dmabuf()
|
H A D | pt3.h | 79 u32 next_l; /* bus address of the next xfer_desc */ member
|
/kernel/linux/linux-6.6/drivers/media/pci/pt3/ |
H A D | pt3_dma.c | 184 d->next_l = lower_32_bits(desc_addr); in pt3_alloc_dmabuf() 195 d->next_l = lower_32_bits(desc_addr); in pt3_alloc_dmabuf() 204 d->next_l = lower_32_bits(desc_addr); in pt3_alloc_dmabuf()
|
H A D | pt3.h | 79 u32 next_l; /* bus address of the next xfer_desc */ member
|
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | hashtab.c | 717 struct htab_elem *l, *next_l; in htab_map_get_next_key() local 739 next_l = hlist_nulls_entry_safe(rcu_dereference_raw(hlist_nulls_next_rcu(&l->hash_node)), in htab_map_get_next_key() 742 if (next_l) { in htab_map_get_next_key() 744 memcpy(next_key, next_l->key, key_size); in htab_map_get_next_key() 758 next_l = hlist_nulls_entry_safe(rcu_dereference_raw(hlist_nulls_first_rcu(head)), in htab_map_get_next_key() 760 if (next_l) { in htab_map_get_next_key() 762 memcpy(next_key, next_l->key, key_size); in htab_map_get_next_key()
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | hashtab.c | 835 struct htab_elem *l, *next_l; in htab_map_get_next_key() local 857 next_l = hlist_nulls_entry_safe(rcu_dereference_raw(hlist_nulls_next_rcu(&l->hash_node)), in htab_map_get_next_key() 860 if (next_l) { in htab_map_get_next_key() 862 memcpy(next_key, next_l->key, key_size); in htab_map_get_next_key() 876 next_l = hlist_nulls_entry_safe(rcu_dereference_raw(hlist_nulls_first_rcu(head)), in htab_map_get_next_key() 878 if (next_l) { in htab_map_get_next_key() 880 memcpy(next_key, next_l->key, key_size); in htab_map_get_next_key()
|
Completed in 10 milliseconds