/drivers/video/fbdev/aty/ |
D | radeon_backlight.c | 76 lvds_gen_cntl |= (rinfo->init_state.lvds_gen_cntl & LVDS_DIGON); in radeon_bl_update_status() 84 lvds_gen_cntl |= (rinfo->init_state.lvds_gen_cntl & LVDS_BL_MOD_EN); in radeon_bl_update_status() 95 rinfo->init_state.lvds_gen_cntl &= ~LVDS_STATE_MASK; in radeon_bl_update_status() 96 rinfo->init_state.lvds_gen_cntl |= rinfo->pending_lvds_gen_cntl in radeon_bl_update_status() 120 rinfo->init_state.lvds_gen_cntl &= ~LVDS_STATE_MASK; in radeon_bl_update_status() 121 rinfo->init_state.lvds_gen_cntl |= (lvds_gen_cntl & LVDS_STATE_MASK); in radeon_bl_update_status()
|
D | radeon_base.c | 1102 | LVDS_EN | (rinfo->init_state.lvds_gen_cntl in radeon_screen_blank() 1109 rinfo->init_state.lvds_gen_cntl &= ~LVDS_STATE_MASK; in radeon_screen_blank() 1110 rinfo->init_state.lvds_gen_cntl |= in radeon_screen_blank() 1147 rinfo->init_state.lvds_gen_cntl &= ~LVDS_STATE_MASK; in radeon_screen_blank() 1148 rinfo->init_state.lvds_gen_cntl |= val & LVDS_STATE_MASK; in radeon_screen_blank() 1756 newmode->crtc_more_cntl = rinfo->init_state.crtc_more_cntl; in radeonfb_set_par() 1849 newmode->vclk_ecp_cntl = rinfo->init_state.vclk_ecp_cntl; in radeonfb_set_par() 1889 newmode->fp_gen_cntl = (rinfo->init_state.fp_gen_cntl & (u32) in radeonfb_set_par() 1913 newmode->lvds_gen_cntl = rinfo->init_state.lvds_gen_cntl; in radeonfb_set_par() 1914 newmode->lvds_pll_cntl = rinfo->init_state.lvds_pll_cntl; in radeonfb_set_par() [all …]
|
/drivers/media/pci/b2c2/ |
D | flexcop-pci.c | 49 int init_state; member 276 fc_pci->init_state |= FC_PCI_DMA_INIT; in flexcop_pci_dma_init() 282 if (fc_pci->init_state & FC_PCI_DMA_INIT) { in flexcop_pci_dma_exit() 286 fc_pci->init_state &= ~FC_PCI_DMA_INIT; in flexcop_pci_dma_exit() 316 fc_pci->init_state |= FC_PCI_INIT; in flexcop_pci_init() 330 if (fc_pci->init_state & FC_PCI_INIT) { in flexcop_pci_exit() 336 fc_pci->init_state &= ~FC_PCI_INIT; in flexcop_pci_exit()
|
/drivers/base/ |
D | pinctrl.c | 48 dev->pins->init_state = pinctrl_lookup_state(dev->pins->p, in pinctrl_bind_pins() 50 if (IS_ERR(dev->pins->init_state)) { in pinctrl_bind_pins() 57 ret = pinctrl_select_state(dev->pins->p, dev->pins->init_state); in pinctrl_bind_pins()
|
/drivers/infiniband/hw/i40iw/ |
D | i40iw_main.c | 993 iwdev->init_state = HMC_OBJS_CREATED; in i40iw_hmc_setup() 1463 i40iw_pr_info("state = %d\n", iwdev->init_state); in i40iw_deinit_device() 1467 switch (iwdev->init_state) { in i40iw_deinit_device() 1513 i40iw_pr_err("bad init_state = %d\n", iwdev->init_state); in i40iw_deinit_device() 1636 iwdev->init_state = INITIAL_STATE; in i40iw_open() 1642 iwdev->init_state = CQP_CREATED; in i40iw_open() 1649 iwdev->init_state = CCQ_CREATED; in i40iw_open() 1653 iwdev->init_state = ILQ_CREATED; in i40iw_open() 1657 iwdev->init_state = IEQ_CREATED; in i40iw_open() 1661 iwdev->init_state = AEQ_CREATED; in i40iw_open() [all …]
|
D | i40iw_utils.c | 163 if (iwdev->init_state < IP_ADDR_REGISTERED || iwdev->closing) in i40iw_inetaddr_event() 220 if (iwdev->init_state < IP_ADDR_REGISTERED || iwdev->closing) in i40iw_inet6addr_event() 269 if (iwdev->init_state < IP_ADDR_REGISTERED || iwdev->closing) in i40iw_net_event()
|
/drivers/iommu/ |
D | amd_iommu_init.c | 262 static enum iommu_init_state init_state = IOMMU_START_STATE; variable 2602 switch (init_state) { in state_next() 2605 init_state = IOMMU_NOT_FOUND; in state_next() 2608 init_state = IOMMU_IVRS_DETECTED; in state_next() 2613 init_state = ret ? IOMMU_INIT_ERROR : IOMMU_ACPI_FINISHED; in state_next() 2614 if (init_state == IOMMU_ACPI_FINISHED && amd_iommu_disabled) { in state_next() 2618 init_state = IOMMU_CMDLINE_DISABLED; in state_next() 2625 init_state = IOMMU_ENABLED; in state_next() 2630 init_state = ret ? IOMMU_INIT_ERROR : IOMMU_PCI_INIT; in state_next() 2635 init_state = ret ? IOMMU_INIT_ERROR : IOMMU_INTERRUPTS_EN; in state_next() [all …]
|
/drivers/media/common/b2c2/ |
D | flexcop.c | 127 fc->init_state |= FC_STATE_DVB_INIT; in flexcop_dvb_init() 147 if (fc->init_state & FC_STATE_DVB_INIT) { in flexcop_dvb_exit() 160 fc->init_state &= ~FC_STATE_DVB_INIT; in flexcop_dvb_exit()
|
D | flexcop-i2c.c | 271 fc->init_state |= FC_STATE_I2C_INIT; in flexcop_i2c_init() 283 if (fc->init_state & FC_STATE_I2C_INIT) { in flexcop_i2c_exit() 288 fc->init_state &= ~FC_STATE_I2C_INIT; in flexcop_i2c_exit()
|
D | flexcop-fe-tuner.c | 710 fc->init_state |= FC_STATE_FE_INIT; in flexcop_frontend_init() 716 if (fc->init_state & FC_STATE_FE_INIT) { in flexcop_frontend_exit() 720 fc->init_state &= ~FC_STATE_FE_INIT; in flexcop_frontend_exit()
|
D | flexcop-common.h | 67 int init_state; member
|
/drivers/video/fbdev/omap/ |
D | omapfb_main.c | 1628 int init_state; in omapfb_do_probe() local 1634 init_state = 0; in omapfb_do_probe() 1655 init_state++; in omapfb_do_probe() 1686 init_state++; in omapfb_do_probe() 1693 init_state++; in omapfb_do_probe() 1698 init_state++; in omapfb_do_probe() 1718 init_state++; in omapfb_do_probe() 1725 init_state++; in omapfb_do_probe() 1730 init_state++; in omapfb_do_probe() 1761 omapfb_free_resources(fbdev, init_state); in omapfb_do_probe()
|
/drivers/media/dvb-frontends/ |
D | stv6111.c | 373 static void init_state(struct stv *state) in init_state() function 663 init_state(state); in stv6111_attach()
|
/drivers/nvdimm/ |
D | btt.h | 235 int init_state; member
|
D | btt.c | 872 btt->init_state = INIT_NOTFOUND; in discover_arenas() 918 btt->init_state = INIT_READY; in discover_arenas() 1047 btt->init_state = INIT_READY; in btt_meta_init() 1615 if (btt->init_state != INIT_READY && nd_region->ro) { in btt_init() 1619 } else if (btt->init_state != INIT_READY) { in btt_init()
|
/drivers/parport/ |
D | parport_atari.c | 151 .init_state = parport_atari_init_state,
|
D | parport_amiga.c | 173 .init_state = amiga_init_state,
|
D | share.c | 84 .init_state = dead_initstate, /* init_state */ 819 port->ops->init_state(tmp, tmp->state); in parport_register_device() 964 port->ops->init_state(par_dev, par_dev->state); in parport_register_dev_model()
|
D | parport_gsc.c | 115 .init_state = parport_gsc_init_state,
|
D | parport_mfc3.c | 266 .init_state = mfc3_init_state,
|
D | parport_sunbpp.c | 248 .init_state = parport_sunbpp_init_state,
|
/drivers/regulator/ |
D | lp8788-ldo.c | 538 cfg.ena_gpio_flags = ldo->en_pin->init_state; in lp8788_dldo_probe() 587 cfg.ena_gpio_flags = ldo->en_pin->init_state; in lp8788_aldo_probe()
|
D | lp872x.c | 745 pinstate = dvs->init_state; in lp872x_init_dvs() 904 pdata->dvs->init_state = dvs_state ? DVS_HIGH : DVS_LOW; in lp872x_populate_pdata_from_dt()
|
/drivers/scsi/cxlflash/ |
D | common.h | 127 enum cxlflash_init_state init_state; member
|
/drivers/spi/ |
D | spi-tle62x0.c | 261 st->gpio_state = pdata->init_state; in tle62x0_probe()
|