force_id           39 drivers/hwmon/dme1737.c static unsigned short force_id;
force_id           40 drivers/hwmon/dme1737.c module_param(force_id, ushort, 0);
force_id           41 drivers/hwmon/dme1737.c MODULE_PARM_DESC(force_id, "Override the detected device ID");
force_id         2393 drivers/hwmon/dme1737.c 	reg = force_id ? force_id : dme1737_sio_inb(sio_cip, 0x20);
force_id         2554 drivers/hwmon/dme1737.c 	reg = force_id ? force_id : dme1737_sio_inb(sio_cip, 0x20);
force_id         2650 drivers/hwmon/dme1737.c 	switch (force_id) {
force_id           34 drivers/hwmon/f71805f.c static unsigned short force_id;
force_id           35 drivers/hwmon/f71805f.c module_param(force_id, ushort, 0);
force_id           36 drivers/hwmon/f71805f.c MODULE_PARM_DESC(force_id, "Override the detected device ID");
force_id         1574 drivers/hwmon/f71805f.c 	devid = force_id ? force_id : superio_inw(sioaddr, SIO_REG_DEVID);
force_id          102 drivers/hwmon/f71882fg.c static unsigned short force_id;
force_id          103 drivers/hwmon/f71882fg.c module_param(force_id, ushort, 0);
force_id          104 drivers/hwmon/f71882fg.c MODULE_PARM_DESC(force_id, "Override the detected device ID");
force_id         2630 drivers/hwmon/f71882fg.c 	devid = force_id ? force_id : superio_inw(sioaddr, SIO_REG_DEVID);
force_id           68 drivers/hwmon/it87.c static unsigned short force_id;
force_id           69 drivers/hwmon/it87.c module_param(force_id, ushort, 0);
force_id           70 drivers/hwmon/it87.c MODULE_PARM_DESC(force_id, "Override the detected device ID");
force_id         2400 drivers/hwmon/it87.c 	chip_type = force_id ? force_id : superio_inw(sioaddr, DEVID);
force_id           96 drivers/hwmon/nct6775.c static unsigned short force_id;
force_id           97 drivers/hwmon/nct6775.c module_param(force_id, ushort, 0);
force_id           98 drivers/hwmon/nct6775.c MODULE_PARM_DESC(force_id, "Override the detected device ID");
force_id         4737 drivers/hwmon/nct6775.c 	if (force_id && val != 0xffff)
force_id         4738 drivers/hwmon/nct6775.c 		val = force_id;
force_id           52 drivers/hwmon/pc87360.c static unsigned short force_id;
force_id           53 drivers/hwmon/pc87360.c module_param(force_id, ushort, 0);
force_id           54 drivers/hwmon/pc87360.c MODULE_PARM_DESC(force_id, "Override the detected device ID");
force_id         1100 drivers/hwmon/pc87360.c 	val = force_id ? force_id : superio_inb(sioaddr, DEVID);
force_id           33 drivers/hwmon/pc87427.c static unsigned short force_id;
force_id           34 drivers/hwmon/pc87427.c module_param(force_id, ushort, 0);
force_id           35 drivers/hwmon/pc87427.c MODULE_PARM_DESC(force_id, "Override the detected device ID");
force_id         1205 drivers/hwmon/pc87427.c 	val = force_id ? force_id : superio_inb(sioaddr, SIOREG_DEVID);
force_id           31 drivers/hwmon/smsc47b397.c static unsigned short force_id;
force_id           32 drivers/hwmon/smsc47b397.c module_param(force_id, ushort, 0);
force_id           33 drivers/hwmon/smsc47b397.c MODULE_PARM_DESC(force_id, "Override the detected device ID");
force_id          301 drivers/hwmon/smsc47b397.c 	id = force_id ? force_id : superio_inb(SUPERIO_REG_DEVID);
force_id           32 drivers/hwmon/smsc47m1.c static unsigned short force_id;
force_id           33 drivers/hwmon/smsc47m1.c module_param(force_id, ushort, 0);
force_id           34 drivers/hwmon/smsc47m1.c MODULE_PARM_DESC(force_id, "Override the detected device ID");
force_id          538 drivers/hwmon/smsc47m1.c 	val = force_id ? force_id : superio_inb(SUPERIO_REG_DEVID);
force_id           35 drivers/hwmon/vt1211.c static unsigned short force_id;
force_id           36 drivers/hwmon/vt1211.c module_param(force_id, ushort, 0);
force_id           37 drivers/hwmon/vt1211.c MODULE_PARM_DESC(force_id, "Override the detected device ID");
force_id         1286 drivers/hwmon/vt1211.c 	devid = force_id ? force_id : superio_inb(sio_cip, SIO_VT1211_DEVID);
force_id           68 drivers/hwmon/w83627ehf.c static unsigned short force_id;
force_id           69 drivers/hwmon/w83627ehf.c module_param(force_id, ushort, 0);
force_id           70 drivers/hwmon/w83627ehf.c MODULE_PARM_DESC(force_id, "Override the detected device ID");
force_id         2718 drivers/hwmon/w83627ehf.c 	if (force_id)
force_id         2719 drivers/hwmon/w83627ehf.c 		val = force_id;
force_id           65 drivers/hwmon/w83627hf.c static unsigned short force_id;
force_id           66 drivers/hwmon/w83627hf.c module_param(force_id, ushort, 0);
force_id           67 drivers/hwmon/w83627hf.c MODULE_PARM_DESC(force_id, "Override the detected device ID");
force_id         1267 drivers/hwmon/w83627hf.c 	val = force_id ? force_id : superio_inb(sio_data, DEVID);
force_id           80 drivers/watchdog/f71808e_wdt.c static unsigned short force_id;
force_id           81 drivers/watchdog/f71808e_wdt.c module_param(force_id, ushort, 0);
force_id           82 drivers/watchdog/f71808e_wdt.c MODULE_PARM_DESC(force_id, "Override the detected device ID");
force_id          798 drivers/watchdog/f71808e_wdt.c 	devid = force_id ? force_id : superio_inw(sioaddr, SIO_REG_DEVID);
force_id           62 drivers/watchdog/sch311x_wdt.c static unsigned short force_id;
force_id           63 drivers/watchdog/sch311x_wdt.c module_param(force_id, ushort, 0);
force_id           64 drivers/watchdog/sch311x_wdt.c MODULE_PARM_DESC(force_id, "Override the detected device ID");
force_id          466 drivers/watchdog/sch311x_wdt.c 	reg = force_id ? force_id : sch311x_sio_inb(sio_config_port, 0x20);