Home | History | Annotate | Download | only in server

Lines Matching defs:current_state

50  *   current_state: 0 -> device not plugged in
58 unsigned current_state;
220 return jack->gpio.current_state;
255 jack->gpio.current_state = 0;
329 jack->gpio.current_state = 0;
356 jack->gpio.current_state = r == 0 ? v : 0;
397 jack->gpio.current_state = ev[i].value;
514 &jack->gpio.current_state);