Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/
Dhnae3.c33 struct hnae3_ae_dev *ae_dev, int inited) in hnae3_set_client_init_flag() argument
37 hnae3_set_bit(ae_dev->flag, HNAE3_KNIC_CLIENT_INITED_B, inited); in hnae3_set_client_init_flag()
40 hnae3_set_bit(ae_dev->flag, HNAE3_UNIC_CLIENT_INITED_B, inited); in hnae3_set_client_init_flag()
43 hnae3_set_bit(ae_dev->flag, HNAE3_ROCE_CLIENT_INITED_B, inited); in hnae3_set_client_init_flag()
53 int inited = 0; in hnae3_get_client_init_flag() local
57 inited = hnae3_get_bit(ae_dev->flag, in hnae3_get_client_init_flag()
61 inited = hnae3_get_bit(ae_dev->flag, in hnae3_get_client_init_flag()
65 inited = hnae3_get_bit(ae_dev->flag, in hnae3_get_client_init_flag()
72 return inited; in hnae3_get_client_init_flag()
/Linux-v4.19/drivers/macintosh/
Dwindfarm_lm75_sensor.c38 int inited : 1; member
53 if (!lm->inited) { in wf_lm75_get()
64 lm->inited = 1; in wf_lm75_get()
133 lm->inited = 0; in wf_lm75_probe()
/Linux-v4.19/drivers/phy/broadcom/
Dphy-brcm-usb.c59 bool inited; member
94 phy->inited = true; in brcm_usb_phy_init()
121 phy->inited = false; in brcm_usb_phy_exit()
407 if (priv->phys[BRCM_USB_PHY_2_0].inited) { in brcm_usb_phy_resume()
413 if (priv->phys[BRCM_USB_PHY_3_0].inited) { in brcm_usb_phy_resume()
/Linux-v4.19/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_2835_arm.c63 int inited; member
213 platform_state->inited = 1; in vchiq_platform_init_state()
217 platform_state->inited = 0; in vchiq_platform_init_state()
229 WARN_ON_ONCE(!platform_state->inited); in vchiq_platform_get_arm_state()
/Linux-v4.19/sound/hda/
Dhdac_stream.c525 bool inited = false; in snd_hdac_stream_timecounter_init() local
531 azx_timecounter_init(s, inited, cycle_last); in snd_hdac_stream_timecounter_init()
532 if (!inited) { in snd_hdac_stream_timecounter_init()
533 inited = true; in snd_hdac_stream_timecounter_init()
/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dcommonring.c47 if (!commonring->inited) { in brcmf_commonring_config()
49 commonring->inited = true; in brcmf_commonring_config()
Dcommonring.h38 bool inited; member
/Linux-v4.19/drivers/scsi/
Dst.h174 unsigned char inited; member
Dosst.h578 unsigned char inited; member
Dst.c1122 if ( DEB( debugging || ) !STp->inited) in check_tape()
1180 STp->inited = 1; in check_tape()
4315 tpnt->inited = 0; in st_probe()
/Linux-v4.19/Documentation/media/kapi/
Dv4l2-device.rst81 /* test if this device was inited */
/Linux-v4.19/drivers/tty/
Dmoxa.c1378 unsigned int inited = tty_port_initialized(&p->port); in moxa_poll_port() local
1393 if (inited && !tty_throttled(tty) && in moxa_poll_port()
1416 if (!inited) in moxa_poll_port()
/Linux-v4.19/arch/arm/mach-omap2/
Domap_hwmod.c243 static bool inited; variable
3032 if (!inited) in omap_hwmod_register_links()
3985 inited = true; in omap_hwmod_init()
/Linux-v4.19/drivers/clk/
Dclk.c2613 static int inited = 0; variable
2845 if (inited) in clk_debug_register()
2895 inited = 1; in clk_debug_init()
/Linux-v4.19/drivers/net/ethernet/realtek/
Dr8169.c628 bool inited; member
1763 if (tp->tc_offset.inited) in rtl8169_init_counter_offsets()
1776 tp->tc_offset.inited = true; in rtl8169_init_counter_offsets()