Searched refs:device_property_match_string (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/input/misc/ | 
| D | rotary_encoder.c | 221 	    !device_property_match_string(dev, "rotary-encoder,encoding",  in rotary_encoder_probe()225 	} else if (!device_property_match_string(dev, "rotary-encoder,encoding",  in rotary_encoder_probe()
 
 | 
| /Linux-v5.4/drivers/base/ | 
| D | property.c | 222 int device_property_match_string(struct device *dev, const char *propname,  in device_property_match_string()  function227 EXPORT_SYMBOL_GPL(device_property_match_string);
 
 | 
| /Linux-v5.4/drivers/dma/ | 
| D | acpi-dma.c | 436 	index = device_property_match_string(dev, "dma-names", name);  in acpi_dma_request_slave_chan_by_name()
 | 
| /Linux-v5.4/drivers/spi/ | 
| D | spi-synquacer.c | 628 		if (device_property_match_string(&pdev->dev,  in synquacer_spi_probe()632 		} else if (device_property_match_string(&pdev->dev,  in synquacer_spi_probe()
 
 | 
| /Linux-v5.4/include/linux/ | 
| D | property.h | 49 int device_property_match_string(struct device *dev,
 |