/linux-3.3/drivers/media/video/uvc/ |
D | uvc_queue.c | 47 struct uvc_video_queue *queue = vb2_get_drv_priv(vq); in uvc_queue_setup() local 63 struct uvc_video_queue *queue = vb2_get_drv_priv(vb->vb2_queue); in uvc_buffer_prepare() local 89 struct uvc_video_queue *queue = vb2_get_drv_priv(vb->vb2_queue); in uvc_buffer_queue() local 109 struct uvc_video_queue *queue = vb2_get_drv_priv(vb->vb2_queue); in uvc_buffer_finish() local 125 void uvc_queue_init(struct uvc_video_queue *queue, enum v4l2_buf_type type, in uvc_queue_init() 146 int uvc_alloc_buffers(struct uvc_video_queue *queue, in uvc_alloc_buffers() 158 void uvc_free_buffers(struct uvc_video_queue *queue) in uvc_free_buffers() 165 int uvc_query_buffer(struct uvc_video_queue *queue, struct v4l2_buffer *buf) in uvc_query_buffer() 176 int uvc_queue_buffer(struct uvc_video_queue *queue, struct v4l2_buffer *buf) in uvc_queue_buffer() 187 int uvc_dequeue_buffer(struct uvc_video_queue *queue, struct v4l2_buffer *buf, in uvc_dequeue_buffer() [all …]
|
/linux-3.3/drivers/net/wireless/b43legacy/ |
D | pio.c | 35 static void tx_start(struct b43legacy_pioqueue *queue) in tx_start() 41 static void tx_octet(struct b43legacy_pioqueue *queue, in tx_octet() 76 static void tx_data(struct b43legacy_pioqueue *queue, in tx_data() 102 static void tx_complete(struct b43legacy_pioqueue *queue, in tx_complete() 116 static u16 generate_cookie(struct b43legacy_pioqueue *queue, in generate_cookie() 154 struct b43legacy_pioqueue *queue = NULL; in parse_cookie() local 185 static int pio_tx_write_fragment(struct b43legacy_pioqueue *queue, in pio_tx_write_fragment() 218 struct b43legacy_pioqueue *queue = packet->queue; in free_txpacket() local 232 struct b43legacy_pioqueue *queue = packet->queue; in pio_tx_packet() local 282 struct b43legacy_pioqueue *queue = (struct b43legacy_pioqueue *)d; in tx_tasklet() local [all …]
|
D | pio.h | 42 struct b43legacy_pioqueue *queue; member 83 u16 b43legacy_pio_read(struct b43legacy_pioqueue *queue, in b43legacy_pio_read() 90 void b43legacy_pio_write(struct b43legacy_pioqueue *queue, in b43legacy_pio_write() 137 void b43legacy_pio_rx(struct b43legacy_pioqueue *queue) in b43legacy_pio_rx() 141 void b43legacy_pio_tx_suspend(struct b43legacy_pioqueue *queue) in b43legacy_pio_tx_suspend() 145 void b43legacy_pio_tx_resume(struct b43legacy_pioqueue *queue) in b43legacy_pio_tx_resume()
|
/linux-3.3/drivers/usb/gadget/ |
D | uvc_queue.c | 81 uvc_queue_init(struct uvc_video_queue *queue, enum v4l2_buf_type type) in uvc_queue_init() 95 static int uvc_free_buffers(struct uvc_video_queue *queue) in uvc_free_buffers() 121 uvc_alloc_buffers(struct uvc_video_queue *queue, unsigned int nbuffers, in uvc_alloc_buffers() 200 uvc_query_buffer(struct uvc_video_queue *queue, struct v4l2_buffer *v4l2_buf) in uvc_query_buffer() 222 uvc_queue_buffer(struct uvc_video_queue *queue, struct v4l2_buffer *v4l2_buf) in uvc_queue_buffer() 303 uvc_dequeue_buffer(struct uvc_video_queue *queue, struct v4l2_buffer *v4l2_buf, in uvc_dequeue_buffer() 365 uvc_queue_poll(struct uvc_video_queue *queue, struct file *file, in uvc_queue_poll() 414 uvc_queue_mmap(struct uvc_video_queue *queue, struct vm_area_struct *vma) in uvc_queue_mmap() 476 static void uvc_queue_cancel(struct uvc_video_queue *queue, int disconnect) in uvc_queue_cancel() 517 static int uvc_queue_enable(struct uvc_video_queue *queue, int enable) in uvc_queue_enable() [all …]
|
/linux-3.3/drivers/net/wireless/rt2x00/ |
D | rt2x00queue.c | 535 struct data_queue *queue = entry->queue; in rt2x00queue_write_tx_descriptor() local 546 static void rt2x00queue_kick_tx_queue(struct data_queue *queue, in rt2x00queue_kick_tx_queue() 563 int rt2x00queue_write_tx_frame(struct data_queue *queue, struct sk_buff *skb, in rt2x00queue_write_tx_frame() 754 bool rt2x00queue_for_each_entry(struct data_queue *queue, in rt2x00queue_for_each_entry() 809 struct queue_entry *rt2x00queue_get_entry(struct data_queue *queue, in rt2x00queue_get_entry() 833 struct data_queue *queue = entry->queue; in rt2x00queue_index_inc() local 860 void rt2x00queue_pause_queue(struct data_queue *queue) in rt2x00queue_pause_queue() 884 void rt2x00queue_unpause_queue(struct data_queue *queue) in rt2x00queue_unpause_queue() 914 void rt2x00queue_start_queue(struct data_queue *queue) in rt2x00queue_start_queue() 934 void rt2x00queue_stop_queue(struct data_queue *queue) in rt2x00queue_stop_queue() [all …]
|
D | rt2x00usb.c | 244 struct data_queue *queue; in rt2x00usb_work_txdone() local 422 void rt2x00usb_kick_queue(struct data_queue *queue) in rt2x00usb_kick_queue() 471 void rt2x00usb_flush_queue(struct data_queue *queue, bool drop) in rt2x00usb_flush_queue() 521 static void rt2x00usb_watchdog_tx_dma(struct data_queue *queue) in rt2x00usb_watchdog_tx_dma() 529 static void rt2x00usb_watchdog_tx_status(struct data_queue *queue) in rt2x00usb_watchdog_tx_status() 537 static int rt2x00usb_status_timeout(struct data_queue *queue) in rt2x00usb_status_timeout() 545 static int rt2x00usb_dma_timeout(struct data_queue *queue) in rt2x00usb_dma_timeout() 555 struct data_queue *queue; in rt2x00usb_watchdog() local 590 static void rt2x00usb_assign_endpoint(struct data_queue *queue, in rt2x00usb_assign_endpoint() 615 struct data_queue *queue = rt2x00dev->tx; in rt2x00usb_find_endpoints() local [all …]
|
D | rt2x00pci.c | 65 struct data_queue *queue = rt2x00dev->rx; in rt2x00pci_rxdone() local 102 void rt2x00pci_flush_queue(struct data_queue *queue, bool drop) in rt2x00pci_flush_queue() 115 struct data_queue *queue) in rt2x00pci_alloc_queue_dma() 146 struct data_queue *queue) in rt2x00pci_free_queue_dma() 160 struct data_queue *queue; in rt2x00pci_initialize() local 196 struct data_queue *queue; in rt2x00pci_uninitialize() local
|
/linux-3.3/arch/arm/mach-ixp4xx/include/mach/ |
D | qmgr.h | 78 #define qmgr_request_queue(queue, len, nearly_empty_watermark, \ argument 87 static inline void qmgr_put_entry(unsigned int queue, u32 val) in qmgr_put_entry() 99 static inline u32 qmgr_get_entry(unsigned int queue) in qmgr_get_entry() 113 static inline int __qmgr_get_stat1(unsigned int queue) in __qmgr_get_stat1() 120 static inline int __qmgr_get_stat2(unsigned int queue) in __qmgr_get_stat2() 134 static inline int qmgr_stat_empty(unsigned int queue) in qmgr_stat_empty() 146 static inline int qmgr_stat_below_low_watermark(unsigned int queue) in qmgr_stat_below_low_watermark() 161 static inline int qmgr_stat_above_high_watermark(unsigned int queue) in qmgr_stat_above_high_watermark() 173 static inline int qmgr_stat_full(unsigned int queue) in qmgr_stat_full() 188 static inline int qmgr_stat_underflow(unsigned int queue) in qmgr_stat_underflow() [all …]
|
/linux-3.3/net/sunrpc/ |
D | sched.c | 62 __rpc_disable_timer(struct rpc_wait_queue *queue, struct rpc_task *task) in __rpc_disable_timer() 74 rpc_set_queue_timer(struct rpc_wait_queue *queue, unsigned long expires) in rpc_set_queue_timer() 84 __rpc_add_timer(struct rpc_wait_queue *queue, struct rpc_task *task) in __rpc_add_timer() 101 static void __rpc_add_wait_queue_priority(struct rpc_wait_queue *queue, in __rpc_add_wait_queue_priority() 129 static void __rpc_add_wait_queue(struct rpc_wait_queue *queue, in __rpc_add_wait_queue() 167 static void __rpc_remove_wait_queue(struct rpc_wait_queue *queue, struct rpc_task *task) in __rpc_remove_wait_queue() 178 static inline void rpc_set_waitqueue_priority(struct rpc_wait_queue *queue, int priority) in rpc_set_waitqueue_priority() 184 static inline void rpc_set_waitqueue_owner(struct rpc_wait_queue *queue, pid_t pid) in rpc_set_waitqueue_owner() 190 static inline void rpc_reset_waitqueue_priority(struct rpc_wait_queue *queue) in rpc_reset_waitqueue_priority() 196 static void __rpc_init_priority_wait_queue(struct rpc_wait_queue *queue, const char *qname, unsigne… in __rpc_init_priority_wait_queue() [all …]
|
/linux-3.3/drivers/infiniband/hw/ehca/ |
D | ipz_pt_fn.c | 51 void *ipz_qpageit_get_inc(struct ipz_queue *queue) in ipz_qpageit_get_inc() 66 void *ipz_qeit_eq_get_inc(struct ipz_queue *queue) in ipz_qeit_eq_get_inc() 80 int ipz_queue_abs_to_offset(struct ipz_queue *queue, u64 addr, u64 *q_offset) in ipz_queue_abs_to_offset() 102 static int alloc_queue_pages(struct ipz_queue *queue, const u32 nr_of_pages) in alloc_queue_pages() 127 static int alloc_small_queue_page(struct ipz_queue *queue, struct ehca_pd *pd) in alloc_small_queue_page() 172 static void free_small_queue_page(struct ipz_queue *queue, struct ehca_pd *pd) in free_small_queue_page() 204 int ipz_queue_ctor(struct ehca_pd *pd, struct ipz_queue *queue, in ipz_queue_ctor() 255 int ipz_queue_dtor(struct ehca_pd *pd, struct ipz_queue *queue) in ipz_queue_dtor()
|
D | ipz_pt_fn.h | 93 static inline void *ipz_qeit_calc(struct ipz_queue *queue, u64 q_offset) in ipz_qeit_calc() 106 static inline void *ipz_qeit_get(struct ipz_queue *queue) in ipz_qeit_get() 126 static inline void *ipz_qeit_get_inc(struct ipz_queue *queue) in ipz_qeit_get_inc() 142 static inline int ipz_qeit_is_valid(struct ipz_queue *queue) in ipz_qeit_is_valid() 155 static inline void *ipz_qeit_get_inc_valid(struct ipz_queue *queue) in ipz_qeit_get_inc_valid() 164 static inline void *ipz_qeit_reset(struct ipz_queue *queue) in ipz_qeit_reset() 178 static inline u64 ipz_queue_advance_offset(struct ipz_queue *queue, u64 offset) in ipz_queue_advance_offset() 258 static inline void *ipz_eqit_eq_get_inc_valid(struct ipz_queue *queue) in ipz_eqit_eq_get_inc_valid() 268 static inline void *ipz_eqit_eq_peek_valid(struct ipz_queue *queue) in ipz_eqit_eq_peek_valid()
|
/linux-3.3/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_marker.c | 37 void vmw_marker_queue_init(struct vmw_marker_queue *queue) in vmw_marker_queue_init() 45 void vmw_marker_queue_takedown(struct vmw_marker_queue *queue) in vmw_marker_queue_takedown() 56 int vmw_marker_push(struct vmw_marker_queue *queue, in vmw_marker_push() 73 int vmw_marker_pull(struct vmw_marker_queue *queue, in vmw_marker_pull() 120 static struct timespec vmw_fifo_lag(struct vmw_marker_queue *queue) in vmw_fifo_lag() 134 static bool vmw_lag_lt(struct vmw_marker_queue *queue, in vmw_lag_lt() 145 struct vmw_marker_queue *queue, uint32_t us) in vmw_wait_lag()
|
/linux-3.3/drivers/scsi/arm/ |
D | queue.c | 58 int queue_initialise (Queue_t *queue) in queue_initialise() 90 void queue_free (Queue_t *queue) in queue_free() 106 int __queue_add(Queue_t *queue, struct scsi_cmnd *SCpnt, int head) in __queue_add() 137 static struct scsi_cmnd *__queue_remove(Queue_t *queue, struct list_head *ent) in __queue_remove() 161 struct scsi_cmnd *queue_remove_exclude(Queue_t *queue, unsigned long *exclude) in queue_remove_exclude() 186 struct scsi_cmnd *queue_remove(Queue_t *queue) in queue_remove() 208 struct scsi_cmnd *queue_remove_tgtluntag(Queue_t *queue, int target, int lun, in queue_remove_tgtluntag() 236 void queue_remove_all_target(Queue_t *queue, int target) in queue_remove_all_target() 259 int queue_probetgtlun (Queue_t *queue, int target, int lun) in queue_probetgtlun() 285 int queue_remove_cmd(Queue_t *queue, struct scsi_cmnd *SCpnt) in queue_remove_cmd()
|
/linux-3.3/drivers/net/wireless/ath/ath5k/ |
D | qcu.c | 61 ath5k_hw_num_tx_pending(struct ath5k_hw *ah, unsigned int queue) in ath5k_hw_num_tx_pending() 92 ath5k_hw_release_tx_queue(struct ath5k_hw *ah, unsigned int queue) in ath5k_hw_release_tx_queue() 136 ath5k_hw_get_tx_queueprops(struct ath5k_hw *ah, int queue, in ath5k_hw_get_tx_queueprops() 152 ath5k_hw_set_tx_queueprops(struct ath5k_hw *ah, int queue, in ath5k_hw_set_tx_queueprops() 204 unsigned int queue; in ath5k_hw_setup_tx_queue() local 286 unsigned int queue) in ath5k_hw_set_tx_retry_limits() 328 ath5k_hw_reset_tx_queue(struct ath5k_hw *ah, unsigned int queue) in ath5k_hw_reset_tx_queue()
|
D | dma.c | 128 ath5k_hw_start_tx_dma(struct ath5k_hw *ah, unsigned int queue) in ath5k_hw_start_tx_dma() 186 ath5k_hw_stop_tx_dma(struct ath5k_hw *ah, unsigned int queue) in ath5k_hw_stop_tx_dma() 326 ath5k_hw_stop_beacon_queue(struct ath5k_hw *ah, unsigned int queue) in ath5k_hw_stop_beacon_queue() 351 ath5k_hw_get_txdp(struct ath5k_hw *ah, unsigned int queue) in ath5k_hw_get_txdp() 394 ath5k_hw_set_txdp(struct ath5k_hw *ah, unsigned int queue, u32 phys_addr) in ath5k_hw_set_txdp()
|
/linux-3.3/include/net/ |
D | request_sock.h | 141 reqsk_queue_yank_acceptq(struct request_sock_queue *queue) in reqsk_queue_yank_acceptq() 149 static inline int reqsk_queue_empty(struct request_sock_queue *queue) in reqsk_queue_empty() 154 static inline void reqsk_queue_unlink(struct request_sock_queue *queue, in reqsk_queue_unlink() 163 static inline void reqsk_queue_add(struct request_sock_queue *queue, in reqsk_queue_add() 180 static inline struct request_sock *reqsk_queue_remove(struct request_sock_queue *queue) in reqsk_queue_remove() 193 static inline struct sock *reqsk_queue_get_child(struct request_sock_queue *queue, in reqsk_queue_get_child() 206 static inline int reqsk_queue_removed(struct request_sock_queue *queue, in reqsk_queue_removed() 217 static inline int reqsk_queue_added(struct request_sock_queue *queue) in reqsk_queue_added() 227 static inline int reqsk_queue_len(const struct request_sock_queue *queue) in reqsk_queue_len() 232 static inline int reqsk_queue_len_young(const struct request_sock_queue *queue) in reqsk_queue_len_young() [all …]
|
/linux-3.3/drivers/media/video/omap3isp/ |
D | ispqueue.c | 602 static int isp_video_queue_free(struct isp_video_queue *queue) in isp_video_queue_free() 636 static int isp_video_queue_alloc(struct isp_video_queue *queue, in isp_video_queue_alloc() 704 int omap3isp_video_queue_cleanup(struct isp_video_queue *queue) in omap3isp_video_queue_cleanup() 730 int omap3isp_video_queue_init(struct isp_video_queue *queue, in omap3isp_video_queue_init() 772 int omap3isp_video_queue_reqbufs(struct isp_video_queue *queue, in omap3isp_video_queue_reqbufs() 810 int omap3isp_video_queue_querybuf(struct isp_video_queue *queue, in omap3isp_video_queue_querybuf() 847 int omap3isp_video_queue_qbuf(struct isp_video_queue *queue, in omap3isp_video_queue_qbuf() 919 int omap3isp_video_queue_dqbuf(struct isp_video_queue *queue, in omap3isp_video_queue_dqbuf() 960 int omap3isp_video_queue_streamon(struct isp_video_queue *queue) in omap3isp_video_queue_streamon() 992 void omap3isp_video_queue_streamoff(struct isp_video_queue *queue) in omap3isp_video_queue_streamoff() [all …]
|
/linux-3.3/net/core/ |
D | request_sock.c | 39 int reqsk_queue_alloc(struct request_sock_queue *queue, in reqsk_queue_alloc() 72 void __reqsk_queue_destroy(struct request_sock_queue *queue) in __reqsk_queue_destroy() 93 struct request_sock_queue *queue) in reqsk_queue_yank_listen_sk() 105 void reqsk_queue_destroy(struct request_sock_queue *queue) in reqsk_queue_destroy()
|
D | net-sysfs.c | 509 struct netdev_rx_queue *queue = to_rx_queue(kobj); in rx_queue_attr_show() local 521 struct netdev_rx_queue *queue = to_rx_queue(kobj); in rx_queue_attr_store() local 534 static ssize_t show_rps_map(struct netdev_rx_queue *queue, in show_rps_map() 564 static ssize_t store_rps_map(struct netdev_rx_queue *queue, in store_rps_map() 620 static ssize_t show_rps_dev_flow_table_cnt(struct netdev_rx_queue *queue, in show_rps_dev_flow_table_cnt() 653 static ssize_t store_rps_dev_flow_table_cnt(struct netdev_rx_queue *queue, in store_rps_dev_flow_table_cnt() 728 struct netdev_rx_queue *queue = to_rx_queue(kobj); in rx_queue_release() local 757 struct netdev_rx_queue *queue = net->_rx + index; in rx_queue_add_kobject() local 820 struct netdev_queue *queue = to_netdev_queue(kobj); in netdev_queue_attr_show() local 833 struct netdev_queue *queue = to_netdev_queue(kobj); in netdev_queue_attr_store() local [all …]
|
/linux-3.3/net/sctp/ |
D | inqueue.c | 54 void sctp_inq_init(struct sctp_inq *queue) in sctp_inq_init() 66 void sctp_inq_free(struct sctp_inq *queue) in sctp_inq_free() 111 struct sctp_chunkhdr *sctp_inq_peek(struct sctp_inq *queue) in sctp_inq_peek() 134 struct sctp_chunk *sctp_inq_pop(struct sctp_inq *queue) in sctp_inq_pop()
|
/linux-3.3/drivers/scsi/ibmvscsi/ |
D | rpa_vscsi.c | 71 static void rpavscsi_release_crq_queue(struct crq_queue *queue, in rpavscsi_release_crq_queue() 97 static struct viosrp_crq *crq_queue_next_crq(struct crq_queue *queue) in crq_queue_next_crq() 203 static int rpavscsi_reset_crq_queue(struct crq_queue *queue, in rpavscsi_reset_crq_queue() 244 static int rpavscsi_init_crq_queue(struct crq_queue *queue, in rpavscsi_init_crq_queue() 331 static int rpavscsi_reenable_crq_queue(struct crq_queue *queue, in rpavscsi_reenable_crq_queue()
|
D | iseries_vscsi.c | 77 static int iseriesvscsi_init_crq_queue(struct crq_queue *queue, in iseriesvscsi_init_crq_queue() 105 static void iseriesvscsi_release_crq_queue(struct crq_queue *queue, in iseriesvscsi_release_crq_queue() 120 static int iseriesvscsi_reset_crq_queue(struct crq_queue *queue, in iseriesvscsi_reset_crq_queue() 133 static int iseriesvscsi_reenable_crq_queue(struct crq_queue *queue, in iseriesvscsi_reenable_crq_queue()
|
/linux-3.3/arch/arm/mach-ixp4xx/ |
D | ixp4xx_qmgr.c | 28 void qmgr_set_irq(unsigned int queue, int src, in qmgr_set_irq() 115 void qmgr_enable_irq(unsigned int queue) in qmgr_enable_irq() 127 void qmgr_disable_irq(unsigned int queue) in qmgr_disable_irq() 149 int qmgr_request_queue(unsigned int queue, unsigned int len /* dwords */, in qmgr_request_queue() 239 void qmgr_release_queue(unsigned int queue) in qmgr_release_queue()
|
/linux-3.3/drivers/net/ethernet/ibm/ehea/ |
D | ehea_qmr.h | 210 static inline void *hw_qeit_calc(struct hw_queue *queue, u64 q_offset) in hw_qeit_calc() 220 static inline void *hw_qeit_get(struct hw_queue *queue) in hw_qeit_get() 225 static inline void hw_qeit_inc(struct hw_queue *queue) in hw_qeit_inc() 235 static inline void *hw_qeit_get_inc(struct hw_queue *queue) in hw_qeit_get_inc() 242 static inline void *hw_qeit_get_inc_valid(struct hw_queue *queue) in hw_qeit_get_inc_valid() 259 static inline void *hw_qeit_get_valid(struct hw_queue *queue) in hw_qeit_get_valid() 275 static inline void *hw_qeit_reset(struct hw_queue *queue) in hw_qeit_reset() 281 static inline void *hw_qeit_eq_get_inc(struct hw_queue *queue) in hw_qeit_eq_get_inc() 295 static inline void *hw_eqit_eq_get_inc_valid(struct hw_queue *queue) in hw_eqit_eq_get_inc_valid() 309 struct hw_queue *queue; in ehea_get_next_rwqe() local [all …]
|
/linux-3.3/drivers/net/fddi/skfp/ |
D | hwmtm.c | 358 struct s_smt_tx_queue *queue ; in init_txd_ring() local 395 struct s_smt_rx_queue *queue ; in init_rxd_ring() local 586 static u_long repair_txd_ring(struct s_smc *smc, struct s_smt_tx_queue *queue) in repair_txd_ring() 638 static u_long repair_rxd_ring(struct s_smc *smc, struct s_smt_rx_queue *queue) in repair_rxd_ring() 1047 struct s_smt_rx_queue *queue ; /* points to the queue ctl struct */ in process_receive() local 1467 struct s_smt_rx_queue *queue ; in mac_drv_clear_rx_queue() local 1632 struct s_smt_tx_queue *queue ; in hwm_tx_frag() local 1816 struct s_smt_tx_queue *queue ; in smt_send_mbuf() local 1943 struct s_smt_tx_queue *queue ; in mac_drv_clear_txd() local 2034 struct s_smt_tx_queue *queue ; in mac_drv_clear_tx_queue() local
|