Searched refs:done (Results 1 - 25 of 31) sorted by relevance

12

/include/linux/
H A Dcuda.h15 void (*done)(struct adb_request *), int nbytes, ...);
H A Dadb.h18 void (*done)(struct adb_request *); member in struct:adb_request
42 #define ADBREQ_SYNC 2 /* poll until done */
54 int adb_request(struct adb_request *req, void (*done)(struct adb_request *),
H A Dcompletion.h26 unsigned int done; member in struct:completion
75 x->done = 0;
88 x->done = 0;
H A Duinput.h50 struct completion done; member in struct:uinput_request
H A Dpmu.h17 void (*done)(struct adb_request *), int nbytes, ...);
H A Dipmi_smi.h75 /* Will be called when the system is done with the message
77 void (*done)(struct ipmi_smi_msg *msg); member in struct:ipmi_smi_msg
239 msg->done(msg);
H A Dipmi.h51 * ipmi_free_recv_msg() when done with the message. The link is not
74 /* Call this when done with the message. It will presumably free
76 void (*done)(struct ipmi_recv_msg *msg); member in struct:ipmi_recv_msg
163 * (just make sure to do the "done" handling on them). Note that this
297 * you are done.
H A Dstop_machine.h27 struct cpu_stop_done *done; member in struct:cpu_stop_work
H A Dnetlink.h125 int (*done)(struct netlink_callback *cb); member in struct:netlink_callback
146 int (*done)(struct netlink_callback *); member in struct:netlink_dump_control
H A Drmap.h238 * done: for checking traversing termination condition
247 int (*done)(struct page *page); member in struct:rmap_walk_control
H A Dfirewire.h86 struct completion done; member in struct:fw_card
H A Dnet.h248 bool __net_get_random_once(void *buf, int nbytes, bool *done,
/include/linux/mtd/
H A Dlatch-addr-flash.h21 void (*done)(void *data); member in struct:latch_addr_flash_data
/include/scsi/
H A Dlibiscsi_tcp.h52 iscsi_segment_done_fn_t *done; member in struct:iscsi_segment
113 iscsi_segment_done_fn_t *done,
119 iscsi_segment_done_fn_t *done, struct hash_desc *hash);
H A Dscsi_driver.h18 int (*done)(struct scsi_cmnd *); member in struct:scsi_driver
H A Dosd_ore.h121 ore_io_done_fn done; member in struct:ore_io_state
/include/media/
H A Dv4l2-async.h70 * @done: list of struct v4l2_subdev, already probed
81 struct list_head done; member in struct:v4l2_async_notifier
H A Dvideobuf-core.h81 wait_queue_head_t done; member in struct:videobuf_buffer
/include/trace/events/
H A Drcu.h58 * "fqsend": GP kthread done forcing quiescent states.
193 * "WaitQueue": Enqueue partially done, timed wait for it to complete.
387 * processing done so that the current CPU can shut off its scheduling
390 * done everything RCU requires for the current grace period. In this
676 * is the count of remaining callbacks, and "done" is the piggybacking count.
680 TP_PROTO(const char *rcuname, const char *s, int cpu, int cnt, unsigned long done),
682 TP_ARGS(rcuname, s, cpu, cnt, done),
689 __field(unsigned long, done)
697 __entry->done = done;
[all...]
/include/video/
H A Duvesafb.h107 struct completion *done; member in struct:uvesafb_ktask
/include/linux/mfd/da9052/
H A Dda9052.h96 struct completion done; member in struct:da9052
/include/linux/mmc/
H A Dcore.h136 void (*done)(struct mmc_request *);/* completion function */ member in struct:mmc_request
/include/uapi/linux/
H A Dnubus.h225 int done; member in struct:nubus_dir
/include/linux/usb/
H A Dusbnet.h59 struct sk_buff_head done; member in struct:usbnet
/include/net/
H A Dgenetlink.h33 * undo operations done by pre_doit, for example release locks
110 * @done: completion callback for dumps
119 int (*done)(struct netlink_callback *cb); member in struct:genl_ops

Completed in 346 milliseconds

12