Lines Matching defs:driver_compats

3034     const struct device_compatible_entry *driver_compats,
3042 driver_compats == NULL)
3045 for (dce = driver_compats; dce->compat != NULL; dce++) {
3066 const struct device_compatible_entry *driver_compats)
3069 ndevice_compats, driver_compats, NULL, strarray_match);
3081 const struct device_compatible_entry *driver_compats)
3084 ndevice_compats, driver_compats, NULL, strarray_pmatch);
3090 const struct device_compatible_entry *driver_compats,
3098 driver_compats == NULL)
3101 for (dce = driver_compats; dce->compat != NULL; dce++) {
3124 const struct device_compatible_entry *driver_compats)
3127 device_compatsize, driver_compats, NULL, strlist_match);
3140 const struct device_compatible_entry *driver_compats)
3143 device_compatsize, driver_compats, NULL, strlist_pmatch);
3149 const struct device_compatible_entry *driver_compats,
3157 for (dce = driver_compats; dce->id != sentinel_id; dce++) {
3177 const struct device_compatible_entry *driver_compats)
3180 sentinel_id, driver_compats, NULL);
3191 const struct device_compatible_entry *driver_compats)
3196 ndevice_compats, driver_compats, &dce, strarray_match)) {
3210 const struct device_compatible_entry *driver_compats)
3215 ndevice_compats, driver_compats, &dce, strarray_pmatch)) {
3231 const struct device_compatible_entry *driver_compats)
3236 device_compatsize, driver_compats, &dce, strlist_match)) {
3252 const struct device_compatible_entry *driver_compats)
3257 device_compatsize, driver_compats, &dce, strlist_pmatch)) {
3272 const struct device_compatible_entry *driver_compats)
3277 sentinel_id, driver_compats, &dce)) {