/sound/aoa/soundbus/ |
H A D | sysfs.c | 8 field##_show (struct device *dev, struct device_attribute *attr, \ 15 static ssize_t modalias_show(struct device *dev, struct device_attribute *attr, argument
|
/sound/core/ |
H A D | sound.c | 359 struct device_attribute *attr) 367 ret = device_create_file(d, attr); 358 snd_add_device_sysfs_file(int type, struct snd_card *card, int dev, struct device_attribute *attr) argument
|
H A D | init.c | 573 struct device_attribute *attr, char *buf) 580 card_id_store_attr(struct device *dev, struct device_attribute *attr, argument 624 struct device_attribute *attr, char *buf) 572 card_id_show_attr(struct device *dev, struct device_attribute *attr, char *buf) argument 623 card_number_show_attr(struct device *dev, struct device_attribute *attr, char *buf) argument
|
H A D | pcm.c | 954 struct device_attribute *attr, char *buf) 953 show_pcm_class(struct device *dev, struct device_attribute *attr, char *buf) argument
|
/sound/soc/codecs/ |
H A D | tlv320aic26.c | 329 struct device_attribute *attr, char *buf) 344 struct device_attribute *attr, 328 aic26_keyclick_show(struct device *dev, struct device_attribute *attr, char *buf) argument 343 aic26_keyclick_set(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) argument
|
H A D | wm8962.c | 3533 struct device_attribute *attr, 3532 wm8962_beep_set(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) argument
|
/sound/soc/fsl/ |
H A D | fsl_ssi.c | 581 struct device_attribute *attr, char *buf) 584 container_of(attr, struct fsl_ssi_private, dev_attr); 701 sysfs_attr_init(&dev_attr->attr); 702 dev_attr->attr.name = "statistics"; 703 dev_attr->attr.mode = S_IRUGO; 709 ssi_private->dev_attr.attr.name); 580 fsl_sysfs_ssi_show(struct device *dev, struct device_attribute *attr, char *buf) argument
|
/sound/usb/ |
H A D | pcm.c | 60 int cur_attr = 0, attr; local 79 attr = fp->ep_attr & USB_ENDPOINT_SYNCTYPE; 82 cur_attr = attr; 90 if (attr != cur_attr) { 91 if ((attr == USB_ENDPOINT_SYNC_ASYNC && 93 (attr == USB_ENDPOINT_SYNC_ADAPTIVE && 101 cur_attr = attr; 108 cur_attr = attr; 194 unsigned int ep, attr; local 249 attr [all...] |
/sound/pci/hda/ |
H A D | hda_hwdep.c | 160 struct device_attribute *attr, 170 struct device_attribute *attr, 261 struct device_attribute *attr, \ 271 struct device_attribute *attr, \ 291 struct device_attribute *attr, \ 306 struct device_attribute *attr, \ 328 struct device_attribute *attr, \ 343 struct device_attribute *attr, 377 struct device_attribute *attr, 389 struct device_attribute *attr, 159 power_on_acct_show(struct device *dev, struct device_attribute *attr, char *buf) argument 169 power_off_acct_show(struct device *dev, struct device_attribute *attr, char *buf) argument 342 init_verbs_show(struct device *dev, struct device_attribute *attr, char *buf) argument 376 init_verbs_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) argument 388 hints_show(struct device *dev, struct device_attribute *attr, char *buf) argument 475 hints_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) argument 500 init_pin_configs_show(struct device *dev, struct device_attribute *attr, char *buf) argument 509 user_pin_configs_show(struct device *dev, struct device_attribute *attr, char *buf) argument 518 driver_pin_configs_show(struct device *dev, struct device_attribute *attr, char *buf) argument 540 user_pin_configs_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) argument [all...] |
H A D | hda_codec.c | 4792 int attr; local 4800 attr = snd_hda_get_input_pin_attr(def_conf); 4801 if (!attr) 4803 return mic_names[attr - 1]; 4807 attr = snd_hda_get_input_pin_attr(def_conf); 4808 if (!attr) 4810 if (attr == INPUT_PIN_ATTR_DOCK) 4836 int i, attr, attr2; local 4839 attr = snd_hda_get_input_pin_attr(defc); 4841 if (attr < [all...] |
H A D | patch_conexant.c | 3822 int type, attr; local 3823 attr = snd_hda_get_input_pin_attr(def_conf); 3824 if (attr == INPUT_PIN_ATTR_UNUSED) 3826 if (attr > INPUT_PIN_ATTR_NORMAL) 3827 attr = INPUT_PIN_ATTR_NORMAL; 3828 if (attr != INPUT_PIN_ATTR_INT && 3833 (attr != INPUT_PIN_ATTR_DOCK || type != AC_JACK_LINE_IN)) 3835 if (pset[attr] >= 0) 3837 pset[attr] = i;
|
/sound/soc/ |
H A D | soc-core.c | 172 struct device_attribute *attr, char *buf) 183 struct device_attribute *attr, char *buf) 192 struct device_attribute *attr, 171 codec_reg_show(struct device *dev, struct device_attribute *attr, char *buf) argument 182 pmdown_time_show(struct device *dev, struct device_attribute *attr, char *buf) argument 191 pmdown_time_set(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) argument
|
H A D | soc-dapm.c | 1470 struct device_attribute *attr, char *buf) 1469 dapm_widget_show(struct device *dev, struct device_attribute *attr, char *buf) argument
|