Searched refs:callback (Results 1 - 25 of 45) sorted by relevance

12

/include/linux/amba/
H A Dmmci.h24 * @ios_handler: a callback function to act on specfic ios changes,
45 int (*register_status_notify)(void (*callback)(int card_present, void *dev_id), void *dev_id);
/include/linux/platform_data/
H A Dmmc-msm_sdcc.h22 int (*register_status_notify)(void (*callback)(int card_present, void *dev_id), void *dev_id);
H A Dvideo-msm_fb.h118 uint32_t y, struct msmfb_callback *callback, int interface);
H A Dedma.h69 /*ch_status paramater of callback function possible values*/
116 void (*callback)(unsigned channel, u16 ch_status, void *data),
/include/linux/
H A Dconnector.h56 void (*callback) (struct cn_msg *, struct netlink_skb_parms *); member in struct:cn_callback_entry
72 void (*callback)(struct cn_msg *, struct netlink_skb_parms *));
79 void (*callback)(struct cn_msg *, struct netlink_skb_parms *));
H A Dvirtio_ring.h75 void (*callback)(struct virtqueue *vq),
H A Dmaple.h70 void (*callback) (struct mapleq * mq); member in struct:maple_device
89 void (*callback) (struct mapleq * mq),
H A Dhp_sdc.h57 int hp_sdc_request_timer_irq(hp_sdc_irqhook *callback);
58 int hp_sdc_request_hil_irq(hp_sdc_irqhook *callback);
59 int hp_sdc_request_cooked_irq(hp_sdc_irqhook *callback);
60 int hp_sdc_release_timer_irq(hp_sdc_irqhook *callback);
61 int hp_sdc_release_hil_irq(hp_sdc_irqhook *callback);
62 int hp_sdc_release_cooked_irq(hp_sdc_irqhook *callback);
H A Dfirewire.h271 * This callback handles an inbound request subaction. It is called in
274 * The callback should not initiate outbound request subactions directly.
278 * The callback is responsible that either fw_send_response() or kfree()
302 * This callback is called when the packet transmission has completed.
306 * The callback can be called from tasklet context and thus
309 fw_packet_callback_t callback; member in struct:fw_packet
326 * The data passed to the callback is valid only during the
327 * callback.
329 fw_transaction_callback_t callback; member in struct:fw_transaction
357 fw_transaction_callback_t callback, voi
448 } callback; member in struct:fw_iso_context
[all...]
H A Dvme.h155 void (*callback)(int, int, void *), void *);
163 int vme_lm_attach(struct vme_resource *, int, void (*callback)(int));
H A Domap-dma.h240 void (*callback)(int lch, u16 ch_status, void *data); member in struct:omap_dma_lch
298 void (*callback)(int lch, u16 ch_status, void *data),
332 void (*callback)(int lch, u16 ch_status, void *data),
H A Drpmsg.h126 * @cb: rx callback handler
132 * it binds an rpmsg address with an rx callback handler.
135 * things just work: every rpmsg driver provides an rx callback upon
136 * registering to the bus, and that callback is then bound to its rpmsg
160 * @callback: invoked when an inbound message is received on the channel
167 void (*callback)(struct rpmsg_channel *, void *, int, void *, u32); member in struct:rpmsg_driver
H A Dvirtio.h16 * @callback: the function to call when buffers are consumed (can be NULL).
29 void (*callback)(struct virtqueue *vq); member in struct:virtqueue
H A Dvmw_vmci_api.h49 vmci_event_cb callback, void *callback_data,
H A Dmemory_hotplug.h92 extern int set_online_page_callback(online_page_callback_t callback);
93 extern int restore_online_page_callback(online_page_callback_t callback);
/include/net/irda/
H A Dtimer.h78 void* data, TIMER_CALLBACK callback)
80 ptimer->function = (void (*)(unsigned long)) callback;
77 irda_start_timer(struct timer_list *ptimer, int timeout, void* data, TIMER_CALLBACK callback) argument
H A Diriap.h94 CONFIRM_CALLBACK callback);
/include/linux/mfd/
H A Dmenelaus.h14 extern int menelaus_register_mmc_callback(void (*callback)(void *data, u8 card_mask),
/include/sound/
H A Dsoundfont.h68 * Type of the sample access callback
94 struct snd_sf_callback callback; /* callback functions */ member in struct:snd_sf_list
108 struct snd_sf_list *snd_sf_new(struct snd_sf_callback *callback,
H A Dtimer.h45 #define SNDRV_TIMER_IFLG_FAST 0x00000010 /* fast callback (do not use tasklet) */
46 #define SNDRV_TIMER_IFLG_CALLBACK 0x00000020 /* timer callback is active */
101 void (*callback) (struct snd_timer_instance *timeri, member in struct:snd_timer_instance
110 unsigned long pticks; /* accumulated ticks for callback */
/include/xen/
H A Dgrant_table.h107 void gnttab_request_free_callback(struct gnttab_free_callback *callback,
109 void gnttab_cancel_free_callback(struct gnttab_free_callback *callback);
H A Dxenbus.h49 /* Register callback to watch this node. */
58 void (*callback)(struct xenbus_watch *, member in struct:xenbus_watch
193 void (*callback)(struct xenbus_watch *,
197 void (*callback)(struct xenbus_watch *,
/include/linux/mfd/pcf50633/
H A Dadc.h68 void (*callback)(struct pcf50633 *, void *, int),
/include/rdma/
H A Dib_sa.h304 void (*callback)(int status,
316 void (*callback)(int status,
325 int (*callback)(int status, member in struct:ib_sa_multicast
341 * @callback: User callback invoked once the join operation completes.
348 * join operation later fails. (The callback status is non-zero.)
362 int (*callback)(int status,
373 * not be called from within the multicast callback; however, returning a non-
374 * zero value from the callback will result in destroying the multicast
425 void (*callback)(in
[all...]
/include/uapi/linux/
H A Disdn.h126 int callback; /* Flag: Callback */ member in struct:__anon1901

Completed in 384 milliseconds

12