/kernel/linux/linux-6.6/sound/core/ |
H A D | control_led.c | 138 struct snd_kcontrol *kctl, unsigned int ioff) in snd_ctl_led_set_state() 157 if (lctl->kctl == kctl && lctl->index_offset == ioff) in snd_ctl_led_set_state() 167 lctl->index_offset = ioff; in snd_ctl_led_set_state() 183 static struct snd_ctl_led_ctl *snd_ctl_led_find(struct snd_kcontrol *kctl, unsigned int ioff) in snd_ctl_led_find() argument 192 if (lctl->kctl == kctl && lctl->index_offset == ioff) in snd_ctl_led_find() 198 static unsigned int snd_ctl_led_remove(struct snd_kcontrol *kctl, unsigned int ioff, in snd_ctl_led_remove() argument 205 lctl = snd_ctl_led_find(kctl, ioff); in snd_ctl_led_remove() 216 struct snd_kcontrol *kctl, unsigned int ioff) in snd_ctl_led_notify() 222 access = snd_ctl_led_remove(kctl, ioff, 0); in snd_ctl_led_notify() 226 vd = &kctl->vd[ioff]; in snd_ctl_led_notify() 137 snd_ctl_led_set_state(struct snd_card *card, unsigned int access, struct snd_kcontrol *kctl, unsigned int ioff) snd_ctl_led_set_state() argument 215 snd_ctl_led_notify(struct snd_card *card, unsigned int mask, struct snd_kcontrol *kctl, unsigned int ioff) snd_ctl_led_notify() argument 248 unsigned int ioff, access, new_access; snd_ctl_led_set_id() local 351 unsigned int ioff; snd_ctl_led_register() local [all...] |
H A D | control.c | 199 * @ioff: the additional offset to the control index 205 struct snd_kcontrol *kctl, unsigned int ioff) in snd_ctl_notify_one() 210 id.index += ioff; in snd_ctl_notify_one() 211 id.numid += ioff; in snd_ctl_notify_one() 215 lops->lnotify(card, mask, kctl, ioff); in snd_ctl_notify_one() 204 snd_ctl_notify_one(struct snd_card *card, unsigned int mask, struct snd_kcontrol *kctl, unsigned int ioff) snd_ctl_notify_one() argument
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | control.h | 122 void (*lnotify)(struct snd_card *card, unsigned int mask, struct snd_kcontrol *kctl, unsigned int ioff); 132 void snd_ctl_notify_one(struct snd_card * card, unsigned int mask, struct snd_kcontrol * kctl, unsigned int ioff); 190 unsigned int ioff = id->numid - kctl->id.numid; in snd_ctl_get_ioffnum() local 191 return array_index_nospec(ioff, kctl->count); in snd_ctl_get_ioffnum() 196 unsigned int ioff = id->index - kctl->id.index; in snd_ctl_get_ioffidx() local 197 return array_index_nospec(ioff, kctl->count); in snd_ctl_get_ioffidx()
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | control.h | 147 unsigned int ioff = id->numid - kctl->id.numid; in snd_ctl_get_ioffnum() local 148 return array_index_nospec(ioff, kctl->count); in snd_ctl_get_ioffnum() 153 unsigned int ioff = id->index - kctl->id.index; in snd_ctl_get_ioffidx() local 154 return array_index_nospec(ioff, kctl->count); in snd_ctl_get_ioffidx()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | ctree.c | 2552 u64 iobjectid, u64 ioff, u8 key_type, in btrfs_find_item() 2564 key.offset = ioff; in btrfs_find_item() 3986 u32 ioff; in __push_leaf_left() local 3990 ioff = btrfs_token_item_offset(&token, item); in __push_leaf_left() 3992 ioff - (BTRFS_LEAF_DATA_SIZE(fs_info) - old_left_item_size)); in __push_leaf_left() 4169 u32 ioff; in copy_for_split() local 4171 ioff = btrfs_token_item_offset(&token, item); in copy_for_split() 4172 btrfs_set_token_item_offset(&token, item, ioff + rt_data_off); in copy_for_split() 4680 u32 ioff; in btrfs_truncate_item() local 4683 ioff in btrfs_truncate_item() 2551 btrfs_find_item(struct btrfs_root *fs_root, struct btrfs_path *path, u64 iobjectid, u64 ioff, u8 key_type, struct btrfs_key *found_key) btrfs_find_item() argument 4778 u32 ioff; btrfs_extend_item() local 4868 u32 ioff; setup_items_for_insert() local 5078 u32 ioff; btrfs_del_items() local [all...] |
H A D | ctree.h | 2734 u64 inum, u64 ioff, u8 key_type, struct btrfs_key *found_key);
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | ctree.c | 1791 u64 iobjectid, u64 ioff, u8 key_type, in btrfs_find_item() 1803 key.offset = ioff; in btrfs_find_item() 3517 u32 ioff; in __push_leaf_left() local 3519 ioff = btrfs_token_item_offset(&token, i); in __push_leaf_left() 3521 ioff - (BTRFS_LEAF_DATA_SIZE(fs_info) - old_left_item_size)); in __push_leaf_left() 3676 u32 ioff; in copy_for_split() local 3678 ioff = btrfs_token_item_offset(&token, i); in copy_for_split() 3679 btrfs_set_token_item_offset(&token, i, ioff + rt_data_off); in copy_for_split() 4169 u32 ioff; in btrfs_truncate_item() local 4171 ioff in btrfs_truncate_item() 1790 btrfs_find_item(struct btrfs_root *fs_root, struct btrfs_path *path, u64 iobjectid, u64 ioff, u8 key_type, struct btrfs_key *found_key) btrfs_find_item() argument 4263 u32 ioff; btrfs_extend_item() local 4350 u32 ioff; setup_items_for_insert() local 4617 u32 ioff; btrfs_del_items() local [all...] |
H A D | ctree.h | 562 u64 inum, u64 ioff, u8 key_type, struct btrfs_key *found_key);
|