Searched refs:monitor (Results 51 - 75 of 165) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cachefiles/
H A Dinternal.h89 wait_queue_t monitor; /* link into monitored waitqueue */ member in struct:cachefiles_one_read
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dsgivwfb.c154 * Description: This should turn off the monitor and dbe. This is used
730 if (!strncmp(this_opt, "monitor:", 8)) {
747 char *monitor; local
778 monitor = "SGI 1600SW flatpanel";
782 monitor = "CRT";
785 printk(KERN_INFO "sgivwfb: %s monitor selected\n", monitor);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/boards/favr-32/
H A Dsetup.c118 .monitor = "LB104V03",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-at91/
H A Dboard-cap9adk.c327 .monitor = "TX09D70VM1CCA",
H A Dboard-neocore926.c255 .monitor = "TX09D70VM1CCA",
H A Dboard-sam9263ek.c281 .monitor = "TX09D70VM1CCA",
H A Dboard-sam9m10g45ek.c200 .monitor = "LB043WQ1",
H A Dboard-sam9rlek.c174 .monitor = "TX09D50VM1CCA",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vme/bridges/
H A Dvme_tsi148.c96 * Wake up location monitor queue
271 /* Location monitor irqs */
1849 * This does not enable the LM monitor - that should be done when the first
1870 dev_err(tsi148_bridge->parent, "Location monitor "
1916 /* Get configuration of the callback monitor and return whether it is enabled
1966 * Attach a callback to a specific location monitor.
1968 * Callback will be passed the monitor triggered.
1970 int tsi148_lm_attach(struct vme_lm_resource *lm, int monitor, argument
1983 /* Ensure that the location monitor is configured - need PGM or DATA */
1987 dev_err(tsi148_bridge->parent, "Location monitor no
2025 tsi148_lm_detach(struct vme_lm_resource *lm, int monitor) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/platform/x86/
H A Dintel_ips.c83 * Package level MSRs for monitor/control
296 struct task_struct *monitor; member in struct:ips_driver
1127 dev_dbg(&ips->dev->dev, "ips-monitor thread stopped\n");
1394 * monitor and control graphics turbo mode. If we can find them, we can
1600 * Set up the work queue and monitor thread. The monitor thread
1603 ips->monitor = kthread_run(ips_monitor, ips, "ips-monitor");
1604 if (IS_ERR(ips->monitor)) {
1606 "failed to create thermal monitor threa
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/tools/
H A DMakefile37 bin_PROGRAMS = dbus-launch$(EXEEXT) dbus-monitor$(EXEEXT) \
78 am_dbus_monitor_OBJECTS = dbus-monitor.$(OBJEXT) \
345 dbus-monitor.c \
468 dbus-monitor$(EXEEXT): $(dbus_monitor_OBJECTS) $(dbus_monitor_DEPENDENCIES)
469 @rm -f dbus-monitor$(EXEEXT)
488 include ./$(DEPDIR)/dbus-monitor.Po
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/sfc/
H A Dselftest.c565 if (efx->type->monitor != NULL) {
567 efx->type->monitor(efx);
H A Dnet_driver.h627 * @workqueue: Workqueue for port reconfigures and the HW monitor.
631 * @monitor_work: Hardware monitor workitem
824 * @monitor: Periodic function for polling link state and hardware monitor
869 void (*monitor)(struct efx_nic *efx); member in struct:efx_nic_type
H A Defx.c127 * monitor, which checks for known hardware bugs and resets the
1250 /* Start the hardware monitor if there is one. Otherwise (we're link
1253 if (efx->type->monitor != NULL) {
1271 /* Make sure the hardware monitor is stopped */
1376 * Hardware monitor
1388 "hardware monitor executing on CPU %d\n",
1390 BUG_ON(efx->type->monitor == NULL);
1399 efx->type->monitor(efx);
1507 * before the monitor starts running */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-core/
H A Dmulticast-lookup.c268 avahi_interface_monitor_walk(e->server->monitor, interface, protocol, scan_interface_callback, &cbdata);
H A Dprobe-sched.c143 s->time_event_queue = i->monitor->server->time_event_queue;
H A Dquery-sched.c163 s->time_event_queue = i->monitor->server->time_event_queue;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dmulticast-lookup.c268 avahi_interface_monitor_walk(e->server->monitor, interface, protocol, scan_interface_callback, &cbdata);
H A Dprobe-sched.c143 s->time_event_queue = i->monitor->server->time_event_queue;
H A Dquery-sched.c163 s->time_event_queue = i->monitor->server->time_event_queue;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/mISDN/
H A Dipac.h37 int (*monitor)(void *, u32, u8 *, int); member in struct:isac_hw
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vme/
H A Dvme.c1082 * Request the location monitor, return resource or NULL
1204 int vme_lm_attach(struct vme_resource *resource, int monitor, argument
1222 return bridge->lm_attach(lm, monitor, callback);
1226 int vme_lm_detach(struct vme_resource *resource, int monitor) argument
1243 return bridge->lm_detach(lm, monitor);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/doc/
H A DMakefile309 dbus-monitor.1 \
323 dbus-monitor.1.html \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ipw2x00/
H A Dlibipw.h995 extern void free_libipw(struct net_device *dev, int monitor);
996 extern struct net_device *alloc_libipw(int sizeof_priv, int monitor);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dperf_asm.S57 pmenb ; enable performance monitor
83 pmdis ; disable performance monitor

Completed in 385 milliseconds

1234567