Searched refs:input_num (Results 1 – 3 of 3) sorted by relevance
116 u32 input_num; /* Number of input ports */ member
964 component->inputs = rmsg->u.component_create_reply.input_num; in create_component()
1839 static int input_num = 1; in joycon_leds_create() local1844 ret = joycon_set_player_leds(ctlr, 0, 0xF >> (4 - input_num)); in joycon_leds_create()1862 led->brightness = ((i + 1) <= input_num) ? 1 : 0; in joycon_leds_create()1876 if (++input_num > 4) in joycon_leds_create()1877 input_num = 1; in joycon_leds_create()
Completed in 17 milliseconds