/openbmc/linux/drivers/net/ethernet/tundra/ |
H A D | tsi108_eth.h | 306 u32 next1; member 333 u32 next1; /* Address of next descriptor, if any */ member
|
/openbmc/linux/drivers/firewire/ |
H A D | core-topology.c | 410 struct fw_node *node0, *node1, *next1; in update_tree() local 482 next1 = fw_node(node1->link.next); in update_tree() 484 node1 = next1; in update_tree()
|
/openbmc/linux/drivers/hwmon/ |
H A D | ibmaem.c | 797 struct aem_data *p1, *next1; in aem_bmc_gone() local 799 list_for_each_entry_safe(p1, next1, &driver_data.aem_devices, list) in aem_bmc_gone() 1086 struct aem_data *p1, *next1; in aem_exit() local 1090 list_for_each_entry_safe(p1, next1, &driver_data.aem_devices, list) in aem_exit()
|
/openbmc/linux/tools/testing/selftests/alsa/ |
H A D | pcm-test.c | 123 snd_config_iterator_t i1, i2, next1, next2; in missing_devices() local 129 snd_config_for_each(i1, next1, pcm_config) { in missing_devices()
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/bpf/ |
H A D | jit.c | 4002 struct bpf_insn insn, next1, next2; in nfp_bpf_opt_ld_shift() local 4005 next1 = meta2->insn; in nfp_bpf_opt_ld_shift() 4016 if (!(next1.code == (BPF_LSH | BPF_K | BPF_ALU64) && in nfp_bpf_opt_ld_shift() 4018 !(next1.code == (BPF_RSH | BPF_K | BPF_ALU64) && in nfp_bpf_opt_ld_shift() 4022 if (next1.src_reg || next1.dst_reg || in nfp_bpf_opt_ld_shift() 4026 if (next1.imm != 0x20 || next2.imm != 0x20) in nfp_bpf_opt_ld_shift()
|
/openbmc/linux/fs/ufs/ |
H A D | inode.c | 927 goto next1; in ufs_trunc_direct() 941 next1: in ufs_trunc_direct()
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 0001-ffmpeg-5.1.4-rpi_24.patch | 14188 +void ff_bwdif_filter_edge_neon(void *dst1, void *prev1, void *cur1, void *next1, 14195 +void ff_bwdif_filter_line_neon(void *dst1, void *prev1, void *cur1, void *next1, 14201 + const void * prev1, const void * cur1, const void * next1, int s_s… 14206 + const void * prev1, const void * cur1, const void * next1, int s_s… 14219 + prev1, cur1, next1, s_stride, 14224 … (const char *)prev1 + w0, (const char *)cur1 + w0, (const char *)next1 + w0, s_stride, 14228 +static void filter_line_helper(void *dst1, void *prev1, void *cur1, void *next1, 14235 + ff_bwdif_filter_line_neon(dst1, prev1, cur1, next1, 14239 …f_bwdif_filter_line_c((char *)dst1 + w0, (char *)prev1 + w0, (char *)cur1 + w0, (char *)next1 + w0, 14243 +static void filter_edge_helper(void *dst1, void *prev1, void *cur1, void *next1, [all …]
|
/openbmc/linux/fs/ext4/ |
H A D | extents.c | 5691 ext4_lblk_t next1, next2; in ext4_swap_extents() local 5694 next1 = ext4_ext_next_allocated_block(path1); in ext4_swap_extents() 5698 next1 = e1_blk; in ext4_swap_extents() 5702 if (next1 == EXT_MAX_BLOCKS || next2 == EXT_MAX_BLOCKS) in ext4_swap_extents() 5705 len = next1 - lblk1; in ext4_swap_extents()
|
/openbmc/linux/fs/btrfs/ |
H A D | qgroup.c | 424 goto next1; in btrfs_read_qgroup_config() 429 goto next1; in btrfs_read_qgroup_config() 474 next1: in btrfs_read_qgroup_config()
|