Searched refs:notify (Results 1 - 25 of 126) sorted by relevance

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dkspd.h29 extern void kspd_notify(struct kspd_notifications *notify);
31 static inline void kspd_notify(struct kspd_notifications *notify) argument
H A Dvpe.h30 extern int vpe_notify(int index, struct vpe_notifications *notify);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dkspd.h29 extern void kspd_notify(struct kspd_notifications *notify);
31 static inline void kspd_notify(struct kspd_notifications *notify) argument
H A Dvpe.h30 extern int vpe_notify(int index, struct vpe_notifications *notify);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/
H A Dirmod.c64 * Function irda_notify_init (notify)
66 * Used for initializing the notify structure
69 void irda_notify_init(notify_t *notify) argument
71 notify->data_indication = NULL;
72 notify->udata_indication = NULL;
73 notify->connect_confirm = NULL;
74 notify->connect_indication = NULL;
75 notify->disconnect_indication = NULL;
76 notify->flow_indication = NULL;
77 notify
[all...]
H A Dirlmp.c139 * Function irlmp_open_lsap (slsap, notify)
144 struct lsap_cb *irlmp_open_lsap(__u8 slsap_sel, notify_t *notify, __u8 pid) argument
148 IRDA_ASSERT(notify != NULL, return NULL;);
151 IRDA_ASSERT(notify->instance != NULL, return NULL;);
183 self->notify = *notify;
272 * Function irlmp_register_irlap (saddr, notify)
278 void irlmp_register_link(struct irlap_cb *irlap, __u32 saddr, notify_t *notify) argument
284 IRDA_ASSERT(notify != NULL, return;);
322 irda_notify_init(notify);
[all...]
H A Dirttp.c372 * Function irttp_open_tsap (stsap, notify)
376 struct tsap_cb *irttp_open_tsap(__u8 stsap_sel, int credit, notify_t *notify) argument
413 if(notify->status_indication != NULL)
416 strncpy(ttp_notify.name, notify->name, NOTIFY_MAX_NAME);
441 self->notify = *notify;
657 if (self->notify.flow_indication) {
658 self->notify.flow_indication(self->notify.instance,
774 if (self->notify
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/ircomm/
H A Dircomm_lmp.c169 if (self->notify.flow_indication)
170 self->notify.flow_indication(self->notify.instance,
204 if (self->notify.flow_indication)
205 self->notify.flow_indication(self->notify.instance,
342 notify_t notify; local
347 irda_notify_init(&notify);
348 notify.data_indication = ircomm_lmp_data_indication;
349 notify
[all...]
H A Dircomm_ttp.c79 notify_t notify; local
84 irda_notify_init(&notify);
85 notify.data_indication = ircomm_ttp_data_indication;
86 notify.connect_confirm = ircomm_ttp_connect_confirm;
87 notify.connect_indication = ircomm_ttp_connect_indication;
88 notify.flow_indication = ircomm_ttp_flow_indication;
89 notify.disconnect_indication = ircomm_ttp_disconnect_indication;
90 notify.instance = self;
91 strlcpy(notify.name, "IrCOMM", sizeof(notify
[all...]
H A Dircomm_core.c107 struct ircomm_cb *ircomm_open(notify_t *notify, __u8 service_type, int line) argument
121 self->notify = *notify;
257 if (self->notify.connect_indication)
258 self->notify.connect_indication(self->notify.instance, self,
299 if (self->notify.connect_confirm )
300 self->notify.connect_confirm(self->notify.instance,
344 if (self->notify
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/arch-v10/
H A Dio_interface_mux.h65 int cris_io_interface_register_watcher(void (*notify)(const unsigned int gpio_in_available,
70 void cris_io_interface_delete_watcher(void (*notify)(const unsigned int gpio_in_available,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-omap/
H A Dgpio-switch.h45 /* notify board-specific code about state changes */
46 void (* notify)(void *data, int state); member in struct:omap_gpio_switch
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/events/
H A Devmisc.c154 /* Get the notify object attached to the NS Node */
159 /* We have the notify object, Get the right handler */
195 notify_info->notify.node = node;
196 notify_info->notify.value = (u16) notify_value;
197 notify_info->notify.handler_obj = handler_obj;
209 * There is no per-device notify handler for this device.
213 "No notify handler for Notify(%4.4s, %X) node %p\n",
225 * PARAMETERS: Context - To be passed to the notify handler
245 * We will invoke a global notify handler if installed.
249 if (notify_info->notify
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/aoa/core/
H A Dsnd-aoa-gpio-pmf.c78 if (notif->notify)
79 notif->notify(notif->data);
135 notify_func_t notify,
163 old = notif->notify;
165 if (!old && !notify) {
170 if (old && notify) {
171 if (old == notify && notif->data == data)
176 if (old && !notify) {
182 if (!old && notify) {
199 notif->notify
133 pmf_set_notify(struct gpio_runtime *rt, enum notify_type type, notify_func_t notify, void *data) argument
[all...]
H A Dsnd-aoa-gpio-feature.c204 if (notif->notify)
205 notif->notify(notif->data);
269 if (rt->headphone_notify.notify)
295 notify_func_t notify,
329 old = notif->notify;
331 if (!old && !notify) {
336 if (old && notify) {
337 if (old == notify && notif->data == data)
342 if (old && !notify)
345 if (!old && notify) {
293 ftr_set_notify(struct gpio_runtime *rt, enum notify_type type, notify_func_t notify, void *data) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/aoa/
H A Daoa-gpio.h53 notify_func_t notify,
63 notify_func_t notify; member in struct:gpio_notification
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/irlan/
H A Dirlan_provider.c386 notify_t notify; local
400 irda_notify_init(&notify);
401 notify.data_indication = irlan_provider_data_indication;
402 notify.connect_indication = irlan_provider_connect_indication;
403 notify.disconnect_indication = irlan_provider_disconnect_indication;
404 notify.instance = self;
405 strlcpy(notify.name, "IrLAN ctrl (p)", sizeof(notify.name));
407 tsap = irttp_open_tsap(LSAP_ANY, 1, &notify);
H A Dirlan_client.c250 notify_t notify; local
261 irda_notify_init(&notify);
264 notify.data_indication = irlan_client_ctrl_data_indication;
265 notify.connect_confirm = irlan_client_ctrl_connect_confirm;
266 notify.disconnect_indication = irlan_client_ctrl_disconnect_indication;
267 notify.instance = self;
268 strlcpy(notify.name, "IrLAN ctrl (c)", sizeof(notify.name));
270 tsap = irttp_open_tsap(LSAP_ANY, DEFAULT_INITIAL_CREDIT, &notify);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Ddm-io.h57 struct dm_io_notify notify; /* Synchronous if notify.fn is NULL */ member in struct:dm_io_request
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/irda/
H A Dircomm_core.h60 notify_t notify; member in struct:ircomm_cb
86 struct ircomm_cb *ircomm_open(notify_t *notify, __u8 service_type, int line);
H A Dirttp.h127 notify_t notify; /* Callbacks to client layer */ member in struct:tsap_cb
155 struct tsap_cb *irttp_open_tsap(__u8 stsap_sel, int credit, notify_t *notify);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dkspd.c380 void kspd_notify(struct kspd_notifications *notify) argument
382 list_add(&notify->list, &kspd_notifylist);
385 static struct vpe_notifications notify; variable in typeref:struct:vpe_notifications
390 notify.start = startwork;
391 notify.stop = stopwork;
392 vpe_notify(SP_VPE, &notify);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/printing/
H A Dnotify.c42 send_ctx = talloc_init("print notify queue");
96 msg->notify.value[0], msg->notify.value[1]);
99 msg->len, msg->notify.data);
168 DEBUG(5, ("print_notify_send_messages_to_printer: sending %lu print notify message%s to printer %s\n",
181 DEBUG(5, ("print_notify_send_messages_to_printer: discarding notify to printer %s as queue length = %u\n",
221 to->notify.data = TALLOC_MEMDUP(send_ctx, from->notify.data, from->len );
222 if ( !to->notify.data ) {
233 Batch up print notify message
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sctp/
H A Dchunk.c83 int error = 0, notify; local
85 /* If we failed, we may need to notify. */
86 notify = msg->send_failed ? -1 : 0;
92 /* Check whether we _really_ need to notify. */
93 if (notify < 0) {
101 notify = sctp_ulpevent_type_enabled(SCTP_SEND_FAILED,
106 if (notify > 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/
H A Dupnpevents.c38 struct upnp_event_notify * notify; member in struct:subscriber
73 /* notify list */
108 * also initiate 1st notify */
155 if(sub->notify) {
156 sub->notify->sub = NULL;
173 if(sub->service == service && sub->notify == NULL)
178 /* create and add the notify object to the list */
207 sub->notify = obj;
428 obj->sub->notify = NULL;
448 if(sub->timeout && curtime > sub->timeout && sub->notify
[all...]

Completed in 145 milliseconds

123456