Searched refs:host_control_action (Results 1 – 2 of 2) sorted by relevance
49 static unsigned int host_control_action; variable204 return sysfs_emit(buf, "%u\n", host_control_action); in host_control_action_show()220 host_control_action = simple_strtoul(buf, NULL, 10); in host_control_action_store()475 if (host_control_action == HC_ACTION_NONE) in dcdbas_host_control()478 action = host_control_action; in dcdbas_host_control()479 host_control_action = HC_ACTION_NONE; in dcdbas_host_control()649 static DCDBAS_DEV_ATTR_RW(host_control_action);672 host_control_action = HC_ACTION_NONE; in dcdbas_probe()
63 /sys/devices/platform/dcdbas/host_control_action70 1) Write host control action to be performed to host_control_action.