Home
last modified time | relevance | path

Searched refs:xindex (Results 1 – 18 of 18) sorted by relevance

/linux/sound/hda/common/
H A Dhda_local.h34 #define HDA_CODEC_VOLUME_MONO_IDX(xname, xcidx, nid, channel, xindex, dir, flags) \ argument
44 .private_value = HDA_COMPOSE_AMP_VAL(nid, channel, xindex, dir) | flags }
46 #define HDA_CODEC_VOLUME_IDX(xname, xcidx, nid, xindex, direction) \ argument
47 HDA_CODEC_VOLUME_MONO_IDX(xname, xcidx, nid, 3, xindex, direction, 0)
49 #define HDA_CODEC_VOLUME_MONO(xname, nid, channel, xindex, direction) \ argument
50 HDA_CODEC_VOLUME_MONO_IDX(xname, 0, nid, channel, xindex, direction, 0)
52 #define HDA_CODEC_VOLUME(xname, nid, xindex, direction) \ argument
53 HDA_CODEC_VOLUME_MONO(xname, nid, 3, xindex, direction)
55 #define HDA_CODEC_VOLUME_MIN_MUTE(xname, nid, xindex, direction) \ argument
56 HDA_CODEC_VOLUME_MONO_IDX(xname, 0, nid, 3, xindex, directio
59 HDA_CODEC_MUTE_MONO_IDX(xname,xcidx,nid,channel,xindex,direction) global() argument
67 HDA_CODEC_MUTE_IDX(xname,xcidx,nid,xindex,direction) global() argument
70 HDA_CODEC_MUTE_MONO(xname,nid,channel,xindex,direction) global() argument
73 HDA_CODEC_MUTE(xname,nid,xindex,direction) global() argument
77 HDA_CODEC_MUTE_BEEP_MONO_IDX(xname,xcidx,nid,channel,xindex,direction) global() argument
90 HDA_CODEC_MUTE_BEEP_MONO(xname,nid,channel,xindex,direction) global() argument
93 HDA_CODEC_MUTE_BEEP(xname,nid,xindex,direction) global() argument
[all...]
/linux/include/sound/
H A Dwss.h162 #define WSS_SINGLE(xname, xindex, reg, shift, mask, invert) \ argument
165 .index = xindex, \
178 #define WSS_DOUBLE(xname, xindex, left_reg, right_reg, shift_left, shift_right, mask, invert) \ argument
181 .index = xindex, \
188 #define WSS_SINGLE_TLV(xname, xindex, reg, shift, mask, invert, xtlv) \ argument
192 .index = xindex, \
199 #define WSS_DOUBLE_TLV(xname, xindex, left_reg, right_reg, \ argument
204 .index = xindex, \
/linux/security/apparmor/include/
H A Dperms.h85 u32 xindex; member
121 if (!accum->xindex) in aa_perms_accum_raw()
122 accum->xindex = addend->xindex; in aa_perms_accum_raw()
148 if (!accum->xindex) in aa_perms_accum()
149 accum->xindex = addend->xindex; in aa_perms_accum()
H A Ddomain.h25 struct aa_label *x_table_lookup(struct aa_profile *profile, u32 xindex,
/linux/sound/i2c/
H A Dtea6330t.c64 #define TEA6330T_MASTER_VOLUME(xname, xindex) \
65 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \
124 #define TEA6330T_MASTER_SWITCH(xname, xindex) \
125 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \
169 #define TEA6330T_BASS(xname, xindex) \
170 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \
217 #define TEA6330T_TREBLE(xname, xindex) \
218 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \
63 TEA6330T_MASTER_VOLUME(xname,xindex) global() argument
123 TEA6330T_MASTER_SWITCH(xname,xindex) global() argument
168 TEA6330T_BASS(xname,xindex) global() argument
216 TEA6330T_TREBLE(xname,xindex) global() argument
/linux/sound/pci/
H A Dak4531_codec.c46 #define AK4531_SINGLE(xname, xindex, reg, shift, mask, invert) \ argument
47 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \
51 #define AK4531_SINGLE_TLV(xname, xindex, reg, shift, mask, invert, xtlv) \ argument
54 .name = xname, .index = xindex, \
111 #define AK4531_DOUBLE(xname, xindex, left_reg, right_reg, left_shift, right_shift, mask, invert) \ argument
112 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \
116 #define AK4531_DOUBLE_TLV(xname, xindex, left_reg, right_reg, left_shift, right_shift, mask, invert… argument
119 .name = xname, .index = xindex, \
194 #define AK4531_INPUT_SW(xname, xindex, reg1, reg2, left_shift, right_shift) \ argument
195 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \
/linux/fs/jffs2/
H A Dxattr.c96 list_del_init(&xd->xindex); in unload_xattr_datum()
116 list_for_each_entry_safe(xd, _xd, &c->xattrindex[index], xindex) { in reclaim_xattr_datum()
196 list_del_init(&xd->xindex); in do_verify_xattr_datum()
213 BUG_ON(!list_empty(&xd->xindex)); in do_load_xattr_datum()
249 list_add(&xd->xindex, &c->xattrindex[i]); in do_load_xattr_datum()
349 list_for_each_entry(xd, &c->xattrindex[i], xindex) { in create_xattr_datum()
396 list_add(&xd->xindex, &c->xattrindex[i]); in create_xattr_datum()
414 list_add(&xd->xindex, &c->xattr_dead_list); in unrefer_xattr_datum()
733 list_for_each_entry(xd, &c->xattrindex[i], xindex) { in jffs2_find_xattr_datum()
757 list_for_each_entry_safe(xd, _xd, &c->xattrindex[i], xindex) { in jffs2_clear_xattr_subsystem()
[all …]
H A Dxattr.h31 struct list_head xindex; /* chained from c->xattrindex[n] */ member
/linux/security/apparmor/
H A Ddomain.c512 * @xindex: index into x transition table
518 struct aa_label *x_table_lookup(struct aa_profile *profile, u32 xindex, in x_table_lookup()
523 u32 xtype = xindex & AA_X_TYPE_MASK; in x_table_lookup()
524 int index = xindex & AA_X_INDEX_MASK; in x_table_lookup()
537 if (xindex & AA_X_CHILD) { in x_table_lookup()
557 * x_to_label - get target label for a given xindex
561 * @xindex: index into x transition table
571 const char *name, u32 xindex, in x_to_label()
578 u32 xtype = xindex & AA_X_TYPE_MASK; in x_to_label()
592 new = x_table_lookup(profile, xindex, lookupnam in x_to_label()
517 x_table_lookup(struct aa_profile * profile,u32 xindex,const char ** name) x_table_lookup() argument
570 x_to_label(struct aa_profile * profile,const struct linux_binprm * bprm,const char * name,u32 xindex,const char ** lookupname,const char ** info) x_to_label() argument
[all...]
H A Dpolicy_compat.c120 perms.xindex = dfa_user_xindex(dfa, state); in compute_fperms_user()
135 perms.xindex = dfa_other_xindex(dfa, state); in compute_fperms_other()
272 table[state].quiet, table[state].xindex, in compute_perms()
H A Dfile.c395 !xindex_is_subset(lperms.xindex, perms.xindex)) { in profile_path_link()
H A Dpolicy_unpack.c918 aa_unpack_u32(e, &perm->xindex, NULL) && in unpack_perm()
1527 if ((pdb->perms[i].xindex & AA_X_TYPE_MASK) == AA_X_TABLE) { in verify_perms()
1528 xidx = pdb->perms[i].xindex & AA_X_INDEX_MASK; in verify_perms()
/linux/sound/pci/rme9652/
H A Dhdspm.c2211 #define HDSPM_SYSTEM_SAMPLE_RATE(xname, xindex) \ argument
2214 .index = xindex, \
2376 #define HDSPM_AUTOSYNC_SAMPLE_RATE(xname, xindex) \ argument
2379 .private_value = xindex, \
2484 #define HDSPM_SYSTEM_CLOCK_MODE(xname, xindex) \ argument
2487 .index = xindex, \
2569 #define HDSPM_INTERNAL_CLOCK(xname, xindex) \ argument
2572 .index = xindex, \
2663 #define HDSPM_PREF_SYNC_REF(xname, xindex) \ argument
2666 .index = xindex, \
[all …]
/linux/drivers/video/fbdev/
H A Darcfb.c252 unsigned int xindex, yindex, chipindex, linesize; in arcfb_lcd_update_page() local
257 xindex = left >> 6; in arcfb_lcd_update_page()
259 chipindex = (xindex + (yindex*num_cols)); in arcfb_lcd_update_page()
/linux/drivers/media/pci/saa7134/
H A Dsaa7134-alsa.c899 #define SAA713x_VOLUME(xname, xindex, addr) \ argument
900 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \
996 #define SAA713x_CAPSRC(xname, xindex, addr) \ argument
997 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \
/linux/sound/drivers/
H A Ddummy.c698 #define DUMMY_VOLUME(xname, xindex, addr) \ argument
701 .name = xname, .index = xindex, \
756 #define DUMMY_CAPSRC(xname, xindex, addr) \ argument
757 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \
/linux/sound/pci/ice1712/
H A Dice1712.h442 #define ICE1712_GPIO(xiface, xname, xindex, mask, invert, xaccess) \ argument
/linux/sound/pci/ymfpci/
H A Dymfpci_main.c1398 #define YMFPCI_SINGLE(xname, xindex, reg, shift) \ argument
1399 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \
1451 #define YMFPCI_DOUBLE(xname, xindex, reg) \ argument
1452 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \