Searched refs:rfkill_set_block (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/drivers/platform/x86/ |
A D | xo1-rfkill.c | 15 static int rfkill_set_block(void *data, bool blocked) in rfkill_set_block() function 36 .set_block = rfkill_set_block,
|
/linux-6.3-rc2/net/rfkill/ |
A D | core.c | 312 static void rfkill_set_block(struct rfkill *rfkill, bool blocked) in rfkill_set_block() function 406 rfkill_set_block(rfkill, blocked); in __rfkill_switch_all() 454 rfkill_set_block(rfkill, true); in rfkill_epo() 754 rfkill_set_block(rfkill, state); in soft_store() 808 rfkill_set_block(rfkill, state == RFKILL_USER_STATE_SOFT_BLOCKED); in state_store() 913 rfkill_set_block(rfkill, cur); in rfkill_resume() 1042 rfkill_set_block(rfkill, cur); in rfkill_sync_work() 1286 rfkill_set_block(rfkill, ev.soft); in rfkill_fop_write() 1294 rfkill_set_block(rfkill, ev.soft); in rfkill_fop_write()
|
Completed in 5 milliseconds