Searched refs:ioff (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/sound/core/ |
A D | control_led.c | 138 struct snd_kcontrol *kctl, unsigned int ioff) in snd_ctl_led_set_state() argument 167 lctl->index_offset = ioff; in snd_ctl_led_set_state() 205 lctl = snd_ctl_led_find(kctl, ioff); in snd_ctl_led_remove() 222 access = snd_ctl_led_remove(kctl, ioff, 0); in snd_ctl_led_notify() 226 vd = &kctl->vd[ioff]; in snd_ctl_led_notify() 235 vd = &kctl->vd[ioff]; in snd_ctl_led_notify() 248 unsigned int ioff, access, new_access; in snd_ctl_led_set_id() local 256 ioff = snd_ctl_get_ioff(kctl, id); in snd_ctl_led_set_id() 257 vd = &kctl->vd[ioff]; in snd_ctl_led_set_id() 351 unsigned int ioff; in snd_ctl_led_register() local [all …]
|
A D | control.c | 202 struct snd_kcontrol *kctl, unsigned int ioff) in snd_ctl_notify_one() argument 207 id.index += ioff; in snd_ctl_notify_one() 208 id.numid += ioff; in snd_ctl_notify_one() 212 lops->lnotify(card, mask, kctl, ioff); in snd_ctl_notify_one()
|
/linux-6.3-rc2/include/sound/ |
A D | control.h | 122 …(*lnotify)(struct snd_card *card, unsigned int mask, struct snd_kcontrol *kctl, unsigned int ioff); 132 …tify_one(struct snd_card * card, unsigned int mask, struct snd_kcontrol * kctl, unsigned int ioff); 166 unsigned int ioff = id->numid - kctl->id.numid; in snd_ctl_get_ioffnum() local 167 return array_index_nospec(ioff, kctl->count); in snd_ctl_get_ioffnum() 172 unsigned int ioff = id->index - kctl->id.index; in snd_ctl_get_ioffidx() local 173 return array_index_nospec(ioff, kctl->count); in snd_ctl_get_ioffidx()
|
/linux-6.3-rc2/fs/btrfs/ |
A D | ctree.c | 1696 u64 iobjectid, u64 ioff, u8 key_type, in btrfs_find_item() argument 1708 key.offset = ioff; in btrfs_find_item() 3326 u32 ioff; in __push_leaf_left() local 3328 ioff = btrfs_token_item_offset(&token, i); in __push_leaf_left() 3487 u32 ioff; in copy_for_split() local 3489 ioff = btrfs_token_item_offset(&token, i); in copy_for_split() 3954 u32 ioff; in btrfs_truncate_item() local 3956 ioff = btrfs_token_item_offset(&token, i); in btrfs_truncate_item() 4047 u32 ioff; in btrfs_extend_item() local 4132 u32 ioff; in setup_items_for_insert() local [all …]
|
A D | ctree.h | 569 u64 inum, u64 ioff, u8 key_type, struct btrfs_key *found_key);
|
Completed in 20 milliseconds