Home
last modified time | relevance | path

Searched refs:inited (Results 1 – 20 of 20) sorted by relevance

/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhnae3.c69 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 Dwindfarm_lm75_sensor.c37 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 Dphy-brcm-usb.c59 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/drivers/platform/x86/
H A Dlg-laptop.c96 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()
639 if (inited & INIT_INPUT_WMI_2) in wmi_input_destroy()
642 if (inited & INIT_INPUT_WMI_0) in wmi_input_destroy()
645 if (inited & INIT_SPARSE_KEYMAP) in wmi_input_destroy()
648 inited &= ~(INIT_INPUT_WMI_0 | INIT_INPUT_WMI_2 | INIT_SPARSE_KEYMAP); in wmi_input_destroy()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcommonring.c37 if (!commonring->inited) { in brcmf_commonring_config()
39 commonring->inited = true; in brcmf_commonring_config()
H A Dcommonring.h28 bool inited; member
/linux/sound/hda/core/
H A Dstream.c687 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 Dst.h172 unsigned char inited; member
H A Dst.c1153 if ( DEB( debugging || ) !STp->inited) in check_tape()
1211 STp->inited = 1; in check_tape()
4393 tpnt->inited = 0; in st_probe()
/linux/drivers/net/wireless/realtek/rtw88/
H A Dwow.c563 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 Dmain.h1062 bool inited; member
H A Dfw.c1092 if (!pno_req->inited || !pno_req->match_set_cnt) in rtw_nlo_info_get()
/linux/net/bluetooth/
H A Diso.c2665 static bool inited; variable
2669 return inited; in iso_inited()
2678 if (inited) in iso_init()
2706 inited = true; in iso_init()
2717 if (!inited) in iso_exit()
2731 inited = false; in iso_exit()
/linux/Documentation/driver-api/media/
H A Dv4l2-device.rst83 /* test if this device was inited */
/linux/arch/arm/mach-omap2/
H A Domap_hwmod.c258 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 Dmoxa.c1417 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/f2fs/
H A Dsegment.c2929 curseg->inited = true; in reset_curseg()
2968 if (!curseg->inited) in __get_next_segno()
2989 curseg->inited = false; in reset_curseg_fields()
3005 if (curseg->inited) in new_curseg()
3064 if (curseg->inited) in change_curseg()
3169 if (!curseg->inited) in __f2fs_save_inmem_curseg()
3196 if (!curseg->inited) in __f2fs_restore_inmem_curseg()
3331 if (type == CURSEG_COLD_DATA_PINNED && !curseg->inited) in __allocate_new_segment()
3334 if (!force && curseg->inited && in __allocate_new_segment()
H A Dsegment.h285 bool inited; /* indicate inmem log is inited */ member
/linux/fs/ntfs3/
H A Dbitmap.c523 if (wnd->inited) { in wnd_rescan()
672 wnd->inited = true; in wnd_init()
/linux/drivers/clk/
H A Dclk.c3276 static int inited = 0; variable
3759 if (inited) in clk_debug_register()
3827 inited = 1; in clk_debug_init()