Searched refs:override (Results 1 - 25 of 27) sorted by relevance

12

/drivers/pci/pcie/aer/
H A DKconfig22 Used to override firmware/bios settings for PCI Express ECRC
/drivers/auxdisplay/
H A DKconfig55 If you compile this as a module, you can still override this
70 If you compile this as a module, you can still override this
119 If you compile this as a module, you can still override this
/drivers/pcmcia/
H A Dyenta_socket.h107 int (*override)(struct yenta_socket *); member in struct:cardbus_type
H A Dyenta_socket.c858 .override = ti_override,
864 .override = ti113x_override,
870 .override = ti12xx_override,
876 .override = ti1250_override,
882 .override = ene_override,
890 .override = ricoh_override,
897 .override = topic95_override,
900 .override = topic97_override,
905 .override = o2micro_override,
971 /* probes the PCI interrupt, use only on override function
[all...]
/drivers/net/wireless/brcm80211/brcmsmac/phy/
H A Dphy_hal.h242 bool *override);
244 bool override);
H A Dphy_cmn.c1311 int wlc_phy_txpower_get(struct brcms_phy_pub *ppi, uint *qdbm, bool *override) argument
1316 if (override != NULL)
1317 *override = pi->txpwroverride;
1371 int wlc_phy_txpower_set(struct brcms_phy_pub *ppi, uint qdbm, bool override) argument
/drivers/scsi/
H A Daha152x.c3659 struct aha152x_setup override = SETUP0; local
3661 if (setup_count == 0 || (override.io_port != setup[0].io_port)) {
3662 if (!checksetup(&override)) {
3663 printk(KERN_ERR "\naha152x: invalid override SETUP0={0x%x,%d,%d,%d,%d,%d,%d,%d}\n",
3664 override.io_port,
3665 override.irq,
3666 override.scsiid,
3667 override.reconnect,
3668 override.parity,
3669 override
3680 struct aha152x_setup override = SETUP1; local
[all...]
H A Dt128.c68 * used on the LILO command line to override the defaults.
75 * Note that if the override methods are used, place holders must
124 static struct override { struct
H A Ddtc.c53 * used on the LILO command line to override the defaults.
132 static struct override { struct
H A Dpas16.c78 * used on the LILO command line to override the defaults.
91 * Note that if the override methods are used, place holders must
103 * the LILO command line override. Try to get it recognized without
154 static struct override { struct
H A Dg_NCR5380.c53 * used on the LILO command line to override the defaults.
126 static struct override { struct
143 * internal_setup - handle lilo command string override
/drivers/acpi/
H A DKconfig253 See Documentation/acpi/dsdt-override.txt
270 "acpi=force" can be used to override this mechanism.
385 to override that restriction).
/drivers/media/video/bt8xx/
H A Dbttvp.h256 void bttv_set_dma(struct bttv *btv, int override);
H A Dbttv-risc.c463 bttv_set_dma(struct bttv *btv, int override) argument
476 capctl |= override;
/drivers/net/ethernet/neterion/vxge/
H A Dvxge-main.h428 int vxge_fw_upgrade(struct vxgedev *vdev, char *fw_name, int override);
/drivers/net/wireless/b43/
H A Dphy_n.c245 "intc override timeout\n");
264 "intc override timeout\n");
1486 u16 class, override; local
1518 override = 0x140;
1520 override = 0x110;
1524 b43_phy_write(dev, B43_NPHY_RFCTL_INTC1, override);
1529 b43_phy_write(dev, B43_NPHY_RFCTL_INTC2, override);
2117 bool override = false; local
2122 override = true;
2125 override
4919 u16 override = on ? 0x0 : 0x7FFF; local
[all...]
/drivers/net/ethernet/intel/igb/
H A De1000_hw.h428 enum e1000_nvm_override override; member in struct:e1000_nvm_info
H A De1000_82575.c219 switch (nvm->override) {
1331 * so that it will override the Si installed default perm
/drivers/video/console/
H A DKconfig108 You can always override the automatic selection of the primary device
/drivers/net/ethernet/micrel/
H A Dksz884x.c1040 * @override: Override setting.
1049 u8 override:1; member in struct:ksz_mac_table
1266 * @overrides: Hardware features to override.
1726 * @override: The flag to override the port receive/transmit settings.
1735 u8 ports, int override, int valid, int use_fid, u8 fid)
1746 if (override)
2814 * Need to setup static MAC table with override to keep receiving BPDU
2849 entry->override, 0,
2872 entry->override
1734 sw_w_sta_mac_table(struct ksz_hw *hw, u16 addr, u8 *mac_addr, u8 ports, int override, int valid, int use_fid, u8 fid) argument
[all...]
/drivers/infiniband/hw/qib/
H A Dqib_iba7322.c2516 /* Allow override of LED display for, e.g. Locating system in rack */
5639 static void init_txdds_table(struct qib_pportdata *ppd, int override);
5834 * general, don't override specific settings.
7217 * if override is set, the module parameter txselect has a value
7223 const struct txdds_ent **qdr_dds, int override)
7229 for (idx = 0; !override && idx < ARRAY_SIZE(vendor_txdds); ++idx) {
7244 if (!override && QSFP_IS_ACTIVE(qd->tech)) {
7251 if (!override && QSFP_HAS_ATTEN(qd->tech) && (qd->atten[0] ||
7260 * EEPROM, or no QSFP, or override is set, use the
7292 static void init_txdds_table(struct qib_pportdata *ppd, int override) argument
7220 find_best_ent(struct qib_pportdata *ppd, const struct txdds_ent **sdr_dds, const struct txdds_ent **ddr_dds, const struct txdds_ent **qdr_dds, int override) argument
[all...]
/drivers/net/ethernet/intel/e1000e/
H A D80003es2lan.c166 switch (nvm->override) {
1343 * so that it will override the Si installed default perm
H A Dhw.h919 enum e1000_nvm_override override; member in struct:e1000_nvm_info
H A D82571.c172 switch (nvm->override) {
1832 * so that it will override the Si installed default perm
/drivers/staging/media/easycap/
H A Deasycap_main.c2496 unsigned int override, bad; local
2539 override = 0;
2624 if ((8 == more) || override) {

Completed in 7127 milliseconds

12