Searched refs:ioff (Results 1 – 5 of 5) sorted by relevance
| /linux/sound/core/ |
| H A D | control_led.c | 139 struct snd_kcontrol *kctl, unsigned int ioff) in snd_ctl_led_set_state() argument 156 if (lctl->kctl == kctl && lctl->index_offset == ioff) in snd_ctl_led_set_state() 166 lctl->index_offset = ioff; in snd_ctl_led_set_state() 185 static struct snd_ctl_led_ctl *snd_ctl_led_find(struct snd_kcontrol *kctl, unsigned int ioff) in snd_ctl_led_find() argument 194 if (lctl->kctl == kctl && lctl->index_offset == ioff) in snd_ctl_led_find() 200 static unsigned int snd_ctl_led_remove(struct snd_kcontrol *kctl, unsigned int ioff, in snd_ctl_led_remove() argument 207 lctl = snd_ctl_led_find(kctl, ioff); in snd_ctl_led_remove() 217 struct snd_kcontrol *kctl, unsigned int ioff) in snd_ctl_led_notify() argument 223 access = snd_ctl_led_remove(kctl, ioff, 0); in snd_ctl_led_notify() 227 vd = &kctl->vd[ioff]; in snd_ctl_led_notify() 250 unsigned int ioff, access, new_access; DEFINE_FREE() local 335 unsigned int ioff; snd_ctl_led_register() local [all...] |
| H A D | control.c | 198 * @ioff: the additional offset to the control index 204 struct snd_kcontrol *kctl, unsigned int ioff) in snd_ctl_notify_one() 209 id.index += ioff; in snd_ctl_notify_one() 210 id.numid += ioff; in snd_ctl_notify_one() 214 lops->lnotify(card, mask, kctl, ioff); 201 snd_ctl_notify_one(struct snd_card * card,unsigned int mask,struct snd_kcontrol * kctl,unsigned int ioff) snd_ctl_notify_one() argument
|
| /linux/include/sound/ |
| H A D | control.h | 123 void (*lnotify)(struct snd_card *card, unsigned int mask, struct snd_kcontrol *kctl, unsigned int ioff); 133 void snd_ctl_notify_one(struct snd_card * card, unsigned int mask, struct snd_kcontrol * kctl, unsigned int ioff); 191 unsigned int ioff = id->numid - kctl->id.numid; 192 return array_index_nospec(ioff, kctl->count); in snd_ctl_get_ioffidx() 197 unsigned int ioff = id->index - kctl->id.index; 198 return array_index_nospec(ioff, kctl->count); in snd_ctl_get_ioff() 188 unsigned int ioff = id->numid - kctl->id.numid; snd_ctl_get_ioffnum() local 194 unsigned int ioff = id->index - kctl->id.index; snd_ctl_get_ioffidx() local
|
| /linux/fs/btrfs/ |
| H A D | ctree.c | 1662 u64 iobjectid, u64 ioff, u8 key_type, in btrfs_find_item() argument 1674 key.offset = ioff; in btrfs_find_item() 3407 u32 ioff; in __push_leaf_left() local 3409 ioff = btrfs_item_offset(left, i); in __push_leaf_left() 3411 ioff - (BTRFS_LEAF_DATA_SIZE(fs_info) - old_left_item_size)); in __push_leaf_left() 3567 u32 ioff; in copy_for_split() local 3569 ioff = btrfs_item_offset(right, i); in copy_for_split() 3570 btrfs_set_item_offset(right, i, ioff + rt_data_off); in copy_for_split() 4058 u32 ioff; in btrfs_truncate_item() local 4060 ioff = btrfs_item_offset(leaf, i); in btrfs_truncate_item() [all …]
|
| H A D | ctree.h | 594 u64 inum, u64 ioff, u8 key_type, struct btrfs_key *found_key);
|