Searched refs:socfpga_state_to_framework_state (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/fpga/
H A Dsocfpga.c511 static const enum fpga_mgr_states socfpga_state_to_framework_state[] = { variable in typeref:enum:fpga_mgr_states
528 if (state < ARRAY_SIZE(socfpga_state_to_framework_state))
529 ret = socfpga_state_to_framework_state[state];

Completed in 126 milliseconds