Lines Matching defs:label
99 * @label: label of channel input source
104 const char *label;
591 *str = ina->inputs[index].label;
623 /* Hide label node if label is not provided */
624 return (input && input->label) ? 0444 : 0;
786 /* Save the connected input label if available */
787 of_property_read_string(child, "label", &input->label);