Home
last modified time | relevance | path

Searched refs:is_opened (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/drivers/mailbox/
H A Dzynqmp-ipi-mailbox.c59 * @is_opened: indicate if the IPI channel is opened
68 int is_opened; member
167 if (mchan->is_opened) { in zynqmp_ipi_interrupt()
326 if (mchan->is_opened) in zynqmp_ipi_startup()
331 if (!ipi_mbox->mchans[nchan_type].is_opened) { in zynqmp_ipi_startup()
348 mchan->is_opened = 1; in zynqmp_ipi_startup()
367 if (!mchan->is_opened) in zynqmp_ipi_shutdown()
378 if (!ipi_mbox->mchans[chan_type].is_opened) { in zynqmp_ipi_shutdown()
383 mchan->is_opened = 0; in zynqmp_ipi_shutdown()
/kernel/linux/linux-6.6/drivers/mailbox/
H A Dzynqmp-ipi-mailbox.c57 * @is_opened: indicate if the IPI channel is opened
66 int is_opened; member
165 if (mchan->is_opened) { in zynqmp_ipi_interrupt()
324 if (mchan->is_opened) in zynqmp_ipi_startup()
329 if (!ipi_mbox->mchans[nchan_type].is_opened) { in zynqmp_ipi_startup()
346 mchan->is_opened = 1; in zynqmp_ipi_startup()
365 if (!mchan->is_opened) in zynqmp_ipi_shutdown()
376 if (!ipi_mbox->mchans[chan_type].is_opened) { in zynqmp_ipi_shutdown()
381 mchan->is_opened = 0; in zynqmp_ipi_shutdown()
/kernel/linux/linux-6.6/drivers/misc/bcm-vk/
H A Dbcm_vk_tty.c84 if (!vktty->is_opened) in bcm_vk_tty_wq_handler()
161 vktty->is_opened = true; in bcm_vk_tty_open()
177 vk->tty[tty->index].is_opened = false; in bcm_vk_tty_close()
276 vk->tty[i].is_opened = false; in bcm_vk_tty_init()
H A Dbcm_vk.h277 bool is_opened; /* tracks tty open/close */ member
/kernel/linux/linux-6.6/sound/soc/samsung/
H A Di2s.c234 static inline bool is_opened(struct i2s_dai *i2s) in is_opened() function
244 if (is_opened(i2s) && (i2s->mode & DAI_MANAGER)) in is_manager()
864 if (is_opened(other)) in i2s_shutdown()
1093 if (!is_opened(other)) in samsung_i2s_dai_probe()
1587 if (!is_opened(other)) { in fsd_i2s_fixup_early()
1601 if (!is_opened(other)) in fsd_i2s_fixup_late()
/kernel/linux/linux-5.10/sound/soc/samsung/
H A Di2s.c226 static inline bool is_opened(struct i2s_dai *i2s) in is_opened() function
236 if (is_opened(i2s) && (i2s->mode & DAI_MANAGER)) in is_manager()
856 if (is_opened(other)) in i2s_shutdown()
1078 if (!is_opened(other)) in samsung_i2s_dai_probe()
/kernel/linux/linux-5.10/drivers/net/ethernet/renesas/
H A Dsh_eth.h547 unsigned is_opened:1; member
H A Dsh_eth.c2444 mdp->is_opened = 1; in sh_eth_open()
2568 if (!mdp->is_opened) in sh_eth_get_stats()
2617 mdp->is_opened = 0; in sh_eth_close()
/kernel/linux/linux-6.6/drivers/net/ethernet/renesas/
H A Dsh_eth.h563 unsigned is_opened:1; member
H A Dsh_eth.c2442 mdp->is_opened = 1; in sh_eth_open()
2566 if (!mdp->is_opened) in sh_eth_get_stats()
2615 mdp->is_opened = 0; in sh_eth_close()
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/drx39xyj/
H A Ddrx_driver.h1841 bool is_opened; /*< if true instance is already opened. */ member
2212 #define DRX_ATTR_ISOPENED(d) ((d)->my_common_attr->is_opened)
H A Ddrxj.c853 false, /* is_opened */
11365 (demod->my_common_attr->is_opened)) { in drxj_open()
11466 common_attr->is_opened = true; in drxj_open()
11487 common_attr->is_opened = false; in drxj_open()
11549 demod->my_common_attr->is_opened = true; in drxj_open()
11553 common_attr->is_opened = false; in drxj_open()
11573 (!demod->my_common_attr->is_opened)) { in drxj_close()
12230 demod->my_common_attr->is_opened = false; in drx39xxj_init()
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/drx39xyj/
H A Ddrx_driver.h1841 bool is_opened; /*< if true instance is already opened. */ member
2212 #define DRX_ATTR_ISOPENED(d) ((d)->my_common_attr->is_opened)
H A Ddrxj.c853 false, /* is_opened */
11362 (demod->my_common_attr->is_opened)) { in drxj_open()
11463 common_attr->is_opened = true; in drxj_open()
11485 common_attr->is_opened = false; in drxj_open()
11547 demod->my_common_attr->is_opened = true; in drxj_open()
11551 common_attr->is_opened = false; in drxj_open()
11571 (!demod->my_common_attr->is_opened)) { in drxj_close()
12227 demod->my_common_attr->is_opened = false; in drx39xxj_init()

Completed in 50 milliseconds