/linux-4.4.14/kernel/irq/ |
H A D | autoprobe.c | 25 * probe_irq_on - begin an interrupt autodetect 111 * autodetect interrupts. The interrupt probe logic state 115 * only return autodetect irq numbers - just so that we reset 142 * probe_irq_off - end an interrupt autodetect
|
/linux-4.4.14/sound/usb/ |
H A D | midi.h | 9 int8_t out_ep; /* ep number, 0 autodetect */
|
H A D | endpoint.c | 1216 * Reset it so that we autodetect again the next time. snd_usb_handle_sync_urb()
|
/linux-4.4.14/drivers/media/i2c/ |
H A D | msp3400-driver.h | 42 #define OPMODE_AUTODETECT 1 /* use autodetect (>= msp3410 only) */ 43 #define OPMODE_AUTOSELECT 2 /* use autodetect & autoselect (>= msp34xxG) */
|
H A D | msp3400-driver.c | 17 * should work, with autodetect 20 * should work, no autodetect (i.e. default is mono, but you can 24 * should work, with autodetect. Support for NICAM was added by 788 /* MSP revision G and up have both autodetect and autoselect */ msp_probe() 791 /* MSP revision D and up have autodetect */ msp_probe() 846 printk(KERN_CONT "autodetect"); msp_probe() 850 printk(KERN_CONT "autodetect and autoselect"); msp_probe()
|
H A D | msp3400-kthreads.c | 43 { 0x0001, 0, 0, "autodetect start", V4L2_STD_ALL }, 553 /* autodetect doesn't work well with AM ... */ msp3400c_thread() 591 /* autodetect doesn't work well with AM ... */ msp3400c_thread() 728 /* start autodetect. Note: autodetect is not supported for msp3410d_thread() 751 /* triggered autodetect */ msp3410d_thread() 957 /* initialize std to 1 (autodetect) to signal that no standard is msp34xxg_reset() 1027 /* start autodetect */ msp34xxg_thread() 1031 /* watch autodetect */ msp34xxg_thread() 1033 "started autodetect, waiting for result\n"); msp34xxg_thread()
|
H A D | adv7180.c | 195 bool autodetect; member in struct:adv7180_state 342 if (!state->autodetect || state->irq > 0) adv7180_querystd() 390 if (state->autodetect) { adv7180_program_std() 418 /* all standards -> autodetect */ adv7180_s_std() 420 state->autodetect = true; adv7180_s_std() 428 state->autodetect = false; adv7180_s_std() 755 if (isr3 & ADV7180_IRQ3_AD_CHANGE && state->autodetect) adv7180_irq() 1201 state->autodetect = true; adv7180_probe()
|
H A D | ks0127.c | 227 table[KS_CMDA] = 0x2c; /* VSE=0, CCIR 601, autodetect standard */ init_reg_defaults() 428 /* autodetect 50/60 Hz */ ks0127_s_routing() 462 /* autodetect 50/60 Hz */ ks0127_s_routing() 580 /* did it autodetect? */ ks0127_s_std()
|
H A D | adv7183.c | 50 * All standards are supported through autodetect, 8-bit, 4:2:2, ITU-R BT.656 output on P15 to P8. 601 /* v4l2 doesn't support an autodetect standard, pick PAL as default */ adv7183_probe()
|
H A D | saa7115.c | 1722 int autodetect; saa711x_detect_chip() local 1724 autodetect = !id || id->driver_data == 1; saa711x_detect_chip() 1741 if (!autodetect && strcmp(name, id->name)) saa711x_detect_chip() 1787 if (!autodetect && strcmp(name, id->name)) saa711x_detect_chip() 1919 { "saa7115_auto", 1 }, /* autodetect */
|
H A D | tvp5150.c | 1160 core->norm = V4L2_STD_ALL; /* Default is autodetect */ tvp5150_probe()
|
H A D | adv7842.c | 1931 /* color space conversion, autodetect color space */ select_input()
|
/linux-4.4.14/init/ |
H A D | do_mounts_md.c | 269 if (!strncmp(str, "autodetect", wlen)) raid_setup() 291 printk(KERN_INFO "md: Waiting for all devices to be available before autodetect\n"); autodetect_raid() 308 printk(KERN_INFO "md: Skipping autodetection of RAID arrays. (raid=autodetect will force)\n"); md_run_setup()
|
/linux-4.4.14/block/ |
H A D | compat_ioctl.c | 229 short autodetect[8]; member in struct:compat_floppy_drive_params 379 err |= __copy_from_user(f->autodetect, uf->autodetect, sizeof(f->autodetect)); compat_fd_ioctl() 452 err |= __copy_to_user(uf->autodetect, f->autodetect, sizeof(f->autodetect)); compat_fd_ioctl()
|
/linux-4.4.14/drivers/net/ethernet/ibm/emac/ |
H A D | phy.h | 46 0 for autodetect */
|
/linux-4.4.14/drivers/net/wireless/ti/wl12xx/ |
H A D | cmd.c | 117 wl1271_debug(DEBUG_CMD, "FEM autodetect: %s, manufacturer: %d\n", wl1271_cmd_general_parms() 185 wl1271_debug(DEBUG_CMD, "FEM autodetect: %s, manufacturer: %d\n", wl128x_cmd_general_parms()
|
/linux-4.4.14/drivers/acpi/ |
H A D | video_detect.c | 299 * First check cmdline, then dmi quirks, then do autodetect. 301 * The autodetect order is:
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
H A D | i915_params.c | 67 "Override lid status (0=autodetect, 1=autodetect disabled [default], "
|
/linux-4.4.14/drivers/isdn/hysdn/ |
H A D | hysdn_init.c | 53 /* things like autodetect... */
|
/linux-4.4.14/include/media/ |
H A D | cx25840.h | 180 audio autodetect fails on some channels for these models and the workaround
|
/linux-4.4.14/arch/arm/kernel/ |
H A D | dma-isa.c | 160 * Try to autodetect presence of an ISA DMA controller. isa_init_dma()
|
/linux-4.4.14/arch/arm/mach-footbridge/ |
H A D | isa-irq.c | 15 * 16-Mar-1999 RMK Added autodetect of ISA PICs
|
/linux-4.4.14/drivers/media/platform/vivid/ |
H A D | vivid-core.c | 66 MODULE_PARM_DESC(vid_cap_nr, " videoX start number, -1 is autodetect"); 70 MODULE_PARM_DESC(vid_out_nr, " videoX start number, -1 is autodetect"); 74 MODULE_PARM_DESC(vbi_cap_nr, " vbiX start number, -1 is autodetect"); 78 MODULE_PARM_DESC(vbi_out_nr, " vbiX start number, -1 is autodetect"); 82 MODULE_PARM_DESC(sdr_cap_nr, " swradioX start number, -1 is autodetect"); 86 MODULE_PARM_DESC(radio_rx_nr, " radioX start number, -1 is autodetect"); 90 MODULE_PARM_DESC(radio_tx_nr, " radioX start number, -1 is autodetect");
|
/linux-4.4.14/drivers/media/pci/ivtv/ |
H A D | ivtv-driver.c | 267 "\t\t\t-1 is autodetect, 0 is off, 1 is on\n" 268 "\t\t\tDefault is autodetect"); 512 IVTV_ERR("tveeprom cannot autodetect tuner!\n"); ivtv_process_eeprom() 532 /* autodetect tuner standard */ ivtv_process_eeprom() 667 IVTV_WARN("Invalid tunertype argument, will autodetect instead\n"); ivtv_process_options() 683 IVTV_ERR("Unknown user specified type, trying to autodetect card\n"); ivtv_process_options()
|
/linux-4.4.14/drivers/staging/rdma/ehca/ |
H A D | ehca_main.c | 99 "number of connected ports (-1: autodetect (default), " 113 "(default: autodetect)"); 116 "(default: autodetect)"); 119 "(default: autodetect)");
|
H A D | ehca_sqp.c | 102 if (ehca_nr_ports < 0) /* autodetect mode */ ehca_define_sqp()
|
H A D | ehca_irq.c | 395 /* only replay modify_qp calls in autodetect mode; parse_ec()
|
H A D | ehca_qp.c | 850 * for autodetect mode internal_create_qp()
|
/linux-4.4.14/drivers/char/agp/ |
H A D | sis-agp.c | 451 MODULE_PARM_DESC(agp_sis_agp_spec,"0=force sis init, 1=force generic agp3 init, default: autodetect");
|
/linux-4.4.14/kernel/ |
H A D | memremap.c | 75 * capability of memremap() to autodetect cases where memremap()
|
/linux-4.4.14/arch/sh/kernel/cpu/sh4a/ |
H A D | clock-sh7343.c | 268 /* autodetect extal or dll configuration */ arch_clk_init()
|
H A D | clock-sh7366.c | 261 /* autodetect extal or dll configuration */ arch_clk_init()
|
H A D | clock-sh7722.c | 236 /* autodetect extal or dll configuration */ arch_clk_init()
|
H A D | clock-sh7723.c | 284 /* autodetect extal or dll configuration */ arch_clk_init()
|
H A D | clock-sh7724.c | 358 /* autodetect extal or fll configuration */ arch_clk_init()
|
/linux-4.4.14/drivers/hwmon/ |
H A D | dell-smm-hwmon.c | 108 MODULE_PARM_DESC(fan_mult, "Factor to multiply fan speed with (default: autodetect)"); 112 MODULE_PARM_DESC(fan_max, "Maximum configurable fan speed (default: autodetect)");
|
H A D | abituguru.c | 182 " -1 autodetect\n" 189 "(0 = autodetect)"); 193 "(0 = autodetect)");
|
H A D | gl520sm.c | 39 MODULE_PARM_DESC(extra_sensor_type, "Type of extra sensor (0=autodetect, 1=temperature, 2=voltage)");
|
/linux-4.4.14/drivers/media/pci/cx18/ |
H A D | cx18-av-core.c | 201 /* Clear bits 11-12 to enable slow locking mode. Set autodetect mode */ cx18_av_initialize() 562 /* Select autodetect for SECAM */ input_change() 861 u8 fmt = 0; /* zero is autodetect */ cx18_av_s_std() 1224 case 4: p = "autodetect"; break; log_audio_status()
|
H A D | cx18-driver.c | 421 CX18_ERR("tveeprom cannot autodetect tuner!\n"); cx18_process_eeprom() 432 /* autodetect tuner standard */ cx18_process_eeprom() 656 CX18_ERR("Unknown user specified type, trying to autodetect card\n"); cx18_process_options()
|
/linux-4.4.14/drivers/media/pci/saa7164/ |
H A D | saa7164-api.c | 583 int saa7164_api_set_audio_detection(struct saa7164_port *port, int autodetect) saa7164_api_set_audio_detection() argument 589 dprintk(DBGLVL_API, "%s(%d)\n", __func__, autodetect); saa7164_api_set_audio_detection() 591 /* Disable TV Audio autodetect if not already set (buggy) */ saa7164_api_set_audio_detection() 592 if (autodetect) saa7164_api_set_audio_detection()
|
H A D | saa7164.h | 559 int saa7164_api_set_audio_detection(struct saa7164_port *port, int autodetect);
|
/linux-4.4.14/drivers/media/radio/ |
H A D | radio-miropcm20.c | 59 MODULE_PARM_DESC(radio_nr, "Set radio device number (/dev/radioX). Default: -1 (autodetect)");
|
/linux-4.4.14/include/linux/mmc/ |
H A D | dw_mmc.h | 270 * Override fifo depth. If 0, autodetect it from the FIFOTH register,
|
/linux-4.4.14/sound/pci/au88x0/ |
H A D | au88x0.c | 83 /* autodetect if workarounds are required */ snd_vortex_workaround()
|
/linux-4.4.14/drivers/video/fbdev/nvidia/ |
H A D | nvidia.c | 1536 "(0=disabled, 1=enabled, -1=autodetect) (default=-1)"); 1540 "(0=disabled, 1=enabled, -1=autodetect) (default=-1)"); 1560 "fails. (0 or 1) (default=autodetect)");
|
/linux-4.4.14/drivers/usb/dwc2/ |
H A D | platform.c | 344 /* Default all params to autodetect */ dwc2_driver_probe()
|
/linux-4.4.14/drivers/scsi/mvsas/ |
H A D | mv_defs.h | 96 MODE_AUTO_DET_PORT7 = (1U << 15), /* port0 SAS/SATA autodetect */
|
/linux-4.4.14/drivers/staging/media/lirc/ |
H A D | lirc_parallel.c | 168 /* autodetect timer */ init_lirc_timer()
|
/linux-4.4.14/drivers/mtd/nand/ |
H A D | jz4740_nand.c | 461 /* We are going to autodetect NAND chips in the banks specified in the jz_nand_probe()
|
/linux-4.4.14/drivers/media/pci/solo6x10/ |
H A D | solo6x10-core.c | 41 MODULE_PARM_DESC(video_nr, "videoX start number, -1 is autodetect (default)");
|
/linux-4.4.14/include/uapi/linux/ |
H A D | fd.h | 174 short autodetect[8]; /* autodetected formats */ member in struct:floppy_drive_params
|
/linux-4.4.14/arch/mips/alchemy/common/ |
H A D | usb.c | 299 * by boot firmware or platform init code; I can't autodetect au1300_usb_init()
|
/linux-4.4.14/tools/power/cpupower/utils/ |
H A D | cpufreq-info.c | 215 /* Any way to autodetect this ? */ get_boost_mode()
|
/linux-4.4.14/drivers/s390/block/ |
H A D | dasd_devmap.c | 64 * <dasd> : autodetect|probeonly|<devices>(,<devices>)* 258 if (strncmp("autodetect", parsestring, length) == 0) { dasd_parse_keyword()
|
/linux-4.4.14/drivers/media/dvb-core/ |
H A D | dvb_frontend.h | 508 * wants to autodetect. 514 * @pilot: Enable/disable/autodetect pilot tones
|
/linux-4.4.14/drivers/video/fbdev/ |
H A D | atafb.c | 400 static char *autodetect_names[] = { "autodetect", NULL }; 435 { /* autodetect */ 1802 /* Detected mode is always the "autodetect" slot */ falcon_detect() 2787 var = atafb_predefined[detected_mode - 1]; /* autodetect */ check_default_par()
|
H A D | sstfb.c | 97 static int mem; /* mem size in MB, 0 = autodetect */ 1521 MODULE_PARM_DESC(mem, "Size of frame buffer memory in MB (1, 2, 4 MB, default=autodetect)");
|
/linux-4.4.14/drivers/media/pci/cx88/ |
H A D | cx88-tvaudio.c | 736 dprintk("start nicam autodetect.\n"); cx88_detect_nicam()
|
/linux-4.4.14/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-i2c-core.c | 273 the autodetect attempt and just return success if we see that. */ i2c_hack_wm8775()
|
/linux-4.4.14/net/atm/ |
H A D | pppoatm.c | 222 pr_debug("Couldn't autodetect yet (skb: %02X %02X %02X %02X %02X %02X)\n", pppoatm_push()
|
/linux-4.4.14/include/linux/ |
H A D | genhd.h | 41 LINUX_RAID_PARTITION = 0xfd, /* autodetect RAID partition */
|
/linux-4.4.14/drivers/media/usb/tm6000/ |
H A D | tm6000-video.c | 59 static int video_nr = -1; /* /dev/videoN, -1 for autodetect */ 60 static int radio_nr = -1; /* /dev/radioN, -1 for autodetect */
|
/linux-4.4.14/drivers/media/usb/usbvision/ |
H A D | usbvision-video.c | 141 MODULE_PARM_DESC(video_nr, "Set video device number (/dev/videoX). Default: -1 (autodetect)"); 142 MODULE_PARM_DESC(radio_nr, "Set radio device number (/dev/radioX). Default: -1 (autodetect)");
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
H A D | cx24116.c | 379 u8 mask; /* In DVBS mode this is used to autodetect */ 1402 * the demod does not support autodetect. cx24116_set_frontend()
|
H A D | stb0899_drv.c | 1644 /* use configured inversion as default -- we'll later autodetect inversion */ stb0899_attach()
|
H A D | cx24117.c | 226 u8 mask; /* In DVBS mode this is used to autodetect */
|
/linux-4.4.14/drivers/net/ethernet/smsc/ |
H A D | smc9194.c | 17 . ifport = 0 for autodetect, 1 for TP, 2 for AUI ( or 10base2 ) 997 printk(CARDNAME": Couldn't autodetect your IRQ. Use irq=xx.\n"); smc_probe()
|
H A D | smc911x.c | 1924 netdev_warn(dev, "Couldn't autodetect your IRQ. Use irq=xx.\n"); smc911x_probe()
|
H A D | smc91x.c | 1970 netdev_warn(dev, "Couldn't autodetect your IRQ. Use irq=xx.\n"); smc_probe()
|
H A D | smsc911x.c | 1089 /* External PHY supported, try to autodetect */ smsc911x_mii_init()
|
/linux-4.4.14/drivers/media/usb/s2255/ |
H A D | s2255drv.c | 374 static int video_nr = -1; /* /dev/videoN, -1 for autodetect */ 382 MODULE_PARM_DESC(video_nr, "start video minor(-1 default autodetect)");
|
/linux-4.4.14/drivers/usb/serial/ |
H A D | iuu_phoenix.c | 148 * This is known as CD autodetect mechanism
|
/linux-4.4.14/drivers/scsi/ |
H A D | NCR53c406a.c | 481 #else /* autodetect */ NCR53c406a_detect()
|
H A D | fdomain.c | 26 Future Domain BIOS versions supported for autodetect:
|
/linux-4.4.14/drivers/isdn/hardware/eicon/ |
H A D | cardtype.h | 67 #define PROTTYPE_US 9 /* US autodetect */
|
/linux-4.4.14/drivers/net/arcnet/ |
H A D | arcnet.c | 454 /* autodetect the encapsulation for each host. */ arcnet_open()
|
/linux-4.4.14/drivers/media/pci/tw68/ |
H A D | tw68-video.c | 131 .name = "PAL", /* autodetect */
|
/linux-4.4.14/drivers/media/pci/zoran/ |
H A D | zoran_card.c | 97 /* /dev/videoN, -1 for autodetect */
|
/linux-4.4.14/drivers/media/v4l2-core/ |
H A D | tuner-core.c | 1362 { "tuner", }, /* autodetect */
|
/linux-4.4.14/drivers/pcmcia/ |
H A D | ti113x.h | 222 * ZV autodetect mode we don't use but don't actually need.
|
/linux-4.4.14/drivers/pinctrl/ |
H A D | pinctrl-adi2.c | 398 /* In case of interrupt autodetect, set irq type to edge sensitive. */ adi_gpio_irq_type()
|
/linux-4.4.14/drivers/net/ethernet/silan/ |
H A D | sc92031.c | 52 MODULE_PARM_DESC(media, "Media type (0x00 = autodetect,"
|
/linux-4.4.14/drivers/net/ethernet/amd/ |
H A D | ni65.c | 264 static int dmatab[] __initdata = { 0,3,5,6,7 }; /* dma config-translate and autodetect */
|
/linux-4.4.14/drivers/clk/tegra/ |
H A D | clk-tegra20.c | 607 pr_err("Unexpected clock autodetect value %d", tegra20_clk_measure_input_freq()
|
/linux-4.4.14/drivers/ata/ |
H A D | pata_legacy.c | 138 static int opti82c46x; /* Opti 82c465MV present(pri/sec autodetect) */
|
/linux-4.4.14/fs/gfs2/ |
H A D | ops_fstype.c | 366 /* Try to autodetect */ init_names()
|
/linux-4.4.14/arch/arm/mach-iop13xx/ |
H A D | pci.c | 916 * note: if "iop13xx_init_atu=" is specified this autodetect iop13xx_atu_select()
|
/linux-4.4.14/sound/pci/ |
H A D | fm801.c | 1252 /* autodetect tuner connection */ snd_fm801_create()
|
H A D | intel8x0.c | 93 MODULE_PARM_DESC(ac97_clock, "AC'97 codec clock (0 = whitelist + auto-detect, 1 = force autodetect).");
|
/linux-4.4.14/sound/pci/hda/ |
H A D | patch_ca0132.c | 3145 * If autodetect is enabled, output will be selected based on jack detection. 3147 * If autodetect is disabled, output will be selected based on selection. 3310 * If autodetect is enabled, mic will be selected based on jack detection. 3312 * If autodetect is disabled, mic will be selected based on selection.
|
/linux-4.4.14/drivers/watchdog/ |
H A D | pcwd.c | 25 * Removed some extra defines, added an autodetect Revision
|
/linux-4.4.14/drivers/video/fbdev/matrox/ |
H A D | matroxfb_base.c | 1704 /* convert mem (autodetect k, M) */ initMatrox2() 2489 MODULE_PARM_DESC(mem, "Size of available memory in MB, KB or B (2,4,8,12,16MB, default=autodetect)");
|
/linux-4.4.14/drivers/media/pci/ttpci/ |
H A D | av7110.c | 108 MODULE_PARM_DESC(budgetpatch, "use budget-patch hardware modification: default 0 (0 no, 1 autodetect, 2 always)"); 2392 /* autodetect the presence of budget patch av7110_attach()
|
H A D | budget-ci.c | 90 MODULE_PARM_DESC(rc5_device, "only IR commands to given RC5 device (device = 0 - 31, any device = 255, default: autodetect)");
|
/linux-4.4.14/drivers/media/rc/ |
H A D | imon.c | 444 MODULE_PARM_DESC(display_type, "Type of attached display. 0=autodetect, " 445 "1=vfd, 2=lcd, 3=vga, 4=none (default: autodetect)");
|
H A D | ite-cir.c | 85 MODULE_PARM_DESC(model_number, "Use this model number, don't autodetect");
|
/linux-4.4.14/drivers/isdn/hisax/ |
H A D | callc.c | 42 * will be lost and autodetect on many comercial routers goes wrong !
|
H A D | config.c | 41 * 6 ELSA PC [p0=iobase] or nothing (autodetect)
|
/linux-4.4.14/drivers/media/i2c/cx25840/ |
H A D | cx25840-core.c | 979 6.5MHz carrier, else autodetect it */ input_change() 1277 u8 fmt = 0; /* zero is autodetect */ set_v4lstd() 1615 case 2: p = "autodetect"; break; log_audio_status() 1625 case 4: p = "autodetect"; break; log_audio_status()
|
/linux-4.4.14/drivers/media/pci/bt8xx/ |
H A D | bttv-cards.c | 139 "\t\t 0 = autodetect (default)\n" 3490 /* tuner configuration (from card list / autodetect / insmod option) */ bttv_init_card2() 3559 case 0: /* autodetect */ bttv_init_card2()
|
/linux-4.4.14/drivers/block/ |
H A D | floppy.c | 2027 if (probed_format >= 8 || !DP->autodetect[probed_format]) { next_valid_format() 2031 if (floppy_type[DP->autodetect[probed_format]].sect) { next_valid_format() 2866 _floppy = floppy_type + DP->autodetect[DRS->probed_format]; redo_fd_request()
|
/linux-4.4.14/drivers/video/fbdev/riva/ |
H A D | fbdev.c | 2188 MODULE_PARM_DESC(forceCRTC, "Forces usage of a particular CRTC in case autodetection fails. (0 or 1) (default=autodetect)");
|
/linux-4.4.14/drivers/media/pci/saa7134/ |
H A D | saa7134-video.c | 222 .name = "PAL", /* autodetect */
|
/linux-4.4.14/drivers/net/ethernet/xircom/ |
H A D | xirc2ps_cs.c | 10 * autodetect the media properly. In this case use the
|
/linux-4.4.14/drivers/net/irda/ |
H A D | vlsi_ir.c | 342 : ((clksrc==1)?"48MHz PLL":"autodetect")); vlsi_seq_show()
|
/linux-4.4.14/fs/reiserfs/ |
H A D | super.c | 1710 reiserfs_info(s, "FS seems to be empty, autodetect is using the default hash\n"); find_hash_out()
|
/linux-4.4.14/drivers/tty/serial/8250/ |
H A D | 8250_port.c | 732 * This is a helper routine to autodetect StarTech/Exar/Oxsemi UART's.
|
H A D | 8250_pci.c | 5160 * parts of the autodetect in some cases and uses otherwise
|
/linux-4.4.14/drivers/usb/atm/ |
H A D | ueagle-atm.c | 2580 /* try to autodetect annex */ uea_bind()
|
/linux-4.4.14/drivers/media/usb/cx231xx/ |
H A D | cx231xx-avcore.c | 969 * register which resets many values for autodetect
|
/linux-4.4.14/drivers/media/usb/gspca/ |
H A D | xirlink_cit.c | 41 /* FIXME we should autodetect this */
|
/linux-4.4.14/drivers/net/ethernet/packetengines/ |
H A D | hamachi.c | 75 Default is autodetect
|
/linux-4.4.14/drivers/net/ethernet/dec/tulip/ |
H A D | de4x5.c | 135 By default, the driver will now autodetect any DECchip based card.
|