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

/linux-master/sound/core/
H A Dcontrol_led.c138 struct snd_kcontrol *kctl, unsigned int ioff)
155 if (lctl->kctl == kctl && lctl->index_offset == ioff)
165 lctl->index_offset = ioff;
181 static struct snd_ctl_led_ctl *snd_ctl_led_find(struct snd_kcontrol *kctl, unsigned int ioff) argument
190 if (lctl->kctl == kctl && lctl->index_offset == ioff)
196 static unsigned int snd_ctl_led_remove(struct snd_kcontrol *kctl, unsigned int ioff, argument
203 lctl = snd_ctl_led_find(kctl, ioff);
213 struct snd_kcontrol *kctl, unsigned int ioff)
219 access = snd_ctl_led_remove(kctl, ioff, 0);
223 vd = &kctl->vd[ioff];
137 snd_ctl_led_set_state(struct snd_card *card, unsigned int access, struct snd_kcontrol *kctl, unsigned int ioff) argument
212 snd_ctl_led_notify(struct snd_card *card, unsigned int mask, struct snd_kcontrol *kctl, unsigned int ioff) argument
247 unsigned int ioff, access, new_access; local
336 unsigned int ioff; local
[all...]
H A Dcontrol.c195 * @ioff: the additional offset to the control index
201 struct snd_kcontrol *kctl, unsigned int ioff)
206 id.index += ioff;
207 id.numid += ioff;
211 lops->lnotify(card, mask, kctl, ioff);
200 snd_ctl_notify_one(struct snd_card *card, unsigned int mask, struct snd_kcontrol *kctl, unsigned int ioff) argument
/linux-master/include/sound/
H A Dcontrol.h122 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; local
191 return array_index_nospec(ioff, kctl->count);
196 unsigned int ioff = id->index - kctl->id.index; local
197 return array_index_nospec(ioff, kctl->count);
/linux-master/fs/btrfs/
H A Dctree.c1664 u64 iobjectid, u64 ioff, u8 key_type,
1676 key.offset = ioff;
3389 u32 ioff; local
3391 ioff = btrfs_token_item_offset(&token, i);
3393 ioff - (BTRFS_LEAF_DATA_SIZE(fs_info) - old_left_item_size));
3548 u32 ioff; local
3550 ioff = btrfs_token_item_offset(&token, i);
3551 btrfs_set_token_item_offset(&token, i, ioff + rt_data_off);
4041 u32 ioff; local
4043 ioff
1663 btrfs_find_item(struct btrfs_root *fs_root, struct btrfs_path *path, u64 iobjectid, u64 ioff, u8 key_type, struct btrfs_key *found_key) argument
4135 u32 ioff; local
4222 u32 ioff; local
4493 u32 ioff; local
[all...]
H A Dctree.h576 u64 inum, u64 ioff, u8 key_type, struct btrfs_key *found_key);

Completed in 106 milliseconds