| /linux/drivers/net/ethernet/hisilicon/hns3/ |
| H A D | hnae3.c | 69 unsigned int inited) in hnae3_set_client_init_flag() argument 76 hnae3_set_bit(ae_dev->flag, HNAE3_KNIC_CLIENT_INITED_B, inited); in hnae3_set_client_init_flag() 79 hnae3_set_bit(ae_dev->flag, HNAE3_ROCE_CLIENT_INITED_B, inited); in hnae3_set_client_init_flag() 90 int inited = 0; in hnae3_get_client_init_flag() local 94 inited = hnae3_get_bit(ae_dev->flag, in hnae3_get_client_init_flag() 98 inited = hnae3_get_bit(ae_dev->flag, in hnae3_get_client_init_flag() 105 return inited; in hnae3_get_client_init_flag()
|
| /linux/drivers/macintosh/ |
| H A D | windfarm_lm75_sensor.c | 37 unsigned int inited : 1; member 52 if (!lm->inited) { in wf_lm75_get() 63 lm->inited = 1; in wf_lm75_get() 137 lm->inited = 0; in wf_lm75_probe()
|
| /linux/drivers/phy/broadcom/ |
| H A D | phy-brcm-usb.c | 59 bool inited; member 136 phy->inited = true; in brcm_usb_phy_init() 167 phy->inited = false; in brcm_usb_phy_exit() 604 if (priv->phys[BRCM_USB_PHY_3_0].inited) in brcm_usb_phy_suspend() 606 if (priv->phys[BRCM_USB_PHY_2_0].inited) in brcm_usb_phy_suspend() 617 if (priv->phys[BRCM_USB_PHY_3_0].inited) in brcm_usb_phy_suspend() 619 if (priv->phys[BRCM_USB_PHY_2_0].inited || in brcm_usb_phy_suspend() 648 if (priv->phys[BRCM_USB_PHY_2_0].inited) { in brcm_usb_phy_resume() 654 if (priv->phys[BRCM_USB_PHY_3_0].inited) { in brcm_usb_phy_resume()
|
| /linux/kernel/cgroup/ |
| H A D | dmem.c | 78 bool inited; member 390 pool->inited = true; in alloc_pool_single() 392 pool->inited = ppool ? ppool->inited : false; in alloc_pool_single() 415 if (p == dmemcs && pool->inited) in get_cg_pool_locked() 418 if (pool->inited) in get_cg_pool_locked() 424 if (pool->inited) in get_cg_pool_locked() 436 pool->inited = true; in get_cg_pool_locked() 579 if (pool && !READ_ONCE(pool->inited)) in get_cg_pool_unlocked()
|
| /linux/drivers/platform/x86/ |
| H A D | lg-laptop.c | 96 static u32 inited; variable 259 inited |= INIT_SPARSE_KEYMAP; in wmi_input_setup() 263 inited |= INIT_INPUT_WMI_0; in wmi_input_setup() 268 inited |= INIT_INPUT_WMI_2; in wmi_input_setup() 634 if (inited & INIT_INPUT_WMI_2) in wmi_input_destroy() 637 if (inited & INIT_INPUT_WMI_0) in wmi_input_destroy() 640 if (inited & INIT_SPARSE_KEYMAP) in wmi_input_destroy() 643 inited &= ~(INIT_INPUT_WMI_0 | INIT_INPUT_WMI_2 | INIT_SPARSE_KEYMAP); in wmi_input_destroy()
|
| /linux/fs/erofs/ |
| H A D | decompressor_deflate.c | 57 static bool inited; in z_erofs_load_deflate_config() local 69 if (!inited) { in z_erofs_load_deflate_config() 89 inited = true; in z_erofs_load_deflate_config()
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | commonring.c | 37 if (!commonring->inited) { in brcmf_commonring_config() 39 commonring->inited = true; in brcmf_commonring_config()
|
| H A D | commonring.h | 28 bool inited; member
|
| /linux/sound/hda/core/ |
| H A D | stream.c | 687 bool inited = false; in snd_hdac_stream_timecounter_init() local 695 azx_timecounter_init(s, inited, cycle_last); in snd_hdac_stream_timecounter_init() 696 if (!inited) { in snd_hdac_stream_timecounter_init() 697 inited = true; in snd_hdac_stream_timecounter_init()
|
| /linux/drivers/scsi/ |
| H A D | st.h | 172 unsigned char inited; member
|
| H A D | st.c | 1154 if ( DEB( debugging || ) !STp->inited) in check_tape() 1212 STp->inited = 1; in check_tape() 4393 tpnt->inited = 0; in st_probe()
|
| /linux/drivers/net/wireless/realtek/rtw88/ |
| H A D | wow.c | 563 pno_req->inited = true; in rtw_wow_check_pno() 795 if (rtw_wow->pno_req.inited) in rtw_wow_vif_iter() 842 if (pno_req->inited) { in rtw_wow_clear_wakeups()
|
| H A D | fw.c | 1095 if (!pno_req->inited || !pno_req->match_set_cnt) in rtw_nlo_info_get()
|
| /linux/net/bluetooth/ |
| H A D | iso.c | 2718 static bool inited; 2722 return inited; in iso_inited() 2731 if (inited) in iso_init() 2759 inited = true; in iso_init() 2770 if (!inited) in iso_exit() 2784 inited = false; in iso_exit() 2717 static bool inited; global() variable
|
| /linux/Documentation/driver-api/media/ |
| H A D | v4l2-device.rst | 83 /* test if this device was inited */
|
| /linux/arch/arm/mach-omap2/ |
| H A D | omap_hwmod.c | 258 static bool inited; variable 3001 if (!inited) in omap_hwmod_register_links() 3647 if (!inited) in omap_hwmod_setup_all() 3947 inited = true; in omap_hwmod_init()
|
| /linux/drivers/tty/ |
| H A D | moxa.c | 1417 bool inited = tty_port_initialized(&p->port); in moxa_poll_port() local 1433 if (inited && !tty_throttled(tty) && in moxa_poll_port() 1456 if (!inited) in moxa_poll_port()
|
| /linux/fs/ntfs3/ |
| H A D | bitmap.c | 532 if (wnd->inited) { in wnd_rescan() 689 wnd->inited = true; in wnd_init()
|