Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/firmware/
Ddcdbas.c54 static unsigned int host_control_action; variable
191 return sprintf(buf, "%u\n", host_control_action); in host_control_action_show()
207 host_control_action = simple_strtoul(buf, NULL, 10); in host_control_action_store()
451 if (host_control_action == HC_ACTION_NONE) in dcdbas_host_control()
454 action = host_control_action; in dcdbas_host_control()
455 host_control_action = HC_ACTION_NONE; in dcdbas_host_control()
522 static DCDBAS_DEV_ATTR_RW(host_control_action);
545 host_control_action = HC_ACTION_NONE; in dcdbas_probe()
/linux-4.4.14/Documentation/
Ddcdbas.txt56 /sys/devices/platform/dcdbas/host_control_action
63 1) Write host control action to be performed to host_control_action.