Searched refs:rfkill_set_block (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/platform/x86/ |
H 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,
|
/kernel/linux/linux-6.6/drivers/platform/x86/ |
H 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,
|
/kernel/linux/linux-5.10/net/rfkill/ |
H A D | core.c | 300 * rfkill_set_block - wrapper for set_block method 308 static void rfkill_set_block(struct rfkill *rfkill, bool blocked) in rfkill_set_block() function 402 rfkill_set_block(rfkill, blocked); in __rfkill_switch_all() 450 rfkill_set_block(rfkill, true); in rfkill_epo() 617 * and that will get triggered by rfkill_set_block anyway. in rfkill_set_states() 740 rfkill_set_block(rfkill, state); in soft_store() 784 rfkill_set_block(rfkill, state == RFKILL_USER_STATE_SOFT_BLOCKED); in state_store() 884 rfkill_set_block(rfkill, cur); in rfkill_resume() 1001 rfkill_set_block(rfkill, cur); in rfkill_sync_work() 1240 rfkill_set_block(rfkil in rfkill_fop_write() [all...] |
/kernel/linux/linux-6.6/net/rfkill/ |
H A D | core.c | 305 * rfkill_set_block - wrapper for set_block method 313 static void rfkill_set_block(struct rfkill *rfkill, bool blocked) in rfkill_set_block() function 379 rfkill_set_block(rfkill, rfkill_global_states[rfkill->type].cur); in rfkill_sync() 418 rfkill_set_block(rfkill, blocked); in __rfkill_switch_all() 466 rfkill_set_block(rfkill, true); in rfkill_epo() 643 * and that will get triggered by rfkill_set_block anyway. in rfkill_set_states() 771 rfkill_set_block(rfkill, state); in soft_store() 830 rfkill_set_block(rfkill, state == RFKILL_USER_STATE_SOFT_BLOCKED); in state_store() 935 rfkill_set_block(rfkill, cur); in rfkill_resume() 1305 rfkill_set_block(rfkil in rfkill_fop_write() [all...] |
Completed in 5 milliseconds