/linux-6.3-rc2/drivers/net/ethernet/hisilicon/hns3/ |
A D | hnae3.c | 51 unsigned int inited) in hnae3_set_client_init_flag() argument 58 hnae3_set_bit(ae_dev->flag, HNAE3_KNIC_CLIENT_INITED_B, inited); in hnae3_set_client_init_flag() 61 hnae3_set_bit(ae_dev->flag, HNAE3_ROCE_CLIENT_INITED_B, inited); in hnae3_set_client_init_flag() 72 int inited = 0; in hnae3_get_client_init_flag() local 76 inited = hnae3_get_bit(ae_dev->flag, in hnae3_get_client_init_flag() 80 inited = hnae3_get_bit(ae_dev->flag, in hnae3_get_client_init_flag() 87 return inited; in hnae3_get_client_init_flag()
|
A D | hnae3.h | 930 unsigned int inited);
|
/linux-6.3-rc2/drivers/macintosh/ |
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-6.3-rc2/drivers/phy/broadcom/ |
A D | phy-brcm-usb.c | 60 bool inited; member 137 phy->inited = true; in brcm_usb_phy_init() 168 phy->inited = false; in brcm_usb_phy_exit() 593 if (priv->phys[BRCM_USB_PHY_3_0].inited) in brcm_usb_phy_suspend() 595 if (priv->phys[BRCM_USB_PHY_2_0].inited) in brcm_usb_phy_suspend() 606 if (priv->phys[BRCM_USB_PHY_3_0].inited) in brcm_usb_phy_suspend() 608 if (priv->phys[BRCM_USB_PHY_2_0].inited || in brcm_usb_phy_suspend() 637 if (priv->phys[BRCM_USB_PHY_2_0].inited) { in brcm_usb_phy_resume() 643 if (priv->phys[BRCM_USB_PHY_3_0].inited) { in brcm_usb_phy_resume()
|
/linux-6.3-rc2/drivers/platform/x86/ |
A D | lg-laptop.c | 69 static u32 inited; variable 258 inited |= INIT_SPARSE_KEYMAP; in wmi_input_setup() 262 inited |= INIT_INPUT_WMI_0; in wmi_input_setup() 267 inited |= INIT_INPUT_WMI_2; in wmi_input_setup() 278 if (inited & INIT_SPARSE_KEYMAP) { in acpi_notify() 655 if (inited & INIT_INPUT_WMI_2) in wmi_input_destroy() 658 if (inited & INIT_INPUT_WMI_0) in wmi_input_destroy() 661 if (inited & INIT_SPARSE_KEYMAP) in wmi_input_destroy() 664 inited &= ~(INIT_INPUT_WMI_0 | INIT_INPUT_WMI_2 | INIT_SPARSE_KEYMAP); in wmi_input_destroy()
|
/linux-6.3-rc2/drivers/infiniband/hw/hns/ |
A D | hns_roce_hem.c | 398 if (index->inited & HEM_INDEX_L1) { in free_mhop_hem() 404 if (index->inited & HEM_INDEX_L0) { in free_mhop_hem() 435 index->inited |= HEM_INDEX_L0; in alloc_mhop_hem() 448 index->inited |= HEM_INDEX_L1; in alloc_mhop_hem() 466 index->inited |= HEM_INDEX_BUF; in alloc_mhop_hem() 622 index->inited = HEM_INDEX_BUF; in clear_mhop_hem() 627 index->inited |= HEM_INDEX_L0; in clear_mhop_hem() 631 index->inited |= HEM_INDEX_L1; in clear_mhop_hem() 634 index->inited |= HEM_INDEX_L0; in clear_mhop_hem() 647 if (index->inited & HEM_INDEX_L1) in clear_mhop_hem() [all …]
|
/linux-6.3-rc2/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
A D | commonring.c | 37 if (!commonring->inited) { in brcmf_commonring_config() 39 commonring->inited = true; in brcmf_commonring_config()
|
A D | commonring.h | 28 bool inited; member
|
/linux-6.3-rc2/sound/hda/ |
A D | hdac_stream.c | 655 bool inited = false; in snd_hdac_stream_timecounter_init() local 661 azx_timecounter_init(s, inited, cycle_last); in snd_hdac_stream_timecounter_init() 662 if (!inited) { in snd_hdac_stream_timecounter_init() 663 inited = true; in snd_hdac_stream_timecounter_init()
|
/linux-6.3-rc2/drivers/scsi/ |
A D | st.h | 171 unsigned char inited; member
|
A D | st.c | 1125 if ( DEB( debugging || ) !STp->inited) in check_tape() 1183 STp->inited = 1; in check_tape() 4291 tpnt->inited = 0; in st_probe()
|
/linux-6.3-rc2/drivers/net/wireless/realtek/rtw88/ |
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()
|
A D | main.h | 1030 bool inited; member
|
A D | fw.c | 921 if (!pno_req->inited || !pno_req->match_set_cnt) in rtw_nlo_info_get()
|
/linux-6.3-rc2/drivers/staging/vc04_services/interface/vchiq_arm/ |
A D | vchiq_arm.c | 119 int inited; member 591 platform_state->inited = 1; in vchiq_platform_init_state() 603 WARN_ON_ONCE(!platform_state->inited); in vchiq_platform_get_arm_state()
|
/linux-6.3-rc2/Documentation/driver-api/media/ |
A D | v4l2-device.rst | 83 /* test if this device was inited */
|
/linux-6.3-rc2/arch/arm/mach-omap2/ |
A D | omap_hwmod.c | 258 static bool inited; variable 3037 if (!inited) in omap_hwmod_register_links() 3682 if (!inited) in omap_hwmod_setup_all() 3982 inited = true; in omap_hwmod_init()
|
/linux-6.3-rc2/drivers/tty/ |
A D | moxa.c | 1669 bool inited = tty_port_initialized(&p->port); in moxa_poll_port() local 1685 if (inited && !tty_throttled(tty) && in moxa_poll_port() 1708 if (!inited) in moxa_poll_port()
|
/linux-6.3-rc2/fs/f2fs/ |
A D | segment.c | 2539 curseg->inited = true; in reset_curseg() 2571 if (!curseg->inited) in __get_next_segno() 2602 if (curseg->inited) in new_curseg() 2738 if (!curseg->inited) in __f2fs_save_inmem_curseg() 2766 if (!curseg->inited) in __f2fs_restore_inmem_curseg() 2898 if (!force && curseg->inited && in __allocate_new_segment() 4353 array[i].inited = false; in build_curseg()
|
A D | segment.h | 319 bool inited; /* indicate inmem log is inited */ member
|
/linux-6.3-rc2/fs/ntfs3/ |
A D | bitmap.c | 522 if (wnd->inited) { in wnd_rescan() 669 wnd->inited = true; in wnd_init()
|
A D | ntfs_fs.h | 168 bool inited; member
|
/linux-6.3-rc2/drivers/clk/ |
A D | clk.c | 3144 static int inited = 0; variable 3571 if (inited) in clk_debug_register() 3639 inited = 1; in clk_debug_init()
|
/linux-6.3-rc2/drivers/net/ethernet/realtek/ |
A D | r8169_main.c | 569 bool inited; member 1585 if (tp->tc_offset.inited) in rtl8169_init_counter_offsets() 1598 tp->tc_offset.inited = true; in rtl8169_init_counter_offsets()
|