Searched refs:fd_add (Results 1 – 1 of 1) sorted by relevance
76 int (*fd_add)(int fd, void (*cb)(void *data, int events), void *cb_data, member507 if (state.fd_add != NULL || state.fd_rm != NULL) in cras_system_set_select_handler()509 state.fd_add = add; in cras_system_set_select_handler()518 if (state.fd_add == NULL) in cras_system_add_select_fd()520 return state.fd_add(fd, callback, callback_data, events, in cras_system_add_select_fd()