Searched refs:autodetect (Results 1 - 8 of 8) sorted by relevance

/linux-master/include/uapi/linux/
H A Dfd.h178 short autodetect[FD_AUTODETECT_SIZE]; /* autodetected formats */ member in struct:floppy_drive_params
/linux-master/drivers/scsi/
H A Dppa.c165 static int device_check(ppa_struct *dev, bool autodetect);
471 bool autodetect = dev->mode == PPA_AUTODETECT; local
473 if (autodetect) {
515 return device_check(dev, autodetect);
906 static int device_check(ppa_struct *dev, bool autodetect) argument
918 if (autodetect && (ppb & 0x0007) == 0x0000)
H A Dimm.c54 static int device_check(imm_struct *dev, bool autodetect);
591 bool autodetect = dev->mode == IMM_AUTODETECT; local
593 if (autodetect) {
612 return device_check(dev, autodetect);
1017 static int device_check(imm_struct *dev, bool autodetect) argument
1029 if (autodetect && (ppb & 0x0007) == 0x0000)
/linux-master/drivers/block/
H A Dfloppy.c2079 !drive_params[drive].autodetect[probed_format]) {
2083 if (floppy_type[drive_params[drive].autodetect[probed_format]].sect) {
2822 _floppy = floppy_type + drive_params[current_drive].autodetect[drive_state[current_drive].probed_format];
3383 static bool valid_floppy_drive_params(const short autodetect[FD_AUTODETECT_SIZE], argument
3390 if (autodetect[i] < 0 ||
3391 autodetect[i] >= floppy_type_size)
3527 if (!valid_floppy_drive_params(inparam.dp.autodetect,
3605 short autodetect[FD_AUTODETECT_SIZE]; member in struct:compat_floppy_drive_params
3719 if (!valid_floppy_drive_params(v.autodetect, v.native_format))
3738 memcpy(drive_params[drive].autodetect,
[all...]
/linux-master/drivers/md/
H A DMakefile46 obj-y += md-autodetect.o
/linux-master/drivers/media/i2c/
H A Dsaa7115.c1711 int autodetect; local
1713 autodetect = !id || id->driver_data == 1;
1730 if (!autodetect && strcmp(name, id->name))
1776 if (!autodetect && strcmp(name, id->name))
1790 if (!autodetect && strcmp(name, id->name))
1939 { "saa7115_auto", 1 }, /* autodetect */
/linux-master/drivers/media/pci/saa7164/
H A Dsaa7164-api.c569 int saa7164_api_set_audio_detection(struct saa7164_port *port, int autodetect) argument
575 dprintk(DBGLVL_API, "%s(%d)\n", __func__, autodetect);
577 /* Disable TV Audio autodetect if not already set (buggy) */
578 if (autodetect)
H A Dsaa7164.h539 int saa7164_api_set_audio_detection(struct saa7164_port *port, int autodetect);

Completed in 184 milliseconds