Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/staging/greybus/
Darche-platform.c48 bool is_reset_act_hi; member
223 svc_reset_onoff(arche_pdata->svc_reset, arche_pdata->is_reset_act_hi); in arche_platform_coldboot_seq()
236 svc_reset_onoff(arche_pdata->svc_reset, !arche_pdata->is_reset_act_hi); in arche_platform_coldboot_seq()
256 svc_reset_onoff(arche_pdata->svc_reset, arche_pdata->is_reset_act_hi); in arche_platform_fw_flashing_seq()
269 svc_reset_onoff(arche_pdata->svc_reset, !arche_pdata->is_reset_act_hi); in arche_platform_fw_flashing_seq()
300 svc_reset_onoff(arche_pdata->svc_reset, arche_pdata->is_reset_act_hi); in arche_platform_poweroff_seq()
437 arche_pdata->is_reset_act_hi = of_property_read_bool(np, in arche_platform_probe()
439 if (arche_pdata->is_reset_act_hi) in arche_platform_probe()