Searched refs:rfkill_set_block (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/platform/x86/
H A Dxo1-rfkill.c19 static int rfkill_set_block(void *data, bool blocked) rfkill_set_block() function
40 .set_block = rfkill_set_block,
/linux-4.1.27/net/rfkill/
H A Dcore.c260 * rfkill_set_block - wrapper for set_block method
268 static void rfkill_set_block(struct rfkill *rfkill, bool blocked) rfkill_set_block() function
349 rfkill_set_block(rfkill, blocked); __rfkill_switch_all()
397 rfkill_set_block(rfkill, true); rfkill_epo()
554 * and that will get triggered by rfkill_set_block anyway. rfkill_set_states()
674 rfkill_set_block(rfkill, state); soft_store()
718 rfkill_set_block(rfkill, state == RFKILL_USER_STATE_SOFT_BLOCKED); state_store()
813 rfkill_set_block(rfkill, cur); rfkill_resume()
923 rfkill_set_block(rfkill, cur); rfkill_sync_work()
1170 rfkill_set_block(rfkill, ev.soft); rfkill_fop_write()

Completed in 103 milliseconds