Searched refs:event (Results 276 - 300 of 807) sorted by relevance

<<11121314151617181920>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/
H A Dtimer.c298 int keep_flag, int event);
375 static void snd_timer_notify1(struct snd_timer_instance *ti, int event) argument
384 snd_assert(event >= SNDRV_TIMER_EVENT_START &&
385 event <= SNDRV_TIMER_EVENT_PAUSE, return);
386 if (event == SNDRV_TIMER_EVENT_START ||
387 event == SNDRV_TIMER_EVENT_CONTINUE)
401 ts->ccallback(ti, event + 100, &tstamp, resolution);
468 int keep_flag, int event)
506 if (event != SNDRV_TIMER_EVENT_RESOLUTION)
507 snd_timer_notify1(timeri, event);
467 _snd_timer_stop(struct snd_timer_instance * timeri, int keep_flag, int event) argument
870 snd_timer_notify(struct snd_timer *timer, int event, struct timespec *tstamp) argument
1145 snd_timer_user_ccallback(struct snd_timer_instance *timeri, int event, struct timespec *tstamp, unsigned long resolution) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/ulp/iser/
H A Diser_verbs.c53 iser_err("got cq event %d \n", cause->event);
58 iser_err("got qp event %d\n",cause->event);
428 static int iser_cma_handler(struct rdma_cm_id *cma_id, struct rdma_cm_event *event) argument
432 iser_err("event %d conn %p id %p\n",event->event,cma_id->context,cma_id);
434 switch (event->event) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/
H A Dprocessor_core.c84 static void acpi_processor_notify(acpi_handle handle, u32 event, void *data);
676 static void acpi_processor_notify(acpi_handle handle, u32 event, void *data) argument
688 switch (event) {
691 acpi_bus_generate_event(device, event,
696 acpi_bus_generate_event(device, event, 0);
700 "Unsupported event [0x%x]\n", event));
816 acpi_processor_hotplug_notify(acpi_handle handle, u32 event, void *data) argument
823 switch (event) {
826 printk("Processor driver received %s event\
[all...]
H A Dvideo.c260 static void acpi_video_device_notify(acpi_handle handle, u32 event, void *data);
265 static int acpi_video_switch_output(struct acpi_video_bus *video, int event);
272 u32 level_current, u32 event);
274 int event);
487 * active display output. No switch event.
491 * event notify code.
1530 * event : notify event
1540 static int acpi_video_switch_output(struct acpi_video_bus *video, int event) argument
1566 switch (event) {
1583 acpi_video_get_next_level(struct acpi_video_device *device, u32 level_current, u32 event) argument
1617 acpi_video_switch_brightness(struct acpi_video_device *device, int event) argument
1713 acpi_video_bus_notify(acpi_handle handle, u32 event, void *data) argument
1755 acpi_video_device_notify(acpi_handle handle, u32 event, void *data) argument
[all...]
H A Dec.c133 static inline int acpi_ec_check_status(struct acpi_ec *ec, enum ec_event event, argument
139 if (event == ACPI_EC_EVENT_OBF_1) {
142 } else if (event == ACPI_EC_EVENT_IBF_0) {
150 static int acpi_ec_wait(struct acpi_ec *ec, enum ec_event event, argument
156 if (acpi_ec_check_status(ec, event, 0))
161 acpi_ec_check_status(ec, event, count),
163 acpi_ec_check_status(ec, event, 0)) {
168 acpi_ec_read_status(ec), event);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-utils/
H A Davahi-browse.c109 n_all_for_now++; /* Make sure that this event is not repeated */
120 n_cache_exhausted++; /* Make sure that this event is not repeated */
174 AvahiResolverEvent event,
190 switch (event) {
284 AvahiBrowserEvent event,
296 switch (event) {
376 AvahiBrowserEvent event,
387 switch (event) {
440 AvahiBrowserEvent event,
450 switch (event) {
170 service_resolver_callback( AvahiServiceResolver *r, AvahiIfIndex interface, AvahiProtocol protocol, AvahiResolverEvent event, const char *name, const char *type, const char *domain, const char *host_name, const AvahiAddress *a, uint16_t port, AvahiStringList *txt, AVAHI_GCC_UNUSED AvahiLookupResultFlags flags, void *userdata) argument
280 service_browser_callback( AvahiServiceBrowser *b, AvahiIfIndex interface, AvahiProtocol protocol, AvahiBrowserEvent event, const char *name, const char *type, const char *domain, AvahiLookupResultFlags flags, void *userdata) argument
372 service_type_browser_callback( AvahiServiceTypeBrowser *b, AVAHI_GCC_UNUSED AvahiIfIndex interface, AVAHI_GCC_UNUSED AvahiProtocol protocol, AvahiBrowserEvent event, const char *type, const char *domain, AVAHI_GCC_UNUSED AvahiLookupResultFlags flags, void *userdata) argument
436 domain_browser_callback( AvahiDomainBrowser *b, AVAHI_GCC_UNUSED AvahiIfIndex interface, AVAHI_GCC_UNUSED AvahiProtocol protocol, AvahiBrowserEvent event, const char *domain, AVAHI_GCC_UNUSED AvahiLookupResultFlags flags, void *userdata) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/
H A Dseq_queue.c277 &cell->event.time.tick)) {
282 /* event remains in the queue */
291 &cell->event.time.time)) {
296 /* event remains in the queue */
313 /* enqueue a event to singe queue */
320 dest = cell->event.queue; /* destination queue */
325 if ((cell->event.flags & SNDRV_SEQ_TIME_MODE_MASK) == SNDRV_SEQ_TIME_MODE_REL) {
326 switch (cell->event.flags & SNDRV_SEQ_TIME_STAMP_MASK) {
328 cell->event.time.tick += q->timer->tick.cur_tick;
332 snd_seq_inc_real_time(&cell->event
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/touchscreen/
H A Dh3600_ts_input.c68 #define KEYBD_ID 2 /* Keyboard (event) */
69 #define TOUCHS_ID 3 /* Touch Screen (event)*/
101 unsigned char event; /* event ID from packet */ member in struct:h3600_dev
162 * This function translates the native event packets to linux input event
172 switch (ts->event) {
222 * Native touchscreen event data is formatted as shown below:-
249 /* Send a non input event elsewhere */
302 ts->event
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/core/
H A Diwcm.c61 struct iw_cm_event event; member in struct:iwcm_work
74 * with allocation failures on the event upcall from the provider (which
79 * 1) in the event upcall, cm_event_handler(), for a listening cm_id. If
135 * the event ptr to point to the local copy.
137 static int copy_private_data(struct iw_cm_event *event) argument
141 p = kmemdup(event->private_data, event->private_data_len, GFP_ATOMIC);
144 event->private_data = p;
189 static int cm_event_handler(struct iw_cm_id *cm_id, struct iw_cm_event *event);
248 * process the event a
[all...]
H A Dsa_query.c406 static void ib_sa_event(struct ib_event_handler *handler, struct ib_event *event) argument
408 if (event->event == IB_EVENT_PORT_ERR ||
409 event->event == IB_EVENT_PORT_ACTIVE ||
410 event->event == IB_EVENT_LID_CHANGE ||
411 event->event == IB_EVENT_PKEY_CHANGE ||
412 event
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Dtei.c126 tei_id_request(struct FsmInst *fi, int event, void *arg) argument
147 tei_id_assign(struct FsmInst *fi, int event, void *arg) argument
175 tei_id_test_dup(struct FsmInst *fi, int event, void *arg) argument
196 tei_id_denied(struct FsmInst *fi, int event, void *arg) argument
210 tei_id_chk_req(struct FsmInst *fi, int event, void *arg) argument
228 tei_id_remove(struct FsmInst *fi, int event, void *arg) argument
249 tei_id_verify(struct FsmInst *fi, int event, void *arg) argument
263 tei_id_req_tout(struct FsmInst *fi, int event, void *arg) argument
286 tei_id_ver_tout(struct FsmInst *fi, int event, void *arg) argument
H A Dhisax_isac.c265 static void l1_di(struct FsmInst *fi, int event, void *arg) argument
273 static void l1_di_deact_ind(struct FsmInst *fi, int event, void *arg) argument
282 static void l1_go_f3pdown(struct FsmInst *fi, int event, void *arg) argument
287 static void l1_go_f3pend_deact_ind(struct FsmInst *fi, int event, void *arg) argument
296 static void l1_go_f3pend(struct FsmInst *fi, int event, void *arg) argument
304 static void l1_go_f4(struct FsmInst *fi, int event, void *arg) argument
309 static void l1_go_f5(struct FsmInst *fi, int event, void *arg) argument
314 static void l1_go_f6(struct FsmInst *fi, int event, void *arg) argument
319 static void l1_go_f6_deact_ind(struct FsmInst *fi, int event, void *arg) argument
327 static void l1_go_f7_act_ind(struct FsmInst *fi, int event, voi argument
337 l1_go_f8(struct FsmInst *fi, int event, void *arg) argument
342 l1_go_f8_deact_ind(struct FsmInst *fi, int event, void *arg) argument
350 l1_ar8(struct FsmInst *fi, int event, void *arg) argument
358 l1_timer3(struct FsmInst *fi, int event, void *arg) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-client/
H A Dresolver.c43 DBusHandlerResult avahi_service_resolver_event (AvahiClient *client, AvahiResolverEvent event, DBusMessage *message) { argument
64 switch (event) {
88 fprintf(stderr, "Failed to parse resolver event.\n");
135 fprintf(stderr, "Failed to parse resolver event.\n");
162 fprintf(stderr, "Failed to parse resolver event.\n");
167 r->callback(r, r->interface, r->protocol, event, r->name, r->type, r->domain, NULL, NULL, 0, NULL, 0, r->userdata);
349 DBusHandlerResult avahi_host_name_resolver_event (AvahiClient *client, AvahiResolverEvent event, DBusMessage *message) { argument
369 switch (event) {
386 fprintf(stderr, "Failed to parse resolver event.\n");
408 fprintf(stderr, "Failed to parse resolver event
568 avahi_address_resolver_event(AvahiClient *client, AvahiResolverEvent event, DBusMessage *message) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dbrowse.c200 AvahiBrowserEvent event,
219 switch (event) {
231 b->callback(b, AVAHI_IF_UNSPEC, AVAHI_PROTO_UNSPEC, event, r, flags, b->userdata);
243 b->callback(b, AVAHI_IF_UNSPEC, AVAHI_PROTO_UNSPEC, event, NULL, flags, b->userdata);
255 AvahiBrowserEvent event,
273 switch (event) {
287 b->callback(b, interface, protocol, event, r, flags, b->userdata);
302 b->callback(b, interface, protocol, event, r, flags, b->userdata);
308 b->callback(b, AVAHI_IF_UNSPEC, AVAHI_PROTO_UNSPEC, event, NULL, flags, b->userdata);
198 lookup_wide_area_callback( AvahiWideAreaLookupEngine *e, AvahiBrowserEvent event, AvahiLookupResultFlags flags, AvahiRecord *r, void *userdata) argument
251 lookup_multicast_callback( AvahiMulticastLookupEngine *e, AvahiIfIndex interface, AvahiProtocol protocol, AvahiBrowserEvent event, AvahiLookupResultFlags flags, AvahiRecord *r, void *userdata) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A Dsimple-protocol.c186 AvahiResolverEvent event,
196 if (event == AVAHI_RESOLVER_FAILURE)
198 else if (event == AVAHI_RESOLVER_FOUND) {
211 AvahiResolverEvent event,
221 if (event == AVAHI_RESOLVER_FAILURE)
223 else if (event == AVAHI_RESOLVER_FOUND)
233 AvahiBrowserEvent event,
248 switch (event) {
262 client_output_printf(c, "%c %i %u %s %u\n", event == AVAHI_BROWSER_NEW ? '>' : '<', interface, protocol, t, port);
182 host_name_resolver_callback( AVAHI_GCC_UNUSED AvahiSHostNameResolver *r, AvahiIfIndex iface, AvahiProtocol protocol, AvahiResolverEvent event, const char *hostname, const AvahiAddress *a, AVAHI_GCC_UNUSED AvahiLookupResultFlags flags, void* userdata) argument
207 address_resolver_callback( AVAHI_GCC_UNUSED AvahiSAddressResolver *r, AvahiIfIndex iface, AvahiProtocol protocol, AvahiResolverEvent event, AVAHI_GCC_UNUSED const AvahiAddress *a, const char *hostname, AVAHI_GCC_UNUSED AvahiLookupResultFlags flags, void* userdata) argument
229 dns_server_browser_callback( AVAHI_GCC_UNUSED AvahiSDNSServerBrowser *b, AvahiIfIndex interface, AvahiProtocol protocol, AvahiBrowserEvent event, AVAHI_GCC_UNUSED const char *host_name, const AvahiAddress *a, uint16_t port, AVAHI_GCC_UNUSED AvahiLookupResultFlags flags, void* userdata) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dposix-timers.c377 static struct task_struct * good_sigevent(sigevent_t * event) argument
381 if ((event->sigev_notify & SIGEV_THREAD_ID ) &&
382 (!(rtn = find_task_by_pid(event->sigev_notify_thread_id)) ||
384 (event->sigev_notify & ~SIGEV_THREAD_ID) != SIGEV_SIGNAL))
387 if (((event->sigev_notify & ~SIGEV_THREAD_ID) != SIGEV_NONE) &&
388 ((event->sigev_signo <= 0) || (event->sigev_signo > SIGRTMAX)))
448 sigevent_t event; local
497 if (copy_from_user(&event, timer_event_spec, sizeof (event))) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/wireless/
H A Dwext.c31 * o Add event dispatcher function
32 * o Add event description
34 * o Generate event on selected SET requests
42 * o Add IWEVCUSTOM for driver specific event/scanning token
49 * o Add enhanced spy support : iw_handler_set_thrspy() and event.
735 /* Generate an event to notify listeners of the change */
850 /* Generate an event to notify listeners of the change */
854 /* If the event is restricted, don't
870 /* Here, we will generate the appropriate event if needed */
1080 * Most often, the event wil
1127 rtnetlink_fill_iwinfo(struct sk_buff *skb, struct net_device *dev, int type, char *event, int event_len) argument
1162 rtmsg_iwinfo(struct net_device *dev, char *event, int event_len) argument
1194 struct iw_event *event; /* Mallocated whole event */ local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/repmgr/
H A Drepmgr_windows.c18 HANDLE event; member in struct:__ack_waiter
109 if (!SetEvent(slot->event) && ret == 0)
136 if ((ret = SignalObjectAndWait(db_rep->mutex, me->event, timeout,
184 if ((w->event = CreateEvent(NULL, FALSE, FALSE, NULL)) ==
269 * Creates a manual reset event, which is usually our best choice when we may
270 * have multiple threads waiting on a single event.
276 HANDLE event; local
278 if ((event = CreateEvent(NULL, TRUE, FALSE, NULL)) == NULL)
280 *c = event;
374 if (!CloseHandle(db_rep->waiters->array[i].event)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DEvolveTest.java145 public boolean evolveProgress(EvolveEvent event) {
146 EvolveStats stats = event.getStats();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/cpufreq/
H A Dcpufreq_userspace.c129 unsigned int event)
134 switch (event) {
166 dprintk("limit event for cpu %u: %u - %u kHz,"
128 cpufreq_governor_userspace(struct cpufreq_policy *policy, unsigned int event) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A DMakefile14 obj-$(CONFIG_ADB_PMU) += via-pmu.o via-pmu-event.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/dvb-usb/
H A Da800.c76 static int a800_rc_query(struct dvb_usb_device *d, u32 *event, int *state) argument
84 /* call the universal NEC remote processor, to find out the key's state and event */
85 dvb_usb_nec_rc_key_to_event(d,key,event,state);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dpdc_chassis.c80 unsigned long event, void *ptr)
100 unsigned long event, void *ptr)
79 pdc_chassis_panic_event(struct notifier_block *this, unsigned long event, void *ptr) argument
99 pdc_chassis_reboot_event(struct notifier_block *this, unsigned long event, void *ptr) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pcmcia/
H A Dcs_internal.h137 int (*event) (struct pcmcia_socket *s, event_t event, int priority); member in struct:pcmcia_callback
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/scsi/
H A Dzfcp_ccw.c212 * @event: indicates if adapter was detached or attached
218 zfcp_ccw_notify(struct ccw_device *ccw_device, int event) argument
224 switch (event) {

Completed in 365 milliseconds

<<11121314151617181920>>