| /linux/drivers/scsi/ |
| H A D | ppa.c | 165 static int device_check(ppa_struct *dev, bool autodetect); 471 bool autodetect = dev->mode == PPA_AUTODETECT; in ppa_init() local 473 if (autodetect) { in ppa_init() 515 return device_check(dev, autodetect); in ppa_init() 906 static int device_check(ppa_struct *dev, bool autodetect) in device_check() argument 918 if (autodetect && (ppb & 0x0007) == 0x0000) in device_check()
|
| H A D | imm.c | 54 static int device_check(imm_struct *dev, bool autodetect); 591 bool autodetect = dev->mode == IMM_AUTODETECT; in imm_init() local 593 if (autodetect) { in imm_init() 612 return device_check(dev, autodetect); in imm_init() 1017 static int device_check(imm_struct *dev, bool autodetect) in device_check() argument 1029 if (autodetect && (ppb & 0x0007) == 0x0000) in device_check()
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-log-status.rst | 35 channels. Also many modern devices autodetect video and audio standards
|
| H A D | hist-v4l2.rst | 392 added to autodetect the received standard, if the hardware has this
|
| /linux/drivers/block/ |
| H A D | floppy.c | 2075 !drive_params[drive].autodetect[probed_format]) { in next_valid_format() 2079 if (floppy_type[drive_params[drive].autodetect[probed_format]].sect) { in next_valid_format() 2818 …_floppy = floppy_type + drive_params[current_drive].autodetect[drive_state[current_drive].probed_f… in redo_fd_request() 3376 static bool valid_floppy_drive_params(const short autodetect[FD_AUTODETECT_SIZE], in valid_floppy_drive_params() 3383 if (autodetect[i] < 0 || in valid_floppy_drive_params() 3384 autodetect[i] >= floppy_type_size) in valid_floppy_drive_params() 3520 if (!valid_floppy_drive_params(inparam.dp.autodetect, in fd_locked_ioctl() 3598 short autodetect[FD_AUTODETECT_SIZE]; member 3712 if (!valid_floppy_drive_params(v.autodetect, v.native_format)) in compat_setdrvprm() 3731 memcpy(drive_params[drive].autodetect, v.autodetect, in compat_setdrvprm() [all …]
|
| /linux/include/uapi/linux/ |
| H A D | fd.h | 178 short autodetect[FD_AUTODETECT_SIZE]; /* autodetected formats */ member
|
| /linux/drivers/pnp/pnpbios/ |
| H A D | Kconfig | 11 Specification Version 1.0A May 5, 1994" to autodetect built-in
|
| /linux/Documentation/fb/ |
| H A D | efifb.rst | 36 For GOP displays, efifb can autodetect the display's resolution and framebuffer
|
| H A D | sstfb.rst | 112 Default: 0 (= autodetect)
|
| /linux/Documentation/networking/device_drivers/ethernet/dec/ |
| H A D | dmfe.rst | 32 This way it will autodetect the device mode.This is the suggested way to load the module.Or you can…
|
| /linux/Documentation/usb/ |
| H A D | iuu_phoenix.rst | 86 The autodetect feature used is the serial CD. If that doesn't
|
| /linux/Documentation/networking/device_drivers/ethernet/dlink/ |
| H A D | dl2k.rst | 267 autodetect. 270 autodetect.
|
| /linux/Documentation/i2c/busses/ |
| H A D | i2c-parport.rst | 31 way to autodetect the devices. Support for different pinout configurations
|
| /linux/drivers/media/pci/saa7164/ |
| H A D | saa7164-api.c | 569 int saa7164_api_set_audio_detection(struct saa7164_port *port, int autodetect) in saa7164_api_set_audio_detection() argument 575 dprintk(DBGLVL_API, "%s(%d)\n", __func__, autodetect); in saa7164_api_set_audio_detection() 578 if (autodetect) in saa7164_api_set_audio_detection()
|
| /linux/tools/bpf/bpftool/Documentation/ |
| H A D | bpftool-btf.rst | 93 dump) is passed as a *FILE*, bpftool attempts to autodetect the path
|
| /linux/Documentation/admin-guide/ |
| H A D | svga.rst | 208 CLGD autodetect works better. Doesn't depend on 80x25 being
|
| /linux/Documentation/networking/device_drivers/ethernet/cirrus/ |
| H A D | cs89x0.rst | 276 media type (no autodetect)
|
| /linux/Documentation/admin-guide/media/ |
| H A D | bttv.rst | 39 If it doesn't bttv likely could not autodetect your card and needs some 68 bttv uses the PCI Subsystem ID to autodetect the card type. lspci lists
|