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

12

/linux-master/drivers/net/ethernet/hisilicon/hns3/
H A Dhnae3.c51 unsigned int inited)
58 hnae3_set_bit(ae_dev->flag, HNAE3_KNIC_CLIENT_INITED_B, inited);
61 hnae3_set_bit(ae_dev->flag, HNAE3_ROCE_CLIENT_INITED_B, inited);
72 int inited = 0; local
76 inited = hnae3_get_bit(ae_dev->flag,
80 inited = hnae3_get_bit(ae_dev->flag,
87 return inited;
49 hnae3_set_client_init_flag(struct hnae3_client *client, struct hnae3_ae_dev *ae_dev, unsigned int inited) argument
H A Dhnae3.h955 unsigned int inited);
/linux-master/drivers/macintosh/
H A Dwindfarm_lm75_sensor.c37 unsigned int inited : 1; member in struct:wf_lm75_sensor
52 if (!lm->inited) {
63 lm->inited = 1;
137 lm->inited = 0;
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcommonring.h28 bool inited; member in struct:brcmf_commonring
H A Dcommonring.c37 if (!commonring->inited) {
39 commonring->inited = true;
/linux-master/drivers/phy/broadcom/
H A Dphy-brcm-usb.c59 bool inited; member in struct:brcm_usb_phy
122 * the base phy is inited before using it.
136 phy->inited = true;
167 phy->inited = false;
590 if (priv->phys[BRCM_USB_PHY_3_0].inited)
592 if (priv->phys[BRCM_USB_PHY_2_0].inited)
603 if (priv->phys[BRCM_USB_PHY_3_0].inited)
605 if (priv->phys[BRCM_USB_PHY_2_0].inited ||
634 if (priv->phys[BRCM_USB_PHY_2_0].inited) {
640 if (priv->phys[BRCM_USB_PHY_3_0].inited) {
[all...]
/linux-master/drivers/platform/x86/
H A Dlg-laptop.c69 static u32 inited; variable
258 inited |= INIT_SPARSE_KEYMAP;
262 inited |= INIT_INPUT_WMI_0;
267 inited |= INIT_INPUT_WMI_2;
278 if (inited & INIT_SPARSE_KEYMAP) {
655 if (inited & INIT_INPUT_WMI_2)
658 if (inited & INIT_INPUT_WMI_0)
661 if (inited & INIT_SPARSE_KEYMAP)
664 inited &= ~(INIT_INPUT_WMI_0 | INIT_INPUT_WMI_2 | INIT_SPARSE_KEYMAP);
/linux-master/drivers/infiniband/hw/hns/
H A Dhns_roce_hem.c45 u32 inited; /* indicate which index is available */ member in struct:hns_roce_hem_index
356 if (index->inited & HEM_INDEX_BUF) {
361 if (index->inited & HEM_INDEX_L1) {
367 if (index->inited & HEM_INDEX_L0) {
397 index->inited |= HEM_INDEX_L0;
410 index->inited |= HEM_INDEX_L1;
427 index->inited |= HEM_INDEX_BUF;
455 if (index->inited & HEM_INDEX_L0) {
463 if (index->inited & HEM_INDEX_L1) {
471 if (index->inited
[all...]
/linux-master/drivers/scsi/
H A Dst.h171 unsigned char inited; member in struct:scsi_tape
H A Dst.c1131 if ( DEB( debugging || ) !STp->inited)
1189 STp->inited = 1;
4308 tpnt->inited = 0;
/linux-master/sound/hda/
H A Dhdac_stream.c672 bool inited = false; local
677 azx_timecounter_init(s, inited, cycle_last);
678 if (!inited) {
679 inited = true;
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Dwow.c563 pno_req->inited = true;
795 if (rtw_wow->pno_req.inited)
842 if (pno_req->inited) {
H A Dmain.h1042 bool inited; member in struct:rtw_pno_request
H A Dfw.c1063 if (!pno_req->inited || !pno_req->match_set_cnt)
/linux-master/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_arm.c122 int inited; member in struct:vchiq_2835_state
592 platform_state->inited = 1;
604 WARN_ON_ONCE(!platform_state->inited);
/linux-master/arch/arm/mach-omap2/
H A Domap_hwmod.c257 /* inited: set to true once the hwmod code is initialized */
258 static bool inited; variable
3001 if (!inited)
3647 if (!inited)
3947 inited = true;
/linux-master/fs/f2fs/
H A Dsegment.c2762 curseg->inited = true;
2793 if (!curseg->inited)
2823 if (curseg->inited)
2965 if (!curseg->inited)
2993 if (!curseg->inited)
3127 if (type == CURSEG_COLD_DATA_PINNED && !curseg->inited)
3130 if (!force && curseg->inited &&
3488 curseg->inited = false;
H A Dsegment.h302 bool inited; /* indicate inmem log is inited */ member in struct:curseg_info
/linux-master/drivers/tty/
H A Dmoxa.c1668 bool inited = tty_port_initialized(&p->port); local
1684 if (inited && !tty_throttled(tty) &&
1707 if (!inited)
/linux-master/fs/ntfs3/
H A Dbitmap.c523 if (wnd->inited) {
672 wnd->inited = true;
H A Dntfs_fs.h172 bool inited; member in struct:wnd_bitmap
/linux-master/drivers/clk/
H A Dclk.c3200 static int inited = 0; variable
3673 if (inited)
3741 inited = 1;
/linux-master/drivers/net/ethernet/realtek/
H A Dr8169_main.c583 bool inited; member in struct:rtl8169_tc_offsets
1807 if (tp->tc_offset.inited)
1820 tp->tc_offset.inited = true;
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx8.asm234 s_mov_b32 s_save_buf_rsrc2, 0 //NUM_RECORDS initial value = 0 (in bytes) although not neccessarily inited
H A Dcwsr_trap_handler_gfx9.asm389 s_mov_b32 s_save_buf_rsrc2, 0 //NUM_RECORDS initial value = 0 (in bytes) although not neccessarily inited

Completed in 616 milliseconds

12