Searched refs:force_id (Results 1 - 14 of 14) sorted by relevance

/drivers/hwmon/
H A Dsmsc47b397.c44 static unsigned short force_id; variable
45 module_param(force_id, ushort, 0);
46 MODULE_PARM_DESC(force_id, "Override the detected device ID");
306 id = force_id ? force_id : superio_inb(SUPERIO_REG_DEVID);
H A Dsmsc47m1.c45 static unsigned short force_id; variable
46 module_param(force_id, ushort, 0);
47 MODULE_PARM_DESC(force_id, "Override the detected device ID");
536 val = force_id ? force_id : superio_inb(SUPERIO_REG_DEVID);
H A Dpc87427.c41 static unsigned short force_id; variable
42 module_param(force_id, ushort, 0);
43 MODULE_PARM_DESC(force_id, "Override the detected device ID");
1227 val = force_id ? force_id : superio_inb(sioaddr, SIOREG_DEVID);
H A Dvt1211.c48 static unsigned short force_id; variable
49 module_param(force_id, ushort, 0);
50 MODULE_PARM_DESC(force_id, "Override the detected device ID");
1291 devid = force_id ? force_id : superio_inb(sio_cip, SIO_VT1211_DEVID);
H A Ddme1737.c52 static unsigned short force_id; variable
53 module_param(force_id, ushort, 0);
54 MODULE_PARM_DESC(force_id, "Override the detected device ID");
2402 reg = force_id ? force_id : dme1737_sio_inb(sio_cip, 0x20);
2563 reg = force_id ? force_id : dme1737_sio_inb(sio_cip, 0x20);
2658 /* Skip chip detection if module is loaded with force_id parameter */
2659 switch (force_id) {
H A Df71805f.c47 static unsigned short force_id; variable
48 module_param(force_id, ushort, 0);
49 MODULE_PARM_DESC(force_id, "Override the detected device ID");
1579 devid = force_id ? force_id : superio_inw(sioaddr, SIO_REG_DEVID);
H A Df71882fg.c108 static unsigned short force_id; variable
109 module_param(force_id, ushort, 0);
110 MODULE_PARM_DESC(force_id, "Override the detected device ID");
2541 devid = force_id ? force_id : superio_inw(sioaddr, SIO_REG_DEVID);
H A Dit87.c71 static unsigned short force_id; variable
72 module_param(force_id, ushort, 0);
73 MODULE_PARM_DESC(force_id, "Override the detected device ID");
1734 chip_type = force_id ? force_id : superio_inw(DEVID);
H A Dpc87360.c65 static unsigned short force_id; variable
66 module_param(force_id, ushort, 0);
67 MODULE_PARM_DESC(force_id, "Override the detected device ID");
1133 val = force_id ? force_id : superio_inb(sioaddr, DEVID);
H A Dw83627hf.c78 static unsigned short force_id; variable
79 module_param(force_id, ushort, 0);
80 MODULE_PARM_DESC(force_id, "Override the detected device ID");
1292 val = force_id ? force_id : superio_inb(sio_data, DEVID);
H A Dnct6775.c75 static unsigned short force_id; variable
76 module_param(force_id, ushort, 0);
77 MODULE_PARM_DESC(force_id, "Override the detected device ID");
4068 if (force_id)
4069 val = force_id;
H A Dw83627ehf.c81 static unsigned short force_id; variable
82 module_param(force_id, ushort, 0);
83 MODULE_PARM_DESC(force_id, "Override the detected device ID");
2735 if (force_id)
2736 val = force_id;
/drivers/watchdog/
H A Dsch311x_wdt.c66 static unsigned short force_id; variable
67 module_param(force_id, ushort, 0);
68 MODULE_PARM_DESC(force_id, "Override the detected device ID");
471 reg = force_id ? force_id : sch311x_sio_inb(sio_config_port, 0x20);
H A Df71808e_wdt.c82 static unsigned short force_id; variable
83 module_param(force_id, ushort, 0);
84 MODULE_PARM_DESC(force_id, "Override the detected device ID");
750 devid = force_id ? force_id : superio_inw(sioaddr, SIO_REG_DEVID);

Completed in 236 milliseconds