Home
last modified time | relevance | path

Searched refs:monitor (Results 1 – 25 of 51) sorted by relevance

123

/drivers/w1/slaves/
DKconfig82 tristate "Dallas 2760 battery monitor chip (HP iPAQ & others)"
84 If you enable this you will have the DS2760 battery monitor
87 The battery monitor chip is used in many batteries/devices
94 tristate "Dallas 2780 battery monitor chip"
96 If you enable this you will have the DS2780 battery monitor
99 The battery monitor chip is used in many batteries/devices
106 tristate "Dallas 2781 battery monitor chip"
108 If you enable this you will have the DS2781 battery monitor
111 The battery monitor chip is used in many batteries/devices
/drivers/net/wireless/ipw2x00/
Dlibipw_module.c130 struct net_device *alloc_libipw(int sizeof_priv, int monitor) in alloc_libipw() argument
146 if (!monitor) { in alloc_libipw()
204 if (!monitor) in alloc_libipw()
213 void free_libipw(struct net_device *dev, int monitor) in free_libipw() argument
222 if (!monitor) in free_libipw()
DKconfig44 Enables promiscuous/monitor mode support for the ipw2100 driver.
106 Enables promiscuous/monitor mode support for the ipw2200 driver.
/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
Daux.c84 nvkm_i2c_aux_monitor(struct nvkm_i2c_aux *aux, bool monitor) in nvkm_i2c_aux_monitor() argument
87 AUX_TRACE(aux, "monitor: %s", monitor ? "yes" : "no"); in nvkm_i2c_aux_monitor()
88 if (monitor) in nvkm_i2c_aux_monitor()
/drivers/video/fbdev/sis/
Dsis_main.c399 static bool sisfb_interpret_edid(struct sisfb_monitor *monitor, u8 *buffer) in sisfb_interpret_edid() argument
418 monitor->feature = buffer[0x18]; in sisfb_interpret_edid()
436 monitor->hmin = buffer[j + 7]; in sisfb_interpret_edid()
437 monitor->hmax = buffer[j + 8]; in sisfb_interpret_edid()
438 monitor->vmin = buffer[j + 5]; in sisfb_interpret_edid()
439 monitor->vmax = buffer[j + 6]; in sisfb_interpret_edid()
440 monitor->dclockmax = buffer[j + 9] * 10 * 1000; in sisfb_interpret_edid()
441 monitor->datavalid = true; in sisfb_interpret_edid()
448 if(!monitor->datavalid) { in sisfb_interpret_edid()
454 monitor->hmin = 65535; monitor->hmax = 0; in sisfb_interpret_edid()
[all …]
/drivers/s390/char/
DKconfig183 prompt "API for reading z/VM monitor service records"
186 Character device driver for reading z/VM monitor service records
190 prompt "API for writing z/VM monitor service records"
193 Character device driver for writing z/VM monitor service records
/drivers/net/ethernet/sfc/
Dfalcon_boards.c716 .monitor = sfe4001_check_hw,
724 .monitor = sfe4002_check_hw,
732 .monitor = sfe4003_check_hw,
740 .monitor = sfn4112f_check_hw,
DKconfig30 hardware monitor device.
/drivers/net/wireless/
Dzd1201.c323 if (zd->monitor) { in zd1201_usbrx()
675 if (zd->monitor) in zd1201_enable()
687 if (zd->monitor) { in zd1201_disable()
795 if (!zd->mac_enabled || zd->monitor) { in zd1201_hard_start_xmit()
949 short porttype, monitor = 0; in zd1201_set_mode() local
965 monitor = 1; in zd1201_set_mode()
989 if (zd->monitor && !monitor) { in zd1201_set_mode()
998 zd->monitor = monitor; in zd1201_set_mode()
1038 if (zd->monitor) in zd1201_get_mode()
Dzd1201.h49 int monitor; member
/drivers/isdn/hardware/mISDN/
DmISDNipac.c326 if (isac->monitor) { in isac_mos_irq()
327 ret = isac->monitor(isac->dch.hw, MONITOR_RX_0, in isac_mos_irq()
344 if (isac->monitor) { in isac_mos_irq()
345 ret = isac->monitor(isac->dch.hw, MONITOR_RX_1, in isac_mos_irq()
365 if (isac->monitor) in isac_mos_irq()
366 ret = isac->monitor(isac->dch.hw, in isac_mos_irq()
376 if (isac->monitor) in isac_mos_irq()
377 ret = isac->monitor(isac->dch.hw, in isac_mos_irq()
398 if (isac->monitor) in isac_mos_irq()
399 ret = isac->monitor(isac->dch.hw, in isac_mos_irq()
[all …]
/drivers/perf/
DKconfig5 menu "Performance monitor support"
/drivers/staging/iio/
DTODO20 - battery voltage monitor (power subsystem related device)
21 - die temperature monitor (thermal management)
/drivers/hid/usbhid/
DKconfig13 (UPS) and monitor control devices.
40 devices, like monitor controls and Uninterruptable Power Supplies.
/drivers/platform/mips/
DKconfig11 extension and hardware monitor drivers. This option itself does
/drivers/vme/bridges/
Dvme_ca91cx42.c1417 static int ca91cx42_lm_attach(struct vme_lm_resource *lm, int monitor, in ca91cx42_lm_attach() argument
1438 if (bridge->lm_callback[monitor] != NULL) { in ca91cx42_lm_attach()
1445 bridge->lm_callback[monitor] = callback; in ca91cx42_lm_attach()
1449 tmp |= CA91CX42_LINT_LM[monitor]; in ca91cx42_lm_attach()
1466 static int ca91cx42_lm_detach(struct vme_lm_resource *lm, int monitor) in ca91cx42_lm_detach() argument
1477 tmp &= ~CA91CX42_LINT_LM[monitor]; in ca91cx42_lm_detach()
1480 iowrite32(CA91CX42_LINT_LM[monitor], in ca91cx42_lm_detach()
1484 bridge->lm_callback[monitor] = NULL; in ca91cx42_lm_detach()
Dvme_tsi148.c2053 static int tsi148_lm_attach(struct vme_lm_resource *lm, int monitor, in tsi148_lm_attach() argument
2076 if (bridge->lm_callback[monitor] != NULL) { in tsi148_lm_attach()
2083 bridge->lm_callback[monitor] = callback; in tsi148_lm_attach()
2087 tmp |= TSI148_LCSR_INTEN_LMEN[monitor]; in tsi148_lm_attach()
2091 tmp |= TSI148_LCSR_INTEO_LMEO[monitor]; in tsi148_lm_attach()
2108 static int tsi148_lm_detach(struct vme_lm_resource *lm, int monitor) in tsi148_lm_detach() argument
2119 lm_en &= ~TSI148_LCSR_INTEN_LMEN[monitor]; in tsi148_lm_detach()
2123 tmp &= ~TSI148_LCSR_INTEO_LMEO[monitor]; in tsi148_lm_detach()
2126 iowrite32be(TSI148_LCSR_INTC_LMC[monitor], in tsi148_lm_detach()
2130 bridge->lm_callback[monitor] = NULL; in tsi148_lm_detach()
/drivers/video/console/
DKconfig60 monitor.
70 monitor.
/drivers/video/fbdev/via/
Dvia_aux_edid.c57 printk(KERN_DEBUG "EDID: %s %s\n", spec->manufacturer, spec->monitor); in query_edid()
/drivers/devfreq/event/
DKconfig6 data from devfreq-event device is used to monitor the state of
/drivers/media/dvb-frontends/
Dmt312.c183 u16 monitor; in mt312_get_symbol_rate() local
200 monitor = (buf[0] << 8) | buf[1]; in mt312_get_symbol_rate()
203 mt312_div(monitor * 15625, 4)); in mt312_get_symbol_rate()
/drivers/platform/x86/
Dintel_ips.c299 struct task_struct *monitor; member
1650 ips->monitor = kthread_run(ips_monitor, ips, "ips-monitor"); in ips_probe()
1651 if (IS_ERR(ips->monitor)) { in ips_probe()
1714 if (ips->monitor) in ips_remove()
1715 kthread_stop(ips->monitor); in ips_remove()
/drivers/net/wireless/ath/wil6210/
DKconfig27 For ISR debug, use W1C (say n); is allows to monitor ISR
/drivers/gpu/drm/nouveau/include/nvkm/subdev/
Di2c.h65 void nvkm_i2c_aux_monitor(struct nvkm_i2c_aux *, bool monitor);
/drivers/power/
DKconfig76 Say Y here to enable battery monitor for Marvell 88PM860x chip.
100 The battery monitor chip is used in many batteries/devices
144 Choose this option if you want to monitor battery status on
361 system. The charger-manager also can monitor charging status in

123