Home
last modified time | relevance | path

Searched refs:ok_count (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/media/rc/
Dmtk-cir.c110 u8 ok_count; member
274 .ok_count = 0xf,
282 .ok_count = 0xf,
409 val |= MTK_OK_COUNT(ir->data->ok_count) | MTK_PWM_EN | MTK_IR_EN; in mtk_ir_probe()
/Linux-v5.4/net/sched/
Dcls_api.c3180 int ok_count = 0; in __tc_setup_cb_call() local
3189 ok_count++; in __tc_setup_cb_call()
3192 return ok_count; in __tc_setup_cb_call()
3199 int ok_count; in tc_setup_cb_call() local
3215 ok_count = __tc_setup_cb_call(block, type, type_data, err_stop); in tc_setup_cb_call()
3220 return ok_count; in tc_setup_cb_call()
3235 int ok_count; in tc_setup_cb_add() local
3253 ok_count = -EOPNOTSUPP; in tc_setup_cb_add()
3257 ok_count = __tc_setup_cb_call(block, type, type_data, err_stop); in tc_setup_cb_add()
3258 if (ok_count < 0) in tc_setup_cb_add()
[all …]