Home
last modified time | relevance | path

Searched refs:autodetect (Results 1 – 7 of 7) sorted by relevance

/drivers/block/
Dfloppy.c2076 !drive_params[drive].autodetect[probed_format]) { in next_valid_format()
2080 if (floppy_type[drive_params[drive].autodetect[probed_format]].sect) { in next_valid_format()
2822 …_floppy = floppy_type + drive_params[current_drive].autodetect[drive_state[current_drive].probed_f… in redo_fd_request()
3380 static bool valid_floppy_drive_params(const short autodetect[FD_AUTODETECT_SIZE], in valid_floppy_drive_params()
3387 if (autodetect[i] < 0 || in valid_floppy_drive_params()
3388 autodetect[i] >= floppy_type_size) in valid_floppy_drive_params()
3523 if (!valid_floppy_drive_params(inparam.dp.autodetect, in fd_locked_ioctl()
3601 short autodetect[FD_AUTODETECT_SIZE]; member
3715 if (!valid_floppy_drive_params(v.autodetect, v.native_format)) in compat_setdrvprm()
3734 memcpy(drive_params[drive].autodetect, v.autodetect, in compat_setdrvprm()
[all …]
/drivers/media/i2c/
Dsaa7115.c1711 int autodetect; in saa711x_detect_chip() local
1713 autodetect = !id || id->driver_data == 1; in saa711x_detect_chip()
1730 if (!autodetect && strcmp(name, id->name)) in saa711x_detect_chip()
1776 if (!autodetect && strcmp(name, id->name)) in saa711x_detect_chip()
1790 if (!autodetect && strcmp(name, id->name)) in saa711x_detect_chip()
/drivers/pnp/pnpbios/
DKconfig11 Specification Version 1.0A May 5, 1994" to autodetect built-in
/drivers/md/
DMakefile52 obj-y += md-autodetect.o
DKconfig41 If you say Y here, then the kernel will try to autodetect raid
/drivers/media/pci/saa7164/
Dsaa7164-api.c569 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()
Dsaa7164.h541 int saa7164_api_set_audio_detection(struct saa7164_port *port, int autodetect);