Searched refs:monitor (Results 1 - 25 of 34) sorted by relevance

12

/drivers/w1/slaves/
H A DKconfig59 tristate "Dallas 2760 battery monitor chip (HP iPAQ & others)"
62 If you enable this you will have the DS2760 battery monitor
65 The battery monitor chip is used in many batteries/devices
72 tristate "Dallas 2780 battery monitor chip"
75 If you enable this you will have the DS2780 battery monitor
78 The battery monitor chip is used in many batteries/devices
85 tristate "Dallas 2781 battery monitor chip"
88 If you enable this you will have the DS2781 battery monitor
91 The battery monitor chip is used in many batteries/devices
/drivers/macintosh/
H A Dtherm_pm72.c343 i2c_master_send(state->monitor, buf, 2);
347 rc = i2c_master_send(state->monitor, buf, 1);
349 rc = i2c_master_recv(state->monitor, buf, 1);
357 rc = i2c_master_send(state->monitor, buf, 2);
374 rc = i2c_master_send(state->monitor, buf, 2);
381 rc = i2c_master_send(state->monitor, buf, 1);
385 rc = i2c_master_recv(state->monitor, buf, 2);
1164 state->monitor = attach_i2c_chip(SUPPLY_MONITOR_ID, "CPU0_monitor");
1166 state->monitor = attach_i2c_chip(SUPPLY_MONITORB_ID, "CPU1_monitor");
1167 if (state->monitor
[all...]
H A Dtherm_pm72.h165 struct i2c_client * monitor; member in struct:backside_pid_state
191 struct i2c_client * monitor; member in struct:drives_pid_state
220 struct i2c_client * monitor; member in struct:dimm_pid_state
245 struct i2c_client * monitor; member in struct:slots_pid_state
291 struct i2c_client * monitor; member in struct:cpu_pid_state
/drivers/net/wireless/ipw2x00/
H A Dlibipw_module.c144 struct net_device *alloc_libipw(int sizeof_priv, int monitor) argument
160 if (!monitor) {
218 if (!monitor)
227 void free_libipw(struct net_device *dev, int monitor) argument
236 if (!monitor)
H A DKconfig44 Enables promiscuous/monitor mode support for the ipw2100 driver.
105 Enables promiscuous/monitor mode support for the ipw2200 driver.
H A Dlibipw.h1008 extern void free_libipw(struct net_device *dev, int monitor);
1009 extern struct net_device *alloc_libipw(int sizeof_priv, int monitor);
/drivers/video/via/
H A Dvia_aux_edid.c57 printk(KERN_DEBUG "EDID: %s %s\n", spec->manufacturer, spec->monitor);
/drivers/net/wireless/
H A Dzd1201.h49 int monitor; member in struct:zd1201
H A Dzd1201.c320 if (zd->monitor) {
657 * toggled in promisc (aka monitor) mode.
672 if (zd->monitor)
684 if (zd->monitor) {
792 if (!zd->mac_enabled || zd->monitor) {
949 short porttype, monitor = 0; local
965 monitor = 1;
989 if (zd->monitor && !monitor) {
998 zd->monitor
[all...]
/drivers/video/sis/
H A Dsis_main.c407 sisfb_interpret_edid(struct sisfb_monitor *monitor, u8 *buffer) argument
426 monitor->feature = buffer[0x18];
436 /* EDID V1 rev 1 and 2: Search for monitor descriptor
444 monitor->hmin = buffer[j + 7];
445 monitor->hmax = buffer[j + 8];
446 monitor->vmin = buffer[j + 5];
447 monitor->vmax = buffer[j + 6];
448 monitor->dclockmax = buffer[j + 9] * 10 * 1000;
449 monitor->datavalid = true;
456 if(!monitor
509 sisfb_handle_ddc(struct sis_video_info *ivideo, struct sisfb_monitor *monitor, int crtno) argument
564 sisfb_verify_rate(struct sis_video_info *ivideo, struct sisfb_monitor *monitor, int mode_idx, int rate_idx, int rate) argument
[all...]
/drivers/net/ethernet/sfc/
H A Dfalcon_boards.c131 /* If link is up then do not monitor temperature */
202 * It also has a MAX6647 temperature monitor which we expose to
421 /* If XAUI link is up then do not monitor */
716 .monitor = sfe4001_check_hw,
724 .monitor = sfe4002_check_hw,
732 .monitor = sfe4003_check_hw,
740 .monitor = sfn4112f_check_hw,
H A Dselftest.c598 if (efx->type->monitor != NULL) {
600 efx->type->monitor(efx);
H A Dnic.h76 * @monitor: Board-specific health check function
84 int (*monitor) (struct efx_nic *nic); member in struct:falcon_board_type
94 * @hwmon_client: I2C client for hardware monitor
144 * @hwmon: Hardware monitor state
H A Dfalcon.c1195 rc = falcon_board(efx)->type->monitor(efx);
1760 .monitor = falcon_monitor,
1802 .monitor = falcon_monitor,
/drivers/isdn/hardware/mISDN/
H A DmISDNipac.c326 if (isac->monitor) {
327 ret = isac->monitor(isac->dch.hw, MONITOR_RX_0,
344 if (isac->monitor) {
345 ret = isac->monitor(isac->dch.hw, MONITOR_RX_1,
365 if (isac->monitor)
366 ret = isac->monitor(isac->dch.hw,
376 if (isac->monitor)
377 ret = isac->monitor(isac->dch.hw,
398 if (isac->monitor)
399 ret = isac->monitor(isa
[all...]
H A Dipac.h37 int (*monitor)(void *, u32, u8 *, int); member in struct:isac_hw
/drivers/media/dvb/frontends/
H A Dmt312.c172 u16 monitor; local
189 monitor = (buf[0] << 8) | buf[1];
192 mt312_div(monitor * 15625, 4));
/drivers/staging/vme/bridges/
H A Dvme_ca91cx42.c1291 * This does not enable the LM monitor - that should be done when the first
1305 /* Check the alignment of the location monitor */
1308 dev_err(dev, "Location monitor must be aligned to 64KB "
1319 dev_err(dev, "Location monitor callback attached, "
1359 /* Get configuration of the callback monitor and return whether it is enabled
1401 * Attach a callback to a specific location monitor.
1403 * Callback will be passed the monitor triggered.
1405 static int ca91cx42_lm_attach(struct vme_lm_resource *lm, int monitor, argument
1417 /* Ensure that the location monitor is configured - need PGM or DATA */
1421 dev_err(dev, "Location monitor no
1454 ca91cx42_lm_detach(struct vme_lm_resource *lm, int monitor) argument
[all...]
H A Dvme_tsi148.c96 * Wake up location monitor queue
276 /* Location monitor irqs */
1881 * This does not enable the LM monitor - that should be done when the first
1902 dev_err(tsi148_bridge->parent, "Location monitor "
1948 /* Get configuration of the callback monitor and return whether it is enabled
1998 * Attach a callback to a specific location monitor.
2000 * Callback will be passed the monitor triggered.
2002 static int tsi148_lm_attach(struct vme_lm_resource *lm, int monitor, argument
2015 /* Ensure that the location monitor is configured - need PGM or DATA */
2019 dev_err(tsi148_bridge->parent, "Location monitor no
2057 tsi148_lm_detach(struct vme_lm_resource *lm, int monitor) argument
[all...]
/drivers/video/console/
H A DKconfig79 The default value is 160, which should fit a 1280x1024 monitor.
87 The default value is 64, which should fit a 1280x1024 monitor.
/drivers/video/
H A Dsgivwfb.c154 * Description: This should turn off the monitor and dbe. This is used
735 if (!strncmp(this_opt, "monitor:", 8)) {
752 char *monitor; local
783 monitor = "SGI 1600SW flatpanel";
787 monitor = "CRT";
790 printk(KERN_INFO "sgivwfb: %s monitor selected\n", monitor);
H A DKconfig1171 monitor is recommended, but can still work with non-compliant ones.
1296 The driver starts in monitor mode. You must use the matroxset tool
1321 You can say Y or M here if you want to experiment with monitor
1346 The driver starts in monitor mode and you must use the matroxset
/drivers/platform/x86/
H A Dintel_ips.c85 * Package level MSRs for monitor/control
298 struct task_struct *monitor; member in struct:ips_driver
1120 dev_dbg(&ips->dev->dev, "ips-monitor thread stopped\n");
1419 * monitor and control graphics turbo mode. If we can find them, we can
1625 * Set up the work queue and monitor thread. The monitor thread
1628 ips->monitor = kthread_run(ips_monitor, ips, "ips-monitor");
1629 if (IS_ERR(ips->monitor)) {
1631 "failed to create thermal monitor threa
[all...]
/drivers/input/
H A DKconfig17 Say N here if you have a headless (no monitor, no keyboard) system.
/drivers/staging/vme/
H A Dvme.c1093 * Request the location monitor, return resource or NULL
1215 int vme_lm_attach(struct vme_resource *resource, int monitor, argument
1233 return bridge->lm_attach(lm, monitor, callback);
1237 int vme_lm_detach(struct vme_resource *resource, int monitor) argument
1254 return bridge->lm_detach(lm, monitor);

Completed in 419 milliseconds

12