Home
last modified time | relevance | path

Searched refs:unblock (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/script/
H A Dap-no_sec.sh13 sudo rfkill unblock wlan
H A Dap-tkip.sh29 sudo rfkill unblock wlan
H A Dap-aes.sh29 sudo rfkill unblock wlan
H A Dp2p_single.sh16 sudo rfkill unblock wlan
H A Dp2p_dual.sh16 sudo rfkill unblock wlan
/OK3568_Linux_fs/kernel/Documentation/scsi/
H A Dlpfc.rst60 By default, the driver expects the patches for block/unblock interfaces
H A DChangeLog.lpfc346 Convert to using block/unblock on list remove (was del/add)
574 unblock (stop dev_loss_tmo) when appopriate.
593 context. It seems to be not nessasery to unblock target from
626 for 2.6.5 kernel with block/unblock patch.
641 target_block/unblock only if FC_TRANS_VER1.
645 block/unblock. This member allows the driver to know when to
646 unblock for pci_remove_one or pci_add_one. #ifdef'd some more
647 block/unblock stuff and removed some defensive checks from
648 target_block/unblock.
651 * Removed NULL target check from target_block/unblock and fixed up
[all …]
H A Dscsi_mid_low_api.rst593 * @shost: pointer to host to unblock commands on
/OK3568_Linux_fs/kernel/drivers/firewire/
H A Dsbp2.c726 bool unblock = false; in sbp2_conditionally_unblock() local
731 unblock = --tgt->blocked == 0; in sbp2_conditionally_unblock()
735 if (unblock) in sbp2_conditionally_unblock()
/OK3568_Linux_fs/kernel/Documentation/driver-api/nfc/
H A Dnfc-hci.rst252 HCI Responses are dispatched immediately from this context to unblock
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dlocking.rst428 void (*lm_notify)(struct file_lock *); /* unblock callback */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/
H A Dlibc.info-112290 unblock the signal using ‘sigprocmask’, if you want to allow more
3135 unblock them.
3217 ‘sigaddset’ does is modify SET; it does not block or unblock any
3232 All ‘sigdelset’ does is modify SET; it does not block or unblock
3262 You can block or unblock signals with total flexibility by modifying the
3312 order explicitly by making multiple ‘sigprocmask’ calls to unblock
3430 handler to block or unblock signals as you wish.
3491 only see one of them when you unblock this signal.
3504 later, when you “unblock”. Here is an example:
3745 The second call to ‘sigprocmask’ is necessary to explicitly unblock this
H A Dlibc.info-106907 action and unblock this kind of signal.
7028 you must write code in the handler to unblock it.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/
H A Dlibc.info-112290 unblock the signal using ‘sigprocmask’, if you want to allow more
3135 unblock them.
3217 ‘sigaddset’ does is modify SET; it does not block or unblock any
3232 All ‘sigdelset’ does is modify SET; it does not block or unblock
3262 You can block or unblock signals with total flexibility by modifying the
3312 order explicitly by making multiple ‘sigprocmask’ calls to unblock
3430 handler to block or unblock signals as you wish.
3491 only see one of them when you unblock this signal.
3504 later, when you “unblock”. Here is an example:
3745 The second call to ‘sigprocmask’ is necessary to explicitly unblock this
H A Dlibc.info-106907 action and unblock this kind of signal.
7028 you must write code in the handler to unblock it.
/OK3568_Linux_fs/external/xserver/
H A DChangeLog28575 event. When this happens, DRI2DrawableGone forgets to unblock that
69518 os: don't unconditionally unblock SIGIO in OsReleaseSignals()
73221 Drop custom sigio block/unblock functions from kdrive, ephyr and dmx