Searched refs:rfkill_set_block (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/platform/x86/ |
D | xo1-rfkill.c | 19 static int rfkill_set_block(void *data, bool blocked) in rfkill_set_block() function 40 .set_block = rfkill_set_block,
|
/linux-4.1.27/net/rfkill/ |
D | core.c | 268 static void rfkill_set_block(struct rfkill *rfkill, bool blocked) in rfkill_set_block() function 349 rfkill_set_block(rfkill, blocked); in __rfkill_switch_all() 397 rfkill_set_block(rfkill, true); in rfkill_epo() 674 rfkill_set_block(rfkill, state); in soft_store() 718 rfkill_set_block(rfkill, state == RFKILL_USER_STATE_SOFT_BLOCKED); in state_store() 813 rfkill_set_block(rfkill, cur); in rfkill_resume() 923 rfkill_set_block(rfkill, cur); in rfkill_sync_work() 1170 rfkill_set_block(rfkill, ev.soft); in rfkill_fop_write()
|