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

123

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/irda/
H A Dirmod.h40 /* Zero the notify structure */
41 void irda_notify_init(notify_t *notify);
H A Dircomm_core.h59 notify_t notify; member in struct:ircomm_cb
85 struct ircomm_cb *ircomm_open(notify_t *notify, __u8 service_type, int line);
H A Dirttp.h89 notify_t notify; /* Callbacks to client layer */ member in struct:tsap_cb
117 struct tsap_cb *irttp_open_tsap(__u8 stsap_sel, int credit, notify_t *notify);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/irda/
H A Dirmod.h40 /* Zero the notify structure */
41 void irda_notify_init(notify_t *notify);
H A Dircomm_core.h59 notify_t notify; member in struct:ircomm_cb
85 struct ircomm_cb *ircomm_open(notify_t *notify, __u8 service_type, int line);
H A Dirttp.h89 notify_t notify; /* Callbacks to client layer */ member in struct:tsap_cb
117 struct tsap_cb *irttp_open_tsap(__u8 stsap_sel, int credit, notify_t *notify);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/irda/
H A Dirsyms.c223 * Function irda_notify_init (notify)
225 * Used for initializing the notify structure
228 void irda_notify_init(notify_t *notify) argument
230 notify->data_indication = NULL;
231 notify->udata_indication = NULL;
232 notify->connect_confirm = NULL;
233 notify->connect_indication = NULL;
234 notify->disconnect_indication = NULL;
235 notify->flow_indication = NULL;
236 notify
[all...]
H A Dirttp.c130 * Function irttp_open_tsap (stsap, notify)
134 struct tsap_cb *irttp_open_tsap(__u8 stsap_sel, int credit, notify_t *notify) argument
169 if(notify->status_indication != NULL)
172 strncpy(ttp_notify.name, notify->name, NOTIFY_MAX_NAME);
197 self->notify = *notify;
395 if (self->notify.flow_indication) {
396 self->notify.flow_indication(self->notify.instance,
435 /* Try later. Would be better if IrLAP could notify u
[all...]
H A Dirlmp.c134 * Function irlmp_open_lsap (slsap, notify)
139 struct lsap_cb *irlmp_open_lsap(__u8 slsap_sel, notify_t *notify, __u8 pid) argument
143 ASSERT(notify != NULL, return NULL;);
178 ASSERT(notify->instance != NULL, return NULL;);
179 self->notify = *notify;
255 * Function irlmp_register_irlap (saddr, notify)
261 void irlmp_register_link(struct irlap_cb *irlap, __u32 saddr, notify_t *notify) argument
267 ASSERT(notify != NULL, return;);
298 irda_notify_init(notify);
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/irda/ircomm/
H A Dircomm_lmp.c50 notify_t notify; local
55 irda_notify_init(&notify);
56 notify.data_indication = ircomm_lmp_data_indication;
57 notify.connect_confirm = ircomm_lmp_connect_confirm;
58 notify.connect_indication = ircomm_lmp_connect_indication;
59 notify.disconnect_indication = ircomm_lmp_disconnect_indication;
60 notify.instance = self;
61 strncpy(notify.name, "IrCOMM", NOTIFY_MAX_NAME);
63 self->lsap = irlmp_open_lsap(LSAP_ANY, &notify, 0);
193 if (self->notify
[all...]
H A Dircomm_ttp.c50 notify_t notify; local
55 irda_notify_init(&notify);
56 notify.data_indication = ircomm_ttp_data_indication;
57 notify.connect_confirm = ircomm_ttp_connect_confirm;
58 notify.connect_indication = ircomm_ttp_connect_indication;
59 notify.flow_indication = ircomm_ttp_flow_indication;
60 notify.disconnect_indication = ircomm_ttp_disconnect_indication;
61 notify.instance = self;
62 strncpy(notify.name, "IrCOMM", NOTIFY_MAX_NAME);
65 &notify);
[all...]
H A Dircomm_core.c98 struct ircomm_cb *ircomm_open(notify_t *notify, __u8 service_type, int line) argument
114 self->notify = *notify;
242 if (self->notify.connect_indication)
243 self->notify.connect_indication(self->notify.instance, self,
283 if (self->notify.connect_confirm )
284 self->notify.connect_confirm(self->notify.instance,
327 if (self->notify
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acpi/events/
H A Devmisc.c97 * Get the notify object attached to the device Node
102 /* We have the notify object, Get the right handler */
138 notify_info->notify.node = node;
139 notify_info->notify.value = (u16) notify_value;
140 notify_info->notify.handler_obj = handler_obj;
150 /* There is no per-device notify handler for this device */
152 ACPI_DEBUG_PRINT ((ACPI_DB_INFO, "No notify handler for node %p \n", node));
186 * We will invoke a global notify handler if installed.
189 if (notify_info->notify.value <= MAX_SYS_NOTIFY) {
211 global_handler (notify_info->notify
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/sn/
H A Dbte_copy.h23 * notify address, the bte will spin and wait for the transfer
163 bte->mostRecentNotification = &bte->notify;
178 DPRINTKV(("Before, status is 0x%lx and notify is 0x%lx\n",
188 DPRINTKV(("After setting status, status is 0x%lx and notify is 0x%lx\n", HUB_L(BTEREG_LNSTAT_ADDR), *bte->mostRecentNotification));
204 DPRINTKV(("Set Notify, status is 0x%lx and notify is 0x%lx\n",
215 DPRINTKV(("Initiated, status is 0x%lx and notify is 0x%lx\n",
246 while ((IBLS_BUSY & bte->notify)) {
248 bte->notify = HUB_L(bte->bte_base_addr);
252 (bte->notify & BTE_LEN_MASK));
258 if (bte->notify
[all...]
H A Dbte.h71 u64 volatile notify ____cacheline_aligned;
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/sn/
H A Dbte_copy.h23 * notify address, the bte will spin and wait for the transfer
163 bte->mostRecentNotification = &bte->notify;
178 DPRINTKV(("Before, status is 0x%lx and notify is 0x%lx\n",
188 DPRINTKV(("After setting status, status is 0x%lx and notify is 0x%lx\n", HUB_L(BTEREG_LNSTAT_ADDR), *bte->mostRecentNotification));
204 DPRINTKV(("Set Notify, status is 0x%lx and notify is 0x%lx\n",
215 DPRINTKV(("Initiated, status is 0x%lx and notify is 0x%lx\n",
246 while ((IBLS_BUSY & bte->notify)) {
248 bte->notify = HUB_L(bte->bte_base_addr);
252 (bte->notify & BTE_LEN_MASK));
258 if (bte->notify
[all...]
H A Dbte.h71 u64 volatile notify ____cacheline_aligned;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acpi/ospm/busmgr/
H A Dbmdriver.c137 * the registered program's "notify" callback. It is used
330 if (!criteria || !driver || !driver->notify || !driver->request) {
351 * driver's Notify() funciton (if present) to notify the driver
376 status = driver->notify(BM_NOTIFY_DEVICE_ADDED,
379 node->driver.notify = driver->notify;
414 if (!criteria || !driver || !driver->notify || !driver->request) {
458 status = node->driver.notify(BM_NOTIFY_DEVICE_REMOVED,
461 node->driver.notify = NULL;
/asus-wl-520gu-7.0.1.45/src/router/rcamdmips/
H A Dgmutex.c137 GDestroyNotify notify)
170 node->destroy = notify;
177 node->destroy = notify;
135 g_static_private_set(GStaticPrivate *private_key, gpointer data, GDestroyNotify notify) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/irda/irlan/
H A Dirlan_provider.c380 notify_t notify; local
394 irda_notify_init(&notify);
395 notify.data_indication = irlan_provider_data_indication;
396 notify.connect_indication = irlan_provider_connect_indication;
397 notify.disconnect_indication = irlan_provider_disconnect_indication;
398 notify.instance = self;
399 strncpy(notify.name, "IrLAN ctrl (p)", 16);
401 tsap = irttp_open_tsap(LSAP_ANY, 1, &notify);
H A Dirlan_client.c247 notify_t notify; local
258 irda_notify_init(&notify);
261 notify.data_indication = irlan_client_ctrl_data_indication;
262 notify.connect_confirm = irlan_client_ctrl_connect_confirm;
263 notify.disconnect_indication = irlan_client_ctrl_disconnect_indication;
264 notify.instance = self;
265 strncpy(notify.name, "IrLAN ctrl (c)", NOTIFY_MAX_NAME);
267 tsap = irttp_open_tsap(LSAP_ANY, DEFAULT_INITIAL_CREDIT, &notify);
/asus-wl-520gu-7.0.1.45/src/router/samba/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...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/autofs4/
H A Dwaitq.c128 enum autofs_notify notify)
171 wq->wait_queue_token, wq->len, wq->name, notify));
174 if (notify != NFY_NONE) {
176 notify == NFY_MOUNT ? autofs_ptype_missing :
182 wq->wait_queue_token, wq->len, wq->name, notify));
127 autofs4_wait(struct autofs_sb_info *sbi, struct qstr *name, enum autofs_notify notify) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acpi/ospm/ec/
H A Decmain.c362 driver.notify = &ec_notify;
400 driver.notify = &ec_notify;
423 BM_NOTIFY notify,
431 switch (notify) {
422 ec_notify( BM_NOTIFY notify, BM_HANDLE device_handle, void **context) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acpi/ospm/ac_adapter/
H A Dac.c254 driver.notify = &ac_notify;
297 driver.notify = &ac_notify;

Completed in 149 milliseconds

123