Searched refs:ioff (Results 1 – 5 of 5) sorted by relevance
| /linux/sound/core/ |
| A D | control_led.c | 139 struct snd_kcontrol *kctl, unsigned int ioff) in snd_ctl_led_set_state() argument 166 lctl->index_offset = ioff; in snd_ctl_led_set_state() 207 lctl = snd_ctl_led_find(kctl, ioff); in snd_ctl_led_remove() 223 access = snd_ctl_led_remove(kctl, ioff, 0); in snd_ctl_led_notify() 227 vd = &kctl->vd[ioff]; in snd_ctl_led_notify() 236 vd = &kctl->vd[ioff]; in snd_ctl_led_notify() 251 unsigned int ioff, access, new_access; in DEFINE_FREE() local 260 ioff = snd_ctl_get_ioff(kctl, id); in DEFINE_FREE() 261 vd = &kctl->vd[ioff]; in DEFINE_FREE() 335 unsigned int ioff; in snd_ctl_led_register() local [all …]
|
| A D | control.c | 201 struct snd_kcontrol *kctl, unsigned int ioff) in snd_ctl_notify_one() argument 206 id.index += ioff; in snd_ctl_notify_one() 207 id.numid += ioff; in snd_ctl_notify_one() 211 lops->lnotify(card, mask, kctl, ioff); in snd_ctl_notify_one()
|
| /linux/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); 188 unsigned int ioff = id->numid - kctl->id.numid; in snd_ctl_get_ioffnum() local 189 return array_index_nospec(ioff, kctl->count); in snd_ctl_get_ioffnum() 194 unsigned int ioff = id->index - kctl->id.index; in snd_ctl_get_ioffidx() local 195 return array_index_nospec(ioff, kctl->count); in snd_ctl_get_ioffidx()
|
| /linux/fs/btrfs/ |
| A D | ctree.c | 1676 u64 iobjectid, u64 ioff, u8 key_type, in btrfs_find_item() argument 1688 key.offset = ioff; in btrfs_find_item() 3405 u32 ioff; in __push_leaf_left() local 3407 ioff = btrfs_token_item_offset(&token, i); in __push_leaf_left() 3564 u32 ioff; in copy_for_split() local 3566 ioff = btrfs_token_item_offset(&token, i); in copy_for_split() 4057 u32 ioff; in btrfs_truncate_item() local 4059 ioff = btrfs_token_item_offset(&token, i); in btrfs_truncate_item() 4151 u32 ioff; in btrfs_extend_item() local 4238 u32 ioff; in setup_items_for_insert() local [all …]
|
| A D | ctree.h | 594 u64 inum, u64 ioff, u8 key_type, struct btrfs_key *found_key);
|
Completed in 29 milliseconds