| /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()
|
| H A D | hnae3.h | 993 unsigned int inited);
|
| /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 | 94 bool inited; 443 pool->inited = true; 445 pool->inited = ppool ? ppool->inited : false; in dmemcg_free_rcu() 468 if (p == dmemcs && pool->inited) in dmem_cgroup_unregister_region() 471 if (pool->inited) in dmem_cgroup_unregister_region() 477 if (pool->inited) in dmem_cgroup_unregister_region() 483 /* Fix up parent links, mark as inited. */ in dmem_cgroup_unregister_region() 489 pool->inited = true; in dmem_cgroup_unregister_region() 641 if (pool && !READ_ONCE(pool->inited)) 78 bool inited; global() member [all...] |
| /linux/drivers/infiniband/hw/hns/ |
| H A D | hns_roce_hem.c | 45 u32 inited; /* indicate which index is available */ member 352 if (index->inited & HEM_INDEX_BUF) { in free_mhop_hem() 357 if (index->inited & HEM_INDEX_L1) { in free_mhop_hem() 363 if (index->inited & HEM_INDEX_L0) { in free_mhop_hem() 392 index->inited |= HEM_INDEX_L0; in alloc_mhop_hem() 405 index->inited |= HEM_INDEX_L1; in alloc_mhop_hem() 421 index->inited |= HEM_INDEX_BUF; in alloc_mhop_hem() 449 if (index->inited & HEM_INDEX_L0) { in set_mhop_hem() 457 if (index->inited & HEM_INDEX_L1) { in set_mhop_hem() 465 if (index->inited & HEM_INDEX_BUF) { in set_mhop_hem() [all …]
|
| /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 | 709 bool inited = false; 717 azx_timecounter_init(s, inited, cycle_last); in snd_hdac_stream_sync_trigger() 718 if (!inited) { in snd_hdac_stream_sync_trigger() 719 inited = true; in snd_hdac_stream_sync_trigger() 687 bool inited = false; snd_hdac_stream_timecounter_init() local
|
| /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 | main.h | 1067 bool inited; member
|
| /linux/net/bluetooth/ |
| H A D | iso.c | 2865 static bool inited; in iso_init() 2869 return inited; in iso_init() 2878 if (inited) in iso_init() 2906 inited = true; 2917 if (!inited) in iso_exit() 2931 inited = false; 2857 static bool inited; global() variable
|
| /linux/Documentation/driver-api/media/ |
| H A D | v4l2-device.rst | 83 /* test if this device was inited */
|
| /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()
|
| H A D | ntfs_fs.h | 176 bool inited; member
|
| /linux/drivers/clk/ |
| H A D | clk.c | 3361 static int inited = 0; variable 3844 if (inited) in clk_debug_register() 3912 inited = 1; in clk_debug_init()
|