| /linux/sound/hda/common/ |
| H A D | hda_local.h | 34 #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 D | wss.h | 162 #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 D | perms.h | 85 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 D | domain.h | 25 struct aa_label *x_table_lookup(struct aa_profile *profile, u32 xindex,
|
| /linux/sound/i2c/ |
| H A D | tea6330t.c | 63 #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 D | xattr.c | 96 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 D | xattr.h | 31 struct list_head xindex; /* chained from c->xattrindex[n] */ member
|
| /linux/security/apparmor/ |
| H A D | domain.c | 517 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 D | policy_compat.c | 120 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 D | file.c | 390 !xindex_is_subset(lperms.xindex, perms.xindex)) { in profile_path_link()
|
| H A D | policy_unpack.c | 666 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 D | arcfb.c | 252 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 D | saa7134-alsa.c | 899 #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 D | ice1712.h | 442 #define ICE1712_GPIO(xiface, xname, xindex, mask, invert, xaccess) \ argument
|