Lines Matching defs:modalias
875 * provided by their bus types (and analogously for their modalias).
938 char *modalias, size_t len)
955 strscpy(modalias, chr ? chr + 1 : str, len);
961 * acpi_set_modalias - Set modalias using "compatible" property or supplied ID
964 * @modalias: Pointer to buffer that modalias value will be copied into
965 * @len: Length of modalias buffer
969 * @modalias with the vendor prefix stripped; otherwise, @default_id will be
973 char *modalias, size_t len)
975 if (!acpi_of_modalias(adev, modalias, len))
976 strscpy(modalias, default_id, len);