Searched refs:apr_remove_device (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/soc/qcom/ |
H A D | apr.c | 424 static int apr_remove_device(struct device *dev, void *svc_path) in apr_remove_device() function 447 device_for_each_child(apr->dev, svc_path, apr_remove_device); in apr_pd_status() 514 device_for_each_child(&rpdev->dev, NULL, apr_remove_device); in apr_remove()
|
/kernel/linux/linux-6.6/drivers/soc/qcom/ |
H A D | apr.c | 566 static int apr_remove_device(struct device *dev, void *svc_path) in apr_remove_device() function 589 device_for_each_child(apr->dev, svc_path, apr_remove_device); in apr_pd_status() 662 device_for_each_child(&rpdev->dev, NULL, apr_remove_device); in apr_remove()
|
Completed in 3 milliseconds