Searched refs:monitor (Results 1 - 25 of 92) sorted by path

1234

/linux-master/arch/parisc/kernel/
H A Dperf_asm.S44 pmenb ; enable performance monitor
70 pmdis ; disable performance monitor
/linux-master/arch/x86/kernel/cpu/resctrl/
H A DMakefile2 obj-$(CONFIG_X86_CPU_RESCTRL) += core.o rdtgroup.o monitor.o
/linux-master/drivers/isdn/hardware/mISDN/
H A Dipac.h24 int (*monitor)(void *, u32, u8 *, int); member in struct:isac_hw
H A DmISDNipac.c311 if (isac->monitor) {
312 ret = isac->monitor(isac->dch.hw, MONITOR_RX_0,
329 if (isac->monitor) {
330 ret = isac->monitor(isac->dch.hw, MONITOR_RX_1,
350 if (isac->monitor)
351 isac->monitor(isac->dch.hw,
361 if (isac->monitor)
362 isac->monitor(isac->dch.hw,
383 if (isac->monitor)
384 isac->monitor(isa
[all...]
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dnic.h151 * @monitor: Board-specific health check function
159 int (*monitor) (struct ef4_nic *nic); member in struct:falcon_board_type
169 * @hwmon_client: I2C client for hardware monitor
H A Defx.c115 * monitor.
117 * - Check the on-board hardware monitor;
1821 /* Start the hardware monitor if there is one */
1822 if (efx->type->monitor != NULL)
1953 * Hardware monitor
1964 "hardware monitor executing on CPU %d\n",
1966 BUG_ON(efx->type->monitor == NULL);
1970 * most of the work of monitor() anyway. */
1973 efx->type->monitor(efx);
2063 * before the monitor start
[all...]
H A Dfalcon.c2077 rc = falcon_board(efx)->type->monitor(efx);
2716 .monitor = falcon_monitor,
2813 .monitor = falcon_monitor,
H A Dfalcon_boards.c128 /* If link is up then do not monitor temperature */
199 * It also has a MAX6647 temperature monitor which we expose to
418 /* If XAUI link is up then do not monitor */
713 .monitor = sfe4001_check_hw,
721 .monitor = sfe4002_check_hw,
729 .monitor = sfe4003_check_hw,
737 .monitor = sfn4112f_check_hw,
H A Dnet_driver.h649 * @workqueue: Workqueue for port reconfigures and the HW monitor.
752 * @monitor_work: Hardware monitor workitem
932 * @monitor: Periodic function for polling link state and hardware monitor
1048 void (*monitor)(struct ef4_nic *efx); member in struct:ef4_nic_type
H A Dselftest.c602 if (efx->type->monitor != NULL) {
604 efx->type->monitor(efx);
/linux-master/drivers/video/fbdev/via/
H A Dvia_aux_edid.c42 printk(KERN_DEBUG "EDID: %s %s\n", spec->manufacturer, spec->monitor);
/linux-master/tools/power/cpupower/
H A Dcpupower-completion.sh5 _cpupower_commands="frequency-info frequency-set idle-info idle-set set info monitor"
71 monitor) COMPREPLY=($(compgen -W "$flags" -- "$cur")) ;;
89 monitor) _monitor ;;
123 monitor) _monitor ;;
/linux-master/arch/arm/kernel/
H A Dentry-header.S228 strex r1, r2, [r0] @ clear the exclusive monitor
237 strex r2, r1, [sp, #S_LR] @ clear the exclusive monitor
319 strex r1, r2, [r2] @ clear the exclusive monitor
334 @ monitor is part of the exception entry and exit sequence.
351 strex r1, r2, [sp] @ clear the exclusive monitor
/linux-master/arch/arm/mach-omap2/
H A Dsleep34xx.S98 smc #1 @ call SMI monitor (smi #1)
419 smc #1 @ call SMI monitor (smi #1)
430 smc #1 @ call SMI monitor (smi #1)
445 smc #1 @ call SMI monitor (smi #1)
455 smc #0 @ Call SMI monitor (smieq)
461 smc #0 @ Call SMI monitor (smieq)
466 smc #0 @ Call SMI monitor (smieq)
/linux-master/arch/x86/kvm/
H A Demulate.c4020 DI(SrcNone | Priv, monitor),
/linux-master/drivers/atm/
H A Dfore200e.c2335 struct cp_monitor __iomem * monitor = fore200e->cp_monitor; local
2340 fore200e->bus->write(((u32) c) | FORE200E_CP_MONITOR_UART_AVAIL, &monitor->soft_uart.send);
2346 struct cp_monitor __iomem * monitor = fore200e->cp_monitor; local
2352 c = (int) fore200e->bus->read(&monitor->soft_uart.recv);
2356 fore200e->bus->write(FORE200E_CP_MONITOR_UART_FREE, &monitor->soft_uart.recv);
2372 /* the i960 monitor doesn't accept any new character if it has something to say */
2796 " monitor release:\t\t%d.%d\n"
2812 " monitor:\n"
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Di2c.h52 void nvkm_i2c_aux_monitor(struct nvkm_i2c_aux *, bool monitor);
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
H A Daux.c97 nvkm_i2c_aux_monitor(struct nvkm_i2c_aux *aux, bool monitor) argument
100 AUX_TRACE(aux, "monitor: %s", str_yes_no(monitor));
101 if (monitor)
/linux-master/drivers/media/dvb-frontends/
H A Dmt312.c165 u16 monitor; local
182 monitor = (buf[0] << 8) | buf[1];
185 DIV_ROUND_CLOSEST(monitor * 15625, 4));
/linux-master/drivers/net/ethernet/sfc/
H A Defx_common.c37 * monitor.
316 * Hardware monitor
327 "hardware monitor executing on CPU %d\n",
329 BUG_ON(efx->type->monitor == NULL);
333 * most of the work of monitor() anyway.
336 if (efx->port_enabled && efx->type->monitor)
337 efx->type->monitor(efx);
346 if (efx->type->monitor)
539 /* Start the hardware monitor if there is one */
H A Dnet_driver.h830 * @workqueue: Workqueue for port reconfigures and the HW monitor.
967 * @monitor_work: Hardware monitor workitem
1215 * @monitor: Periodic function for polling link state and hardware monitor
1362 void (*monitor)(struct efx_nic *efx); member in struct:efx_nic_type
H A Dselftest.c595 if (efx->type->monitor != NULL) {
597 efx->type->monitor(efx);
/linux-master/drivers/net/ethernet/sfc/siena/
H A Defx_common.c36 * monitor.
38 * - Check the on-board hardware monitor;
320 * Hardware monitor
331 "hardware monitor executing on CPU %d\n",
333 BUG_ON(efx->type->monitor == NULL);
337 * most of the work of monitor() anyway.
340 if (efx->port_enabled && efx->type->monitor)
341 efx->type->monitor(efx);
350 if (efx->type->monitor)
543 /* Start the hardware monitor i
[all...]
H A Dnet_driver.h798 * @workqueue: Workqueue for port reconfigures and the HW monitor.
933 * @monitor_work: Hardware monitor workitem
1159 * @monitor: Periodic function for polling link state and hardware monitor
1311 void (*monitor)(struct efx_nic *efx); member in struct:efx_nic_type
H A Dselftest.c600 if (efx->type->monitor != NULL) {
602 efx->type->monitor(efx);

Completed in 362 milliseconds

1234