Home
last modified time | relevance | path

Searched refs:__c_desc (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/regulator/
H A Dcore.c5149 struct coupling_desc *__c_desc, *c_desc = &rdev->coupling_desc; in regulator_remove_coupling() local
5165 __c_desc = &c_rdev->coupling_desc; in regulator_remove_coupling()
5166 __n_coupled = __c_desc->n_coupled; in regulator_remove_coupling()
5169 __c_rdev = __c_desc->coupled_rdevs[k]; in regulator_remove_coupling()
5172 __c_desc->coupled_rdevs[k] = NULL; in regulator_remove_coupling()
5173 __c_desc->n_resolved--; in regulator_remove_coupling()
/kernel/linux/linux-6.6/drivers/regulator/
H A Dcore.c5367 struct coupling_desc *__c_desc, *c_desc = &rdev->coupling_desc; in regulator_remove_coupling() local
5383 __c_desc = &c_rdev->coupling_desc; in regulator_remove_coupling()
5384 __n_coupled = __c_desc->n_coupled; in regulator_remove_coupling()
5387 __c_rdev = __c_desc->coupled_rdevs[k]; in regulator_remove_coupling()
5390 __c_desc->coupled_rdevs[k] = NULL; in regulator_remove_coupling()
5391 __c_desc->n_resolved--; in regulator_remove_coupling()

Completed in 16 milliseconds