Home | History | Annotate | Download | only in drivers

Lines Matching full:nl_cb_set

138 	nl_cb_set(cb, NL_CB_FINISH, NL_CB_CUSTOM, finish_handler, &err);
139 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, &err);
142 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM,
1026 nl_cb_set(cb, NL_CB_SEQ_CHECK, NL_CB_CUSTOM, no_seq_check, NULL);
1027 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, process_event, drv);