Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/sound/pci/hda/
A Dhda_local.h44 #define HDA_CODEC_VOLUME_IDX(xname, xcidx, nid, xindex, direction) \ argument
50 #define HDA_CODEC_VOLUME(xname, nid, xindex, direction) \ argument
51 HDA_CODEC_VOLUME_MONO(xname, nid, 3, xindex, direction)
53 #define HDA_CODEC_VOLUME_MIN_MUTE(xname, nid, xindex, direction) \ argument
54 HDA_CODEC_VOLUME_MONO_IDX(xname, 0, nid, 3, xindex, direction, \
65 #define HDA_CODEC_MUTE_IDX(xname, xcidx, nid, xindex, direction) \ argument
66 HDA_CODEC_MUTE_MONO_IDX(xname, xcidx, nid, 3, xindex, direction)
71 #define HDA_CODEC_MUTE(xname, nid, xindex, direction) \ argument
72 HDA_CODEC_MUTE_MONO(xname, nid, 3, xindex, direction)
91 #define HDA_CODEC_MUTE_BEEP(xname, nid, xindex, direction) \ argument
[all …]
/linux-6.3-rc2/include/sound/
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-6.3-rc2/security/apparmor/include/
A Dperms.h82 u32 xindex; member
118 if (!accum->xindex) in aa_perms_accum_raw()
119 accum->xindex = addend->xindex; in aa_perms_accum_raw()
145 if (!accum->xindex) in aa_perms_accum()
146 accum->xindex = addend->xindex; in aa_perms_accum()
A Ddomain.h25 struct aa_label *x_table_lookup(struct aa_profile *profile, u32 xindex,
/linux-6.3-rc2/sound/isa/cs423x/
A Dcs4236_lib.c378 #define CS4236_SINGLE(xname, xindex, reg, shift, mask, invert) \ argument
379 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \
385 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \
443 #define CS4236_SINGLEC(xname, xindex, reg, shift, mask, invert) \ argument
444 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \
490 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \
497 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \
575 #define CS4236_DOUBLE1(xname, xindex, left_reg, right_reg, shift_left, \ argument
645 #define CS4236_MASTER_DIGITAL(xname, xindex, xtlv) \ argument
689 #define CS4235_OUTPUT_ACCU(xname, xindex, xtlv) \ argument
[all …]
/linux-6.3-rc2/sound/i2c/
A Dtea6330t.c66 #define TEA6330T_MASTER_VOLUME(xname, xindex) \ argument
67 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \
126 #define TEA6330T_MASTER_SWITCH(xname, xindex) \ argument
127 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \
171 #define TEA6330T_BASS(xname, xindex) \ argument
172 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \
219 #define TEA6330T_TREBLE(xname, xindex) \ argument
220 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \
/linux-6.3-rc2/fs/jffs2/
A Dxattr.c96 list_del_init(&xd->xindex); in unload_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()
396 list_add(&xd->xindex, &c->xattrindex[i]); in create_xattr_datum()
758 list_del(&xd->xindex); in jffs2_clear_xattr_subsystem()
765 list_del(&xd->xindex); in jffs2_clear_xattr_subsystem()
769 list_del(&xd->xindex); in jffs2_clear_xattr_subsystem()
864 list_del_init(&xd->xindex); in jffs2_build_xattr_subsystem()
1302 list_del_init(&xd->xindex); in jffs2_verify_xattr()
[all …]
A Dxattr.h31 struct list_head xindex; /* chained from c->xattrindex[n] */ member
/linux-6.3-rc2/sound/pci/
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, \
113 #define AK4531_DOUBLE(xname, xindex, left_reg, right_reg, left_shift, right_shift, mask, invert) \ argument
114 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \
118 #define AK4531_DOUBLE_TLV(xname, xindex, left_reg, right_reg, left_shift, right_shift, mask, invert… argument
121 .name = xname, .index = xindex, \
198 #define AK4531_INPUT_SW(xname, xindex, reg1, reg2, left_shift, right_shift) \ argument
199 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \
A Des1938.c1134 #define ES1938_SINGLE_TLV(xname, xindex, reg, shift, mask, invert, xtlv) \ argument
1137 .name = xname, .index = xindex, \
1142 #define ES1938_SINGLE(xname, xindex, reg, shift, mask, invert) \ argument
1143 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \
1195 #define ES1938_DOUBLE_TLV(xname, xindex, left_reg, right_reg, shift_left, shift_right, mask, invert… argument
1198 .name = xname, .index = xindex, \
1203 #define ES1938_DOUBLE(xname, xindex, left_reg, right_reg, shift_left, shift_right, mask, invert) \ argument
1204 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \
A Dsonicvibes.c879 #define SONICVIBES_MUX(xname, xindex) \ argument
880 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \
927 #define SONICVIBES_SINGLE(xname, xindex, reg, shift, mask, invert) \ argument
928 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \
983 #define SONICVIBES_DOUBLE(xname, xindex, left_reg, right_reg, shift_left, shift_right, mask, invert… argument
984 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \
/linux-6.3-rc2/security/apparmor/
A Ddomain.c511 u32 xtype = xindex & AA_X_TYPE_MASK; in x_table_lookup()
512 int index = xindex & AA_X_INDEX_MASK; in x_table_lookup()
522 if (xindex & AA_X_CHILD) { in x_table_lookup()
555 const char *name, u32 xindex, in x_to_label() argument
563 u32 xtype = xindex & AA_X_TYPE_MASK; in x_to_label()
582 if (xindex & AA_X_CHILD) in x_to_label()
595 if (xindex & AA_X_INHERIT) { in x_to_label()
602 } else if (xindex & AA_X_UNCONFINED) { in x_to_label()
692 perms.xindex |= AA_X_UNSAFE; in profile_transition()
701 if (!(perms.xindex & AA_X_UNSAFE)) { in profile_transition()
[all …]
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()
A Dpolicy_unpack.c659 aa_unpack_u32(e, &perm->xindex, NULL) && in unpack_perm()
1137 static bool verify_xindex(int xindex, int table_size) in verify_xindex() argument
1140 xtype = xindex & AA_X_TYPE_MASK; in verify_xindex()
1141 index = xindex & AA_X_INDEX_MASK; in verify_xindex()
1189 if (pdb->perms[i].xindex >= pdb->trans.size) in verify_perms()
/linux-6.3-rc2/sound/isa/gus/
A Dgus_mixer.c17 #define GF1_SINGLE(xname, xindex, shift, invert) \ argument
18 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \
60 #define ICS_DOUBLE(xname, xindex, addr) \ argument
61 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \
/linux-6.3-rc2/sound/ppc/
A Dburgundy.c197 #define BURGUNDY_VOLUME_W(xname, xindex, addr, shift) \ argument
198 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex,\
273 #define BURGUNDY_VOLUME_2B(xname, xindex, addr, off) \ argument
274 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex,\
335 #define BURGUNDY_VOLUME_B(xname, xindex, addr, stereo, atten) \ argument
336 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex,\
390 #define BURGUNDY_SWITCH_W(xname, xindex, addr, lbit, rbit, stereo) \ argument
391 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex,\
446 #define BURGUNDY_SWITCH_B(xname, xindex, addr, lmask, rmask, stereo) \ argument
447 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex,\
/linux-6.3-rc2/sound/pci/rme9652/
A Dhdspm.c2232 .index = xindex, \
2505 .index = xindex, \
2590 .index = xindex, \
2685 .index = xindex, \
3012 .index = xindex, \
3267 .index = xindex, \
3329 .index = xindex, \
3391 .index = xindex, \
3545 .index = xindex, \
3621 .index = xindex, \
[all …]
A Drme9652.c852 #define RME9652_ADAT1_IN(xname, xindex) \ argument
853 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \
923 #define RME9652_SPDIF_IN(xname, xindex) \ argument
924 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \
987 #define RME9652_SPDIF_OUT(xname, xindex) \ argument
1047 #define RME9652_SYNC_MODE(xname, xindex) \ argument
1127 #define RME9652_SYNC_PREF(xname, xindex) \ argument
1269 #define RME9652_PASSTHRU(xname, xindex) \ argument
1308 #define RME9652_SPDIF_RATE(xname, xindex) \ argument
1333 #define RME9652_ADAT_SYNC(xname, xindex, xidx) \ argument
[all …]
A Dhdsp.c1634 .index = xindex, \
1749 .index = xindex, \
1808 .index = xindex, \
1832 .index = xindex, \
1891 .index = xindex, \
1924 .index = xindex, \
2081 .index = xindex, \
2160 .index = xindex, \
2239 .index = xindex, \
2318 .index = xindex, \
[all …]
/linux-6.3-rc2/sound/isa/
A Dopl3sa2.c325 #define OPL3SA2_SINGLE(xname, xindex, reg, shift, mask, invert) \ argument
326 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \
330 #define OPL3SA2_SINGLE_TLV(xname, xindex, reg, shift, mask, invert, xtlv) \ argument
333 .name = xname, .index = xindex, \
380 #define OPL3SA2_DOUBLE(xname, xindex, left_reg, right_reg, shift_left, shift_right, mask, invert) \ argument
381 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \
385 #define OPL3SA2_DOUBLE_TLV(xname, xindex, left_reg, right_reg, shift_left, shift_right, mask, inver… argument
388 .name = xname, .index = xindex, \
/linux-6.3-rc2/sound/isa/msnd/
A Dmsnd_pinnacle_mixer.c269 #define DUMMY_VOLUME(xname, xindex, addr) \ argument
270 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \
/linux-6.3-rc2/drivers/video/fbdev/
A Darcfb.c251 unsigned int xindex, yindex, chipindex, linesize; in arcfb_lcd_update_page() local
256 xindex = left >> 6; in arcfb_lcd_update_page()
258 chipindex = (xindex + (yindex*num_cols)); in arcfb_lcd_update_page()
/linux-6.3-rc2/drivers/media/pci/saa7134/
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-6.3-rc2/sound/isa/es1688/
A Des1688_lib.c754 #define ES1688_SINGLE(xname, xindex, reg, shift, mask, invert) \ argument
755 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \
813 #define ES1688_DOUBLE(xname, xindex, left_reg, right_reg, shift_left, shift_right, mask, invert) \ argument
814 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \
/linux-6.3-rc2/sound/spi/
A Dat73c213.c638 #define AT73C213_MONO_SWITCH(xname, xindex, reg, shift, mask, invert) \ argument
642 .index = xindex, \
649 #define AT73C213_STEREO(xname, xindex, left_reg, right_reg, shift_left, shift_right, mask, invert) \ argument
653 .index = xindex, \

Completed in 85 milliseconds

12