Home
last modified time | relevance | path

Searched refs:xindex (Results 1 – 14 of 14) 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, direction, \
[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.c63 #define TEA6330T_MASTER_VOLUME(xname, xindex) \ argument
64 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \
123 #define TEA6330T_MASTER_SWITCH(xname, xindex) \ argument
124 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \
168 #define TEA6330T_BASS(xname, xindex) \ argument
169 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \
216 #define TEA6330T_TREBLE(xname, xindex) \ argument
217 { .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.c517 struct aa_label *x_table_lookup(struct aa_profile *profile, u32 xindex, in x_table_lookup() argument
522 u32 xtype = xindex & AA_X_TYPE_MASK; in x_table_lookup()
523 int index = xindex & AA_X_INDEX_MASK; in x_table_lookup()
536 if (xindex & AA_X_CHILD) { in x_table_lookup()
570 const char *name, u32 xindex, in x_to_label() argument
577 u32 xtype = xindex & AA_X_TYPE_MASK; in x_to_label()
591 new = x_table_lookup(profile, xindex, lookupname); in x_to_label()
598 if (xindex & AA_X_CHILD) in x_to_label()
612 if (xindex & AA_X_INHERIT) { in x_to_label()
624 } else if (xindex & AA_X_UNCONFINED) { in x_to_label()
[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()
H A Dfile.c390 !xindex_is_subset(lperms.xindex, perms.xindex)) { in profile_path_link()
H A Dpolicy_unpack.c666 aa_unpack_u32(e, &perm->xindex, NULL) && in unpack_perm()
1256 if ((pdb->perms[i].xindex & AA_X_TYPE_MASK) == AA_X_TABLE) { in verify_perms()
1257 xidx = pdb->perms[i].xindex & AA_X_INDEX_MASK; in verify_perms()
/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/pci/ice1712/
H A Dice1712.h442 #define ICE1712_GPIO(xiface, xname, xindex, mask, invert, xaccess) \ argument