Home
last modified time | relevance | path

Searched refs:inited (Results 1 - 25 of 56) sorted by relevance

123

/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/
H A Dhnae3.c51 unsigned int inited) in hnae3_set_client_init_flag()
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()
49 hnae3_set_client_init_flag(struct hnae3_client *client, struct hnae3_ae_dev *ae_dev, unsigned int inited) hnae3_set_client_init_flag() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/
H A Dhnae3.c51 unsigned int inited) in hnae3_set_client_init_flag()
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()
49 hnae3_set_client_init_flag(struct hnae3_client *client, struct hnae3_ae_dev *ae_dev, unsigned int inited) hnae3_set_client_init_flag() argument
/kernel/linux/linux-5.10/drivers/hyperhold/
H A Dhp_core.c28 #define CHECK_INITED CHECK(hyperhold.inited, "hyperhold is not enable!\n")
33 bool inited; member
72 hyperhold.inited = false; in hyperhold_disable()
80 if (hyperhold.inited) in hyperhold_disable()
92 if (hyperhold.inited) in hyperhold_enable()
96 if (hyperhold.inited) in hyperhold_enable()
110 hyperhold.inited = true; in hyperhold_enable()
161 else if (hyperhold.inited) in enable_sysctl_handler()
180 if (write && hyperhold.inited) { in device_sysctl_handler()
202 if (write && hyperhold.inited) { in extent_sysctl_handler()
[all...]
/kernel/linux/linux-6.6/drivers/hyperhold/
H A Dhp_core.c29 #define CHECK_INITED CHECK(hyperhold.inited, "hyperhold is not enable!\n")
34 bool inited; member
73 hyperhold.inited = false; in hyperhold_disable()
81 if (hyperhold.inited) in hyperhold_disable()
93 if (hyperhold.inited) in hyperhold_enable()
97 if (hyperhold.inited) in hyperhold_enable()
111 hyperhold.inited = true; in hyperhold_enable()
162 else if (hyperhold.inited) in enable_sysctl_handler()
181 if (write && hyperhold.inited) { in device_sysctl_handler()
203 if (write && hyperhold.inited) { in extent_sysctl_handler()
[all...]
/kernel/linux/linux-5.10/drivers/macintosh/
H A Dwindfarm_lm75_sensor.c38 unsigned int inited : 1; member
53 if (!lm->inited) { in wf_lm75_get()
64 lm->inited = 1; in wf_lm75_get()
138 lm->inited = 0; in wf_lm75_probe()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/phy/broadcom/
H A Dphy-brcm-usb.c59 bool inited; member
122 * the base phy is inited before using it. in brcm_usb_phy_init()
136 phy->inited = true; in brcm_usb_phy_init()
167 phy->inited = false; in brcm_usb_phy_exit()
576 if (priv->phys[BRCM_USB_PHY_3_0].inited) in brcm_usb_phy_suspend()
578 if (priv->phys[BRCM_USB_PHY_2_0].inited) in brcm_usb_phy_suspend()
589 if (priv->phys[BRCM_USB_PHY_3_0].inited) in brcm_usb_phy_suspend()
591 if (priv->phys[BRCM_USB_PHY_2_0].inited || in brcm_usb_phy_suspend()
618 if (priv->phys[BRCM_USB_PHY_2_0].inited) { in brcm_usb_phy_resume()
624 if (priv->phys[BRCM_USB_PHY_3_0].inited) { in brcm_usb_phy_resume()
[all...]
/kernel/linux/linux-5.10/drivers/platform/x86/
H A Dlg-laptop.c66 static u32 inited; variable
245 inited |= INIT_SPARSE_KEYMAP; in wmi_input_setup()
249 inited |= INIT_INPUT_WMI_0; in wmi_input_setup()
254 inited |= INIT_INPUT_WMI_2; in wmi_input_setup()
265 if (inited & INIT_SPARSE_KEYMAP) { in acpi_notify()
584 if (inited & INIT_INPUT_WMI_2) in wmi_input_destroy()
587 if (inited & INIT_INPUT_WMI_0) in wmi_input_destroy()
590 if (inited & INIT_SPARSE_KEYMAP) in wmi_input_destroy()
593 inited &= ~(INIT_INPUT_WMI_0 | INIT_INPUT_WMI_2 | INIT_SPARSE_KEYMAP); in wmi_input_destroy()
/kernel/linux/linux-6.6/drivers/platform/x86/
H A Dlg-laptop.c69 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()
/kernel/linux/linux-6.6/drivers/phy/broadcom/
H A Dphy-brcm-usb.c59 bool inited; member
122 * the base phy is inited before using it. in brcm_usb_phy_init()
136 phy->inited = true; in brcm_usb_phy_init()
167 phy->inited = false; in brcm_usb_phy_exit()
590 if (priv->phys[BRCM_USB_PHY_3_0].inited) in brcm_usb_phy_suspend()
592 if (priv->phys[BRCM_USB_PHY_2_0].inited) in brcm_usb_phy_suspend()
603 if (priv->phys[BRCM_USB_PHY_3_0].inited) in brcm_usb_phy_suspend()
605 if (priv->phys[BRCM_USB_PHY_2_0].inited || in brcm_usb_phy_suspend()
634 if (priv->phys[BRCM_USB_PHY_2_0].inited) { in brcm_usb_phy_resume()
640 if (priv->phys[BRCM_USB_PHY_3_0].inited) { in brcm_usb_phy_resume()
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/
H A Dhns_roce_hem.c46 u32 inited; /* indicate which index is available */ member
384 if (index->inited & HEM_INDEX_BUF) { in free_mhop_hem()
389 if (index->inited & HEM_INDEX_L1) { in free_mhop_hem()
395 if (index->inited & HEM_INDEX_L0) { in free_mhop_hem()
426 index->inited |= HEM_INDEX_L0; in alloc_mhop_hem()
439 index->inited |= HEM_INDEX_L1; in alloc_mhop_hem()
457 index->inited |= HEM_INDEX_BUF; in alloc_mhop_hem()
485 if (index->inited & HEM_INDEX_L0) { in set_mhop_hem()
493 if (index->inited & HEM_INDEX_L1) { in set_mhop_hem()
501 if (index->inited in set_mhop_hem()
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/
H A Dhns_roce_hem.c45 u32 inited; /* indicate which index is available */ member
393 if (index->inited & HEM_INDEX_BUF) { in free_mhop_hem()
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()
494 if (index->inited & HEM_INDEX_L0) { in set_mhop_hem()
502 if (index->inited & HEM_INDEX_L1) { in set_mhop_hem()
510 if (index->inited in set_mhop_hem()
[all...]
/kernel/linux/linux-5.10/kernel/sched/
H A Dcore_ctl.c27 bool inited; member
169 if (!cluster || !cluster->inited) in show_global_state()
446 if (!cluster->inited) in update_running_avg()
534 if (unlikely(!cluster->inited)) in eval_need()
678 if (!cluster || !cluster->inited) in core_ctl_check()
902 if (unlikely(!cluster || !cluster->inited)) in isolation_cpuhp_state()
1032 cluster->inited = true; in cluster_init()
/kernel/linux/linux-6.6/kernel/sched/
H A Dcore_ctl.c27 bool inited; member
169 if (!cluster || !cluster->inited) in show_global_state()
446 if (!cluster->inited) in update_running_avg()
534 if (unlikely(!cluster->inited)) in eval_need()
678 if (!cluster || !cluster->inited) in core_ctl_check()
902 if (unlikely(!cluster || !cluster->inited)) in isolation_cpuhp_state()
1032 cluster->inited = true; in cluster_init()
/kernel/linux/linux-5.10/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_2835_arm.c33 int inited; member
184 platform_state->inited = 1; in vchiq_platform_init_state()
188 platform_state->inited = 0; in vchiq_platform_init_state()
200 WARN_ON_ONCE(!platform_state->inited); in vchiq_platform_get_arm_state()
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/sound/hda/
H A Dhdac_stream.c652 bool inited = false; in snd_hdac_stream_timecounter_init() local
657 azx_timecounter_init(s, inited, cycle_last); in snd_hdac_stream_timecounter_init()
658 if (!inited) { in snd_hdac_stream_timecounter_init()
659 inited = true; in snd_hdac_stream_timecounter_init()
/kernel/linux/linux-6.6/sound/hda/
H A Dhdac_stream.c661 bool inited = false; in snd_hdac_stream_timecounter_init() local
666 azx_timecounter_init(s, inited, cycle_last); in snd_hdac_stream_timecounter_init()
667 if (!inited) { in snd_hdac_stream_timecounter_init()
668 inited = true; in snd_hdac_stream_timecounter_init()
/kernel/linux/linux-5.10/drivers/scsi/
H A Dst.h174 unsigned char inited; member
/kernel/linux/linux-6.6/drivers/scsi/
H A Dst.h171 unsigned char inited; member
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/
H A Dwow.c540 pno_req->inited = true; in rtw_wow_check_pno()
771 if (rtw_wow->pno_req.inited) in rtw_wow_vif_iter()
818 if (pno_req->inited) { in rtw_wow_clear_wakeups()
/kernel/linux/linux-6.6/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()

Completed in 214 milliseconds

123