Home
last modified time | relevance | path

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

/linux/drivers/usb/isp1760/
A Disp1760-if.c128 unsigned int devflags = 0; in isp1761_pci_probe() local
144 devflags); in isp1761_pci_probe()
192 unsigned int devflags = 0; in isp1760_plat_probe() local
211 devflags |= ISP1760_FLAG_ISP1761; in isp1760_plat_probe()
214 devflags |= ISP1760_FLAG_ISP1763; in isp1760_plat_probe()
222 devflags |= ISP1760_FLAG_BUS_WIDTH_16; in isp1760_plat_probe()
224 devflags |= ISP1760_FLAG_BUS_WIDTH_8; in isp1760_plat_probe()
227 devflags |= ISP1760_FLAG_PERIPHERAL_EN; in isp1760_plat_probe()
230 devflags |= ISP1760_FLAG_ANALOG_OC; in isp1760_plat_probe()
233 devflags |= ISP1760_FLAG_DACK_POL_HIGH; in isp1760_plat_probe()
[all …]
A Disp1760-core.c55 if (isp->devflags & ISP1760_FLAG_BUS_WIDTH_16) in isp1760_init_core()
57 if (isp->devflags & ISP1760_FLAG_BUS_WIDTH_8) in isp1760_init_core()
59 if (isp->devflags & ISP1760_FLAG_ANALOG_OC) in isp1760_init_core()
61 if (isp->devflags & ISP1760_FLAG_DACK_POL_HIGH) in isp1760_init_core()
63 if (isp->devflags & ISP1760_FLAG_DREQ_POL_HIGH) in isp1760_init_core()
65 if (isp->devflags & ISP1760_FLAG_INTR_POL_HIGH) in isp1760_init_core()
67 if (isp->devflags & ISP1760_FLAG_INTR_EDGE_TRIG) in isp1760_init_core()
76 if (isp->devflags & ISP1760_FLAG_ISP1761) { in isp1760_init_core()
87 if (isp->devflags & ISP1760_FLAG_ISP1761) { in isp1760_init_core()
493 (devflags & ISP1760_FLAG_ISP1761)); in isp1760_register()
[all …]
A Disp1760-core.h46 unsigned int devflags; member
54 struct device *dev, unsigned int devflags);
/linux/drivers/video/fbdev/matrox/
A Dmatroxfb_DAC1064.c108 if (minfo->devflags.noinit) { in DAC1064_setmclk()
687 if (minfo->devflags.noinit) in MGA1064_preinit()
691 if (minfo->devflags.novga) in MGA1064_preinit()
693 if (minfo->devflags.nobios) in MGA1064_preinit()
798 if (minfo->devflags.novga) in g450_preinit()
800 if (minfo->devflags.nobios) in g450_preinit()
887 if (minfo->devflags.noinit) in MGAG100_preinit()
895 if (minfo->devflags.novga) in MGAG100_preinit()
897 if (minfo->devflags.nobios) in MGAG100_preinit()
945 if (minfo->devflags.sgram) in MGAG100_preinit()
[all …]
A Dmatroxfb_base.c340 if (minfo->devflags.support32MB) in matrox_pan_var()
1605 if (minfo->devflags.g450dac) { in setDefaultOutputs()
1660 minfo->devflags.vgastep = 4; in initMatrox2()
1668 minfo->devflags.vgastep = 8; in initMatrox2()
1679 minfo->devflags.textstep = minfo->devflags.vgastep * minfo->devflags.textmode; in initMatrox2()
1680 minfo->devflags.textvram = 65536 / minfo->devflags.textmode; in initMatrox2()
1777 minfo->devflags.ydstorg = 0; in initMatrox2()
1787 if (!minfo->devflags.novga) in initMatrox2()
2091 minfo->devflags.novga = 1; in matroxfb_probe()
2092 minfo->devflags.nobios = 1; in matroxfb_probe()
[all …]
A Dmatroxfb_Ti3026.c357 if (minfo->devflags.mga_24bpp_fix) in Ti3026_setpclk()
553 if (minfo->devflags.noinit) in ti3026_ramdac_init()
705 if (minfo->devflags.noinit) in Ti3026_preinit()
710 if (minfo->devflags.novga) in Ti3026_preinit()
712 if (minfo->devflags.nobios) in Ti3026_preinit()
714 if (minfo->devflags.nopciretry) in Ti3026_preinit()
A Dmatroxfb_crtc2.c87 if (minfo->devflags.g450dac) { in matroxfb_dh_restore()
485 if (minfo->devflags.panellink) { in matroxfb_dh_ioctl()
537 if (minfo->devflags.panellink) { in matroxfb_dh_ioctl()
697 if (!minfo->devflags.crtc2) in matroxfb_crtc2_probe()
A Dmatroxfb_g450.c605 if (minfo->devflags.g450dac) { in matroxfb_g450_connect()
622 if (minfo->devflags.g450dac) { in matroxfb_g450_shutdown()
A Di2c-matroxfb.c173 if (minfo->devflags.dualhead) { in i2c_matroxfb_probe()
A Dmatroxfb_base.h460 } devflags; member
A Dmatroxfb_misc.c778 pci_read_config_dword(pdev, minfo->devflags.fbResource, &fbbase); in matroxfb_read_pins()
/linux/include/uapi/linux/raid/
A Dmd_p.h281 __u8 devflags; /* per-device flags. Only two defined...*/ member
/linux/drivers/parport/
A Dshare.c811 if (!test_and_set_bit(PARPORT_DEVPROC_REGISTERED, &port->devflags)) { in parport_register_dev_model()
855 clear_bit(PARPORT_DEVPROC_REGISTERED, &port->devflags); in parport_unregister_device()
/linux/include/linux/
A Dparport.h246 unsigned long devflags; member
/linux/drivers/md/
A Dmd.c1959 if (sb->devflags & WriteMostly1) in super_1_validate()
1961 if (sb->devflags & FailFast1) in super_1_validate()
2002 sb->devflags |= FailFast1; in super_1_sync()
2004 sb->devflags &= ~FailFast1; in super_1_sync()
2007 sb->devflags |= WriteMostly1; in super_1_sync()
2009 sb->devflags &= ~WriteMostly1; in super_1_sync()

Completed in 49 milliseconds