Searched refs:is_open (Results 1 - 20 of 20) sorted by relevance

/drivers/usb/storage/
H A Donetouch.c58 unsigned int is_open:1; member in struct:usb_onetouch
136 onetouch->is_open = 1;
151 onetouch->is_open = 0;
159 if (onetouch->is_open) {
/drivers/staging/media/lirc/
H A Dlirc_parallel.c87 static int is_open; variable
231 if (!is_open)
517 if (is_open || !lirc_claim())
527 is_open = 1;
537 is_open = 0;
621 if (!is_open)
/drivers/char/tpm/
H A Dtpm-dev.c63 * by the check of is_open variable, which is protected
65 if (test_and_set_bit(0, &chip->is_open)) {
72 clear_bit(0, &chip->is_open);
170 clear_bit(0, &priv->chip->is_open);
H A Dtpm.h103 unsigned long is_open; /* only one allowed */ member in struct:tpm_chip
/drivers/char/xilinx_hwicap/
H A Dxilinx_hwicap.h59 bool is_open; member in struct:hwicap_drvdata
H A Dxilinx_hwicap.c537 if (drvdata->is_open) {
551 drvdata->is_open = 1;
584 drvdata->is_open = 0;
672 drvdata->is_open = 0;
/drivers/tty/hvc/
H A Dhvsi.c117 static inline int is_open(struct hvsi_struct *hp) function
437 if (!is_open(hp))
876 if (!is_open(hp)) {
931 if (!is_open(hp)) {
1103 if (!is_open(hp))
/drivers/usb/gadget/function/
H A Df_ecm.c59 bool is_open; member in struct:f_ecm
61 /* FIXME is_open needs some irq-ish locking
397 if (ecm->is_open)
405 ecm->is_open ? "true" : "false");
667 ecm->is_open = true;
677 ecm->is_open = false;
H A Df_ncm.c60 bool is_open; member in struct:f_ncm
493 if (ncm->is_open)
501 ncm->is_open ? "true" : "false");
1320 ncm->is_open = true;
1332 ncm->is_open = false;
/drivers/net/ethernet/neterion/vxge/
H A Dvxge-main.h309 int is_open; member in struct:vxge_vpath
H A Dvxge-main.c1147 vxge_assert(vpath->is_open);
1157 vxge_assert(vpath->is_open);
1170 vxge_assert(vpath->is_open);
1259 vxge_assert(vpath->is_open);
1315 if (!vpath->is_open) {
1454 if (vpath->is_open) {
1493 if (!vpath->is_open)
2015 if (vpath->handle && vpath->is_open) {
2019 vpath->is_open = 0;
2092 vpath->is_open
[all...]
/drivers/net/wireless/iwlwifi/dvm/
H A Dmac80211.c300 priv->is_open = 1;
311 if (!priv->is_open)
314 priv->is_open = 0;
H A Ddev.h772 u8 is_open; member in struct:iwl_priv
H A Drx.c735 if (unlikely(!priv->is_open)) {
H A Dmain.c935 priv->is_open = 0;
/drivers/net/wireless/iwlegacy/
H A D3945-mac.c2692 il->is_open = 0;
2730 if (!il->vif || !il->is_open)
2842 il->is_open = 1;
2847 il->is_open = 0;
2859 if (!il->is_open) {
2864 il->is_open = 0;
H A D4965.c1752 if (!vif || !il->is_open)
H A D4965-mac.c587 if (unlikely(!il->is_open)) {
5699 il->is_open = 0;
5844 il->is_open = 1;
5856 if (!il->is_open)
5859 il->is_open = 0;
H A D3945.c499 if (unlikely(!il->is_open)) {
H A Dcommon.h1309 u8 is_open; member in struct:il_priv

Completed in 567 milliseconds