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

12

/linux-master/drivers/char/tpm/
H A Dtpm-dev.c26 * by the check of is_open variable, which is protected
28 if (test_and_set_bit(0, &chip->is_open)) {
42 clear_bit(0, &chip->is_open);
54 clear_bit(0, &priv->chip->is_open);
/linux-master/drivers/input/joystick/
H A Dpxrc.c28 bool is_open; member in struct:pxrc
97 pxrc->is_open = true;
107 pxrc->is_open = false;
209 if (pxrc->is_open)
220 if (pxrc->is_open && usb_submit_urb(pxrc->urb, GFP_KERNEL) < 0)
240 if (pxrc->is_open && usb_submit_urb(pxrc->urb, GFP_KERNEL) < 0)
/linux-master/drivers/usb/storage/
H A Donetouch.c45 unsigned int is_open:1; member in struct:usb_onetouch
123 onetouch->is_open = 1;
138 onetouch->is_open = 0;
146 if (onetouch->is_open) {
/linux-master/fs/smb/client/
H A Dcached_dir.h38 bool is_open:1; member in struct:cached_fid
H A Dcached_dir.c296 cfid->is_open = true;
374 if (cfid->is_open)
433 if (cfid->is_open) {
513 cfid->is_open = false;
705 cfid->is_open = false;
/linux-master/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_ioctl.h27 int is_open; member in struct:vchiq_create_service
H A Dvchiq_dev.c148 if (args->is_open && !instance->connected)
155 if (args->is_open) {
190 if (args->is_open) {
893 int is_open; member in struct:vchiq_create_service32
921 .is_open = args32.is_open,
/linux-master/drivers/input/mouse/
H A Dsynaptics_usb.c83 bool is_open; member in struct:synusb
266 synusb->is_open = true;
284 synusb->is_open = false;
491 if ((synusb->is_open || (synusb->flags & SYNUSB_IO_ALWAYS)) &&
516 if ((synusb->is_open || (synusb->flags & SYNUSB_IO_ALWAYS)) &&
/linux-master/drivers/input/tablet/
H A Dpegasus_notetaker.c84 bool is_open; member in struct:pegasus
237 pegasus->is_open = true;
257 pegasus->is_open = false;
428 if (pegasus->is_open && usb_submit_urb(pegasus->irq, GFP_NOIO) < 0)
441 if (pegasus->is_open) {
/linux-master/drivers/char/xilinx_hwicap/
H A Dxilinx_hwicap.h59 bool is_open; member in struct:hwicap_drvdata
H A Dxilinx_hwicap.c538 if (drvdata->is_open) {
552 drvdata->is_open = 1;
585 drvdata->is_open = 0;
653 drvdata->is_open = 0;
/linux-master/drivers/net/wwan/iosm/
H A Diosm_ipc_imem.c61 if (!pipe->is_open || pipe->nr_of_queued_entries > 0)
734 if (dl_pipe->is_open &&
742 if (ul_pipe->is_open)
872 pipe->is_open = true;
874 return pipe->is_open;
955 pipe->is_open = false;
1149 channel->ul_pipe.is_open = false;
1159 channel->dl_pipe.is_open = false;
1191 pipe->is_open = false;
H A Diosm_ipc_mux.c478 ipc_mux->channel->ul_pipe.is_open = false;
479 ipc_mux->channel->dl_pipe.is_open = false;
H A Diosm_ipc_imem.h199 * @is_open: Check for open pipe status
217 u8 is_open:1; member in struct:ipc_pipe
/linux-master/drivers/tty/hvc/
H A Dhvsi.c104 static inline int is_open(struct hvsi_struct *hp) function
426 if (!is_open(hp))
865 if (!is_open(hp)) {
919 if (!is_open(hp)) {
1106 if (!is_open(hp))
/linux-master/drivers/usb/gadget/function/
H A Df_ecm.c56 bool is_open; member in struct:f_ecm
58 /* FIXME is_open needs some irq-ish locking
383 if (ecm->is_open)
391 ecm->is_open ? "true" : "false");
653 ecm->is_open = true;
663 ecm->is_open = false;
H A Df_ncm.c57 bool is_open; member in struct:f_ncm
553 if (ncm->is_open)
561 ncm->is_open ? "true" : "false");
1408 ncm->is_open = true;
1420 ncm->is_open = false;
/linux-master/sound/xen/
H A Dxen_snd_front_alsa.c38 bool is_open; member in struct:xen_snd_front_pcm_stream_info
219 stream->is_open = false;
516 if (!stream->is_open) {
540 stream->is_open = true;
/linux-master/include/linux/
H A Dtpm.h139 unsigned long is_open; /* only one allowed */ member in struct:tpm_chip
/linux-master/drivers/rpmsg/
H A Dqcom_smd.c445 bool is_open = state == SMD_CHANNEL_OPENED; local
452 SET_TX_CHANNEL_FLAG(channel, fDSR, is_open);
453 SET_TX_CHANNEL_FLAG(channel, fCTS, is_open);
454 SET_TX_CHANNEL_FLAG(channel, fCD, is_open);
/linux-master/drivers/input/touchscreen/
H A Dusbtouchscreen.c99 bool is_open; member in struct:usbtouch_usb
1550 usbtouch->is_open = true;
1566 usbtouch->is_open = false;
1591 if (usbtouch->is_open || usbtouch->type->irq_always)
1616 if (usbtouch->is_open)
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dmac80211.c300 priv->is_open = 1;
311 if (!priv->is_open)
314 priv->is_open = 0;
H A Ddev.h750 u8 is_open; member in struct:iwl_priv
/linux-master/tools/perf/util/
H A Devlist.c1824 bool is_open = true; local
1837 is_open = false;
1839 if (is_open && close)
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A D3945-mac.c2658 il->is_open = 0;
2695 if (!il->vif || !il->is_open)
2805 il->is_open = 1;
2810 il->is_open = 0;
2822 if (!il->is_open) {
2827 il->is_open = 0;

Completed in 367 milliseconds

12