Home
last modified time | relevance | path

Searched refs:ioff (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/sound/core/
H A Dcontrol_led.c138 struct snd_kcontrol *kctl, unsigned int ioff) in snd_ctl_led_set_state() argument
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() argument
222 access = snd_ctl_led_remove(kctl, ioff, 0); in snd_ctl_led_notify()
226 vd = &kctl->vd[ioff]; in snd_ctl_led_notify()
[all …]
H A Dcontrol.c205 struct snd_kcontrol *kctl, unsigned int ioff) in snd_ctl_notify_one() argument
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()
/openbmc/linux/include/sound/
H A Dcontrol.h122 …(*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);
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()
/openbmc/linux/fs/btrfs/
H A Dctree.c1820 u64 iobjectid, u64 ioff, u8 key_type, in btrfs_find_item() argument
1832 key.offset = ioff; in btrfs_find_item()
3554 u32 ioff; in __push_leaf_left() local
3556 ioff = btrfs_token_item_offset(&token, i); in __push_leaf_left()
3558 ioff - (BTRFS_LEAF_DATA_SIZE(fs_info) - old_left_item_size)); in __push_leaf_left()
3713 u32 ioff; in copy_for_split() local
3715 ioff = btrfs_token_item_offset(&token, i); in copy_for_split()
3716 btrfs_set_token_item_offset(&token, i, ioff + rt_data_off); in copy_for_split()
4206 u32 ioff; in btrfs_truncate_item() local
4208 ioff = btrfs_token_item_offset(&token, i); in btrfs_truncate_item()
[all …]
H A Dctree.h571 u64 inum, u64 ioff, u8 key_type, struct btrfs_key *found_key);