Home
last modified time | relevance | path

Searched refs:parent_hws (Results 1 – 12 of 12) sorted by relevance

/Linux-v5.4/drivers/clk/meson/
Dgxbb.c138 .parent_hws = (const struct clk_hw *[]) {
198 .parent_hws = (const struct clk_hw *[]) {
274 .parent_hws = (const struct clk_hw *[]) {
292 .parent_hws = (const struct clk_hw *[]) {
310 .parent_hws = (const struct clk_hw *[]) {
328 .parent_hws = (const struct clk_hw *[]) {
346 .parent_hws = (const struct clk_hw *[]) {
364 .parent_hws = (const struct clk_hw *[]) {
420 .parent_hws = (const struct clk_hw *[]) {
561 .parent_hws = (const struct clk_hw *[]) {
[all …]
Dmeson8b.c100 .parent_hws = (const struct clk_hw *[]) {
117 .parent_hws = (const struct clk_hw *[]) {
165 .parent_hws = (const struct clk_hw *[]) {
182 .parent_hws = (const struct clk_hw *[]) {
200 .parent_hws = (const struct clk_hw *[]) {
240 .parent_hws = (const struct clk_hw *[]) {
257 .parent_hws = (const struct clk_hw *[]) {
271 .parent_hws = (const struct clk_hw *[]) {
286 .parent_hws = (const struct clk_hw *[]) {
306 .parent_hws = (const struct clk_hw *[]) {
[all …]
Dg12a.c82 .parent_hws = (const struct clk_hw *[]) {
149 .parent_hws = (const struct clk_hw *[]) {
208 .parent_hws = (const struct clk_hw *[]) {
224 .parent_hws = (const struct clk_hw *[]) { &g12a_sys_pll.hw },
241 .parent_hws = (const struct clk_hw *[]) {
258 .parent_hws = (const struct clk_hw *[]) {
271 .parent_hws = (const struct clk_hw *[]) {
284 .parent_hws = (const struct clk_hw *[]) { &g12a_fixed_pll.hw },
297 .parent_hws = (const struct clk_hw *[]) {
310 .parent_hws = (const struct clk_hw *[]) { &g12a_fixed_pll.hw },
[all …]
Daxg.c78 .parent_hws = (const struct clk_hw *[]) {
137 .parent_hws = (const struct clk_hw *[]) {
242 .parent_hws = (const struct clk_hw *[]) {
315 .parent_hws = (const struct clk_hw *[]) {
329 .parent_hws = (const struct clk_hw *[]) { &axg_fixed_pll.hw },
342 .parent_hws = (const struct clk_hw *[]) {
356 .parent_hws = (const struct clk_hw *[]) { &axg_fixed_pll.hw },
369 .parent_hws = (const struct clk_hw *[]) {
394 .parent_hws = (const struct clk_hw *[]) { &axg_fixed_pll.hw },
407 .parent_hws = (const struct clk_hw *[]) {
[all …]
Dg12a-aoclk.c111 .parent_hws = (const struct clk_hw *[]) {
150 .parent_hws = (const struct clk_hw *[]) {
167 .parent_hws = (const struct clk_hw *[]) {
184 .parent_hws = (const struct clk_hw *[]) {
202 .parent_hws = (const struct clk_hw *[]) {
241 .parent_hws = (const struct clk_hw *[]) {
258 .parent_hws = (const struct clk_hw *[]) {
275 .parent_hws = (const struct clk_hw *[]) {
347 .parent_hws = (const struct clk_hw *[]) {
363 .parent_hws = (const struct clk_hw *[]) {
Daxg-aoclk.c82 .parent_hws = (const struct clk_hw *[]) {
131 .parent_hws = (const struct clk_hw *[]) {
148 .parent_hws = (const struct clk_hw *[]) {
165 .parent_hws = (const struct clk_hw *[]) {
237 .parent_hws = (const struct clk_hw *[]) {
253 .parent_hws = (const struct clk_hw *[]) {
Dgxbb-aoclk.c70 .parent_hws = (const struct clk_hw *[]) { &ao_cts_oscin.hw },
117 .parent_hws = (const struct clk_hw *[]) { &ao_32k_pre.hw },
132 .parent_hws = (const struct clk_hw *[]) {
149 .parent_hws = (const struct clk_hw *[]) { &ao_32k_sel.hw },
Dclk-regmap.h123 .parent_hws = (const struct clk_hw *[]) { _pname }, \
Daxg-audio.c36 .parent_hws = (const struct clk_hw *[]) { &_phws.hw }, \
70 .parent_hws = (const struct clk_hw *[]) { &_phws.hw }, \
216 .parent_hws = (const struct clk_hw *[]) { &_phws.hw }, \
268 .parent_hws = (const struct clk_hw *[]) { &_phws.hw }, \
375 .parent_hws = (const struct clk_hw *[]) { \
/Linux-v5.4/drivers/clk/qcom/
Dgcc-sm8150.c1142 .parent_hws = (const struct clk_hw *[]){
1161 .parent_hws = (const struct clk_hw *[]){
1180 .parent_hws = (const struct clk_hw *[]){
1199 .parent_hws = (const struct clk_hw *[]){
1216 .parent_hws = (const struct clk_hw *[]){
1233 .parent_hws = (const struct clk_hw *[]){
1326 .parent_hws = (const struct clk_hw *[]){
1343 .parent_hws = (const struct clk_hw *[]){
1360 .parent_hws = (const struct clk_hw *[]){
1510 .parent_hws = (const struct clk_hw *[]){
[all …]
/Linux-v5.4/include/linux/
Dclk-provider.h284 const struct clk_hw **parent_hws; member
914 .parent_hws = (const struct clk_hw*[]) { _parent }, \
928 .parent_hws = _parent, \
957 .parent_hws = _parents, \
/Linux-v5.4/drivers/clk/
Dclk.c3547 const struct clk_hw **parent_hws = init->parent_hws; in clk_core_populate_parent_map() local
3583 } else if (parent_hws) { in clk_core_populate_parent_map()
3584 parent->hw = parent_hws[i]; in clk_core_populate_parent_map()