Searched refs:init_state (Results 1 - 23 of 23) sorted by relevance

/drivers/video/aty/
H A Dradeon_backlight.c76 lvds_gen_cntl |= (rinfo->init_state.lvds_gen_cntl & LVDS_DIGON);
84 lvds_gen_cntl |= (rinfo->init_state.lvds_gen_cntl & LVDS_BL_MOD_EN);
95 rinfo->init_state.lvds_gen_cntl &= ~LVDS_STATE_MASK;
96 rinfo->init_state.lvds_gen_cntl |= rinfo->pending_lvds_gen_cntl
120 rinfo->init_state.lvds_gen_cntl &= ~LVDS_STATE_MASK;
121 rinfo->init_state.lvds_gen_cntl |= (lvds_gen_cntl & LVDS_STATE_MASK);
H A Dradeon_base.c985 | LVDS_EN | (rinfo->init_state.lvds_gen_cntl
992 rinfo->init_state.lvds_gen_cntl &= ~LVDS_STATE_MASK;
993 rinfo->init_state.lvds_gen_cntl |=
1030 rinfo->init_state.lvds_gen_cntl &= ~LVDS_STATE_MASK;
1031 rinfo->init_state.lvds_gen_cntl |= val & LVDS_STATE_MASK;
1639 newmode->crtc_more_cntl = rinfo->init_state.crtc_more_cntl;
1732 newmode->vclk_ecp_cntl = rinfo->init_state.vclk_ecp_cntl;
1772 newmode->fp_gen_cntl = (rinfo->init_state.fp_gen_cntl & (u32)
1796 newmode->lvds_gen_cntl = rinfo->init_state.lvds_gen_cntl;
1797 newmode->lvds_pll_cntl = rinfo->init_state
[all...]
H A Dradeonfb.h291 struct radeon_regs init_state; member in struct:radeonfb_info
/drivers/media/dvb/b2c2/
H A Dflexcop-pci.c49 int init_state; member in struct:flexcop_pci
277 fc_pci->init_state |= FC_PCI_DMA_INIT;
283 if (fc_pci->init_state & FC_PCI_DMA_INIT) {
287 fc_pci->init_state &= ~FC_PCI_DMA_INIT;
317 fc_pci->init_state |= FC_PCI_INIT;
332 if (fc_pci->init_state & FC_PCI_INIT) {
339 fc_pci->init_state &= ~FC_PCI_INIT;
H A Dflexcop-i2c.c270 fc->init_state |= FC_STATE_I2C_INIT;
282 if (fc->init_state & FC_STATE_I2C_INIT) {
287 fc->init_state &= ~FC_STATE_I2C_INIT;
H A Dflexcop.c131 fc->init_state |= FC_STATE_DVB_INIT;
151 if (fc->init_state & FC_STATE_DVB_INIT) {
164 fc->init_state &= ~FC_STATE_DVB_INIT;
H A Dflexcop-common.h67 int init_state; member in struct:flexcop_device
H A Dflexcop-fe-tuner.c667 fc->init_state |= FC_STATE_FE_INIT;
673 if (fc->init_state & FC_STATE_FE_INIT) {
677 fc->init_state &= ~FC_STATE_FE_INIT;
/drivers/parport/
H A Dparport_atari.c160 .init_state = parport_atari_init_state,
H A Dparport_amiga.c209 .init_state = amiga_init_state,
H A Dshare.c83 .init_state = dead_initstate, /* init_state */
613 * This has to be run as last thing since init_state may need other
616 port->ops->init_state(tmp, tmp->state);
H A Dparport_ax88796.c214 dev_dbg(dd->dev, "init_state: %p: state=%p\n", d, s);
252 .init_state = parport_ax88796_init_state,
H A Dparport_gsc.c115 .init_state = parport_gsc_init_state,
H A Dparport_mfc3.c301 .init_state = mfc3_init_state,
H A Dparport_sunbpp.c269 .init_state = parport_sunbpp_init_state,
H A Dparport_ip32.c1788 .init_state = parport_ip32_init_state,
H A Dparport_pc.c1199 .init_state = parport_pc_init_state,
/drivers/video/omap/
H A Domapfb_main.c1670 int init_state; local
1676 init_state = 0;
1697 init_state++;
1726 init_state++;
1733 init_state++;
1740 init_state++;
1760 init_state++;
1765 init_state++;
1770 init_state++;
1801 omapfb_free_resources(fbdev, init_state);
[all...]
/drivers/spi/
H A Dspi-tle62x0.c264 st->gpio_state = pdata->init_state;
/drivers/scsi/
H A Dadvansys.c578 ushort init_state; member in struct:asc_dvc_var
2444 printk(" last_q_shortage %u, init_state 0x%x, no_scam 0x%x, "
2446 (unsigned)h->init_state, (unsigned)h->no_scam,
4776 !(asc_dvc->init_state & ASC_INIT_RESET_SCSI_DONE)) {
4780 asc_dvc->init_state |= ASC_INIT_STATE_BEG_LOAD_MC;
4819 asc_dvc->init_state |= ASC_INIT_STATE_END_LOAD_MC;
7891 if ((asc_dvc->init_state & ASC_INIT_STATE_END_LOAD_MC) == 0) {
9721 /* asc_dvc->init_state initialized in AscInitGetConfig(). */
10070 asc_dvc->init_state |= ASC_INIT_RESET_SCSI_DONE;
10224 asc_dvc->init_state
[all...]
/drivers/usb/misc/
H A Duss720.c662 .init_state = parport_uss720_init_state,
/drivers/usb/serial/
H A Dmos7720.c678 .init_state = parport_mos7715_init_state,
/drivers/media/dvb/frontends/
H A Ddrxk_hard.c611 static int init_state(struct drxk_state *state) function
6421 init_state(state);

Completed in 288 milliseconds