Searched refs:channel (Results 26 - 50 of 1958) sorted by relevance

1234567891011>>

/linux-master/sound/xen/
H A Dxen_snd_front_evtchnl.c23 struct xen_snd_front_evtchnl *channel = dev_id; local
24 struct xen_snd_front_info *front_info = channel->front_info;
28 if (unlikely(channel->state != EVTCHNL_STATE_CONNECTED))
31 mutex_lock(&channel->ring_io_lock);
34 rp = channel->u.req.ring.sring->rsp_prod;
43 for (i = channel->u.req.ring.rsp_cons; i != rp; i++) {
44 resp = RING_GET_RESPONSE(&channel->u.req.ring, i);
45 if (resp->id != channel->evt_id)
53 channel->u.req.resp_status = resp->status;
54 complete(&channel
89 struct xen_snd_front_evtchnl *channel = dev_id; local
133 xen_snd_front_evtchnl_flush(struct xen_snd_front_evtchnl *channel) argument
143 evtchnl_free(struct xen_snd_front_info *front_info, struct xen_snd_front_evtchnl *channel) argument
191 evtchnl_alloc(struct xen_snd_front_info *front_info, int index, struct xen_snd_front_evtchnl *channel, enum xen_snd_front_evtchnl_type type) argument
335 evtchnl_publish(struct xenbus_transaction xbt, struct xen_snd_front_evtchnl *channel, const char *path, const char *node_ring, const char *node_chnl) argument
[all...]
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dnic_common.h33 static inline efx_qword_t *efx_event(struct efx_channel *channel, argument
36 return ((efx_qword_t *) (channel->eventq.buf.addr)) +
37 (index & channel->eventq_mask);
57 * descriptor queue belonging to the specified channel.
159 static inline int efx_nic_probe_eventq(struct efx_channel *channel) argument
161 return channel->efx->type->ev_probe(channel);
163 static inline int efx_nic_init_eventq(struct efx_channel *channel) argument
165 return channel->efx->type->ev_init(channel);
167 efx_nic_fini_eventq(struct efx_channel *channel) argument
171 efx_nic_remove_eventq(struct efx_channel *channel) argument
176 efx_nic_process_eventq(struct efx_channel *channel, int quota) argument
180 efx_nic_eventq_read_ack(struct efx_channel *channel) argument
223 efx_nic_event_test_irq_cpu(struct efx_channel *channel) argument
[all...]
/linux-master/drivers/net/wwan/iosm/
H A Diosm_ipc_imem_ops.c15 /* Open a packet data online channel between the network layer and CP. */
79 /* Initialize wwan channel */
142 /* return true if channel is ready for use */
144 struct ipc_mem_channel *channel)
162 if (channel->state != IMEM_CHANNEL_RESERVED) {
164 "ch[%d]:invalid channel state %d,expected %d",
165 channel->channel_id, channel->state,
174 channel->channel_id, phase);
177 /* Check the full availability of the channel
143 ipc_imem_is_channel_active(struct iosm_imem *ipc_imem, struct ipc_mem_channel *channel) argument
196 ipc_imem_sys_port_close(struct iosm_imem *ipc_imem, struct ipc_mem_channel *channel) argument
288 struct ipc_mem_channel *channel; local
318 struct ipc_mem_channel *channel = ipc_cdev->channel; local
348 struct ipc_mem_channel *channel; local
405 struct ipc_mem_channel *channel; local
473 ipc_imem_sys_psi_transfer(struct iosm_imem *ipc_imem, struct ipc_mem_channel *channel, unsigned char *buf, int count) argument
575 struct ipc_mem_channel *channel; local
[all...]
/linux-master/arch/sh/drivers/dma/
H A Ddma-api.c30 * the channel is.
76 struct dma_channel *channel; local
83 channel = &info->channels[i];
84 if (channel->vchan == chan)
85 return channel;
95 struct dma_channel *channel = get_dma_channel(chan); local
98 return info->ops->get_residue(channel);
116 * request_dma_bycap - Allocate a DMA channel based on its capabilities
120 * Search all channels of all DMA controllers to find a channel which
121 * matches the requested capabilities. The result is the channel
147 struct dma_channel *channel = &info->channels[i]; local
166 struct dma_channel *channel = { 0 }; local
193 struct dma_channel *channel = { 0 }; local
218 struct dma_channel *channel = get_dma_channel(chan); local
230 struct dma_channel *channel = get_dma_channel(chan); local
259 struct dma_channel *channel; local
275 struct dma_channel *channel = get_dma_channel(chan); local
286 struct dma_channel *channel = get_dma_channel(chan); local
300 struct dma_channel *channel = get_dma_channel(chan); local
326 struct dma_channel *channel = info->channels + i; local
[all...]
/linux-master/drivers/media/platform/allegro-dvt/
H A Dallegro-core.c285 /* user_id is used to identify the channel during CREATE_CHANNEL */
306 allegro_channel_get_i_frame_qp(struct allegro_channel *channel) argument
308 if (channel->codec == V4L2_PIX_FMT_HEVC)
309 return v4l2_ctrl_g_ctrl(channel->mpeg_video_hevc_i_frame_qp);
311 return v4l2_ctrl_g_ctrl(channel->mpeg_video_h264_i_frame_qp);
315 allegro_channel_get_p_frame_qp(struct allegro_channel *channel) argument
317 if (channel->codec == V4L2_PIX_FMT_HEVC)
318 return v4l2_ctrl_g_ctrl(channel->mpeg_video_hevc_p_frame_qp);
320 return v4l2_ctrl_g_ctrl(channel->mpeg_video_h264_p_frame_qp);
324 allegro_channel_get_b_frame_qp(struct allegro_channel *channel) argument
333 allegro_channel_get_min_qp(struct allegro_channel *channel) argument
342 allegro_channel_get_max_qp(struct allegro_channel *channel) argument
433 struct allegro_channel *channel; local
447 struct allegro_channel *channel; local
457 channel_exists(struct allegro_channel *channel) argument
1182 allegro_channel_get_entropy_mode(struct allegro_channel *channel) argument
1194 fill_create_channel_param(struct allegro_channel *channel, struct create_channel_param *param) argument
1312 allegro_mcu_send_create_channel(struct allegro_dev *dev, struct allegro_channel *channel) argument
1342 allegro_mcu_send_destroy_channel(struct allegro_dev *dev, struct allegro_channel *channel) argument
1359 allegro_mcu_send_put_stream_buffer(struct allegro_dev *dev, struct allegro_channel *channel, dma_addr_t paddr, unsigned long size, u64 dst_handle) argument
1385 allegro_mcu_send_encode_frame(struct allegro_dev *dev, struct allegro_channel *channel, dma_addr_t src_y, dma_addr_t src_uv, u64 src_handle) argument
1429 allegro_mcu_push_buffer_internal(struct allegro_channel *channel, enum mcu_msg_type type) argument
1480 allegro_mcu_push_buffer_intermediate(struct allegro_channel *channel) argument
1487 allegro_mcu_push_buffer_reference(struct allegro_channel *channel) argument
1494 allocate_buffers_internal(struct allegro_channel *channel, struct list_head *list, size_t n, size_t size) argument
1528 destroy_buffers_internal(struct allegro_channel *channel, struct list_head *list) argument
1541 destroy_reference_buffers(struct allegro_channel *channel) argument
1546 destroy_intermediate_buffers(struct allegro_channel *channel) argument
1552 allocate_intermediate_buffers(struct allegro_channel *channel, size_t n, size_t size) argument
1560 allocate_reference_buffers(struct allegro_channel *channel, size_t n, size_t size) argument
1568 allegro_h264_write_sps(struct allegro_channel *channel, void *dest, size_t n) argument
1673 allegro_h264_write_pps(struct allegro_channel *channel, void *dest, size_t n) argument
1710 allegro_channel_eos_event(struct allegro_channel *channel) argument
1719 allegro_hevc_write_vps(struct allegro_channel *channel, void *dest, size_t n) argument
1758 allegro_hevc_write_sps(struct allegro_channel *channel, void *dest, size_t n) argument
1871 allegro_hevc_write_pps(struct allegro_channel *channel, struct mcu_msg_encode_frame_response *msg, void *dest, size_t n) argument
1918 allegro_put_buffer(struct allegro_channel *channel, struct list_head *list, struct vb2_v4l2_buffer *buffer) argument
1934 allegro_get_buffer(struct allegro_channel *channel, struct list_head *list, u64 handle) argument
1953 allegro_channel_finish_frame(struct allegro_channel *channel, struct mcu_msg_encode_frame_response *msg) argument
2157 struct allegro_channel *channel; local
2237 struct allegro_channel *channel; local
2260 struct allegro_channel *channel; local
2481 allegro_destroy_channel(struct allegro_channel *channel) argument
2544 allegro_create_channel(struct allegro_channel *channel) argument
2624 allegro_channel_adjust(struct allegro_channel *channel) argument
2735 allegro_set_default_params(struct allegro_channel *channel) argument
2758 struct allegro_channel *channel = vb2_get_drv_priv(vq); local
2788 struct allegro_channel *channel = vb2_get_drv_priv(vb->vb2_queue); local
2807 struct allegro_channel *channel = vb2_get_drv_priv(vb->vb2_queue); local
2832 struct allegro_channel *channel = vb2_get_drv_priv(q); local
2851 struct allegro_channel *channel = vb2_get_drv_priv(q); local
2907 struct allegro_channel *channel = priv; local
2938 allegro_clamp_qp(struct allegro_channel *channel, struct v4l2_ctrl *ctrl) argument
2956 allegro_clamp_bitrate(struct allegro_channel *channel, struct v4l2_ctrl *ctrl) argument
2971 struct allegro_channel *channel = container_of(ctrl->handler, local
2990 struct allegro_channel *channel = container_of(ctrl->handler, local
3037 struct allegro_channel *channel = NULL; local
3232 struct allegro_channel *channel = fh_to_channel(file->private_data); local
3283 struct allegro_channel *channel = fh_to_channel(fh); local
3325 struct allegro_channel *channel = fh_to_channel(fh); local
3349 struct allegro_channel *channel = fh_to_channel(fh); local
3396 struct allegro_channel *channel = fh_to_channel(fh); local
3418 allegro_channel_cmd_stop(struct allegro_channel *channel) argument
3426 allegro_channel_cmd_start(struct allegro_channel *channel) argument
3437 struct allegro_channel *channel = fh_to_channel(fh); local
3487 struct allegro_channel *channel = fh_to_channel(fh); local
3502 struct allegro_channel *channel = fh_to_channel(fh); local
3519 struct allegro_channel *channel = fh_to_channel(fh); local
3612 struct allegro_channel *channel = priv; local
[all...]
/linux-master/drivers/tty/serial/jsm/
H A Djsm_tty.c66 struct jsm_channel *channel = local
69 jsm_dbg(IOCTL, &channel->ch_bd->pci_dev, "start\n");
71 result = jsm_get_mstat(channel);
76 jsm_dbg(IOCTL, &channel->ch_bd->pci_dev, "finish\n");
88 struct jsm_channel *channel = local
91 jsm_dbg(IOCTL, &channel->ch_bd->pci_dev, "start\n");
94 channel->ch_mostat |= UART_MCR_RTS;
96 channel->ch_mostat &= ~UART_MCR_RTS;
99 channel->ch_mostat |= UART_MCR_DTR;
101 channel
117 struct jsm_channel *channel; local
125 struct jsm_channel *channel = local
138 struct jsm_channel *channel = local
151 struct jsm_channel *channel = local
167 struct jsm_channel *channel = local
176 struct jsm_channel *channel = local
192 struct jsm_channel *channel = local
273 struct jsm_channel *channel = local
307 struct jsm_channel *channel = local
[all...]
/linux-master/arch/sh/kernel/cpu/
H A Dadc.c13 int adc_single(unsigned int channel) argument
18 if (channel >= 8) return -1;
20 off = (channel & 0x03) << 2;
23 csr = channel | ADCSR_ADST | ADCSR_CKS;
/linux-master/include/sound/
H A Dsh_dac_audio.h13 int channel; member in struct:dac_audio_pdata
/linux-master/drivers/net/wireless/mediatek/mt76/mt7915/
H A Deeprom.h103 mt7915_get_channel_group_5g(int channel, bool is_7976) argument
106 if (channel <= 64)
108 if (channel <= 96)
110 if (channel <= 128)
112 if (channel <= 144)
117 if (channel >= 184 && channel <= 196)
119 if (channel <= 48)
121 if (channel <= 64)
123 if (channel <
135 mt7915_get_channel_group_6g(int channel) argument
[all...]
/linux-master/drivers/ipack/devices/
H A Dipoctal.c48 struct ipoctal_channel channel[NR_CHANNELS]; member in struct:ipoctal
57 return container_of(chan, struct ipoctal, channel[index]);
60 static void ipoctal_reset_channel(struct ipoctal_channel *channel) argument
62 iowrite8(CR_DISABLE_RX | CR_DISABLE_TX, &channel->regs->w.cr);
63 channel->rx_enable = 0;
64 iowrite8(CR_CMD_RESET_RX, &channel->regs->w.cr);
65 iowrite8(CR_CMD_RESET_TX, &channel->regs->w.cr);
66 iowrite8(CR_CMD_RESET_ERR_STATUS, &channel->regs->w.cr);
67 iowrite8(CR_CMD_RESET_MR, &channel->regs->w.cr);
72 struct ipoctal_channel *channel; local
87 struct ipoctal_channel *channel = dev_get_drvdata(tty->dev); local
110 struct ipoctal_channel *channel = tty->driver_data; local
125 ipoctal_free_channel(struct ipoctal_channel *channel) argument
135 struct ipoctal_channel *channel = tty->driver_data; local
144 struct ipoctal_channel *channel = tty->driver_data; local
158 ipoctal_irq_rx(struct ipoctal_channel *channel, u8 sr) argument
201 ipoctal_irq_tx(struct ipoctal_channel *channel) argument
219 ipoctal_irq_channel(struct ipoctal_channel *channel) argument
278 struct ipoctal_channel *channel; local
326 struct ipoctal_channel *channel = &ipoctal->channel[i]; local
437 ipoctal_copy_write_buffer(struct ipoctal_channel *channel, const u8 *buf, size_t count) argument
462 struct ipoctal_channel *channel = tty->driver_data; local
484 struct ipoctal_channel *channel = tty->driver_data; local
491 struct ipoctal_channel *channel = tty->driver_data; local
503 struct ipoctal_channel *channel = tty->driver_data; local
633 struct ipoctal_channel *channel = tty->driver_data; local
653 struct ipoctal_channel *channel = tty->driver_data; local
664 struct ipoctal_channel *channel = tty->driver_data; local
715 struct ipoctal_channel *channel = &ipoctal->channel[i]; local
[all...]
/linux-master/drivers/ptp/
H A Dptp_idt82p33.c99 static int idt82p33_dpll_set_mode(struct idt82p33_channel *channel, argument
102 struct idt82p33 *idt82p33 = channel->idt82p33;
106 if (channel->pll_mode == mode)
109 err = idt82p33_read(idt82p33, channel->dpll_mode_cnfg,
118 err = idt82p33_write(idt82p33, channel->dpll_mode_cnfg,
123 channel->pll_mode = mode;
128 static int idt82p33_set_tod_trigger(struct idt82p33_channel *channel, argument
131 struct idt82p33 *idt82p33 = channel->idt82p33;
138 err = idt82p33_read(idt82p33, channel->dpll_tod_trigger,
151 return idt82p33_write(idt82p33, channel
155 idt82p33_get_extts(struct idt82p33_channel *channel, struct timespec64 *ts) argument
213 arm_tod_read_with_trigger(struct idt82p33_channel *channel, u8 trigger) argument
235 idt82p33_extts_enable(struct idt82p33_channel *channel, struct ptp_clock_request *rq, int on) argument
330 idt82p33_extts_enable_mask(struct idt82p33_channel *channel, u8 extts_mask, bool enable) argument
372 _idt82p33_gettime(struct idt82p33_channel *channel, struct timespec64 *ts) argument
415 _idt82p33_settime(struct idt82p33_channel *channel, struct timespec64 const *ts) argument
456 _idt82p33_adjtime_immediate(struct idt82p33_channel *channel, s64 delta_ns) argument
481 _idt82p33_adjtime_internal_triggered(struct idt82p33_channel *channel, s64 delta_ns) argument
524 struct idt82p33_channel *channel = container_of(work, local
535 _idt82p33_adjfine(struct idt82p33_channel *channel, long scaled_ppm) argument
591 idt82p33_stop_ddco(struct idt82p33_channel *channel) argument
604 idt82p33_start_ddco(struct idt82p33_channel *channel, s32 delta_ns) argument
638 idt82p33_measure_one_byte_write_overhead( struct idt82p33_channel *channel, s64 *overhead_ns) argument
671 idt82p33_measure_one_byte_read_overhead( struct idt82p33_channel *channel, s64 *overhead_ns) argument
704 idt82p33_measure_tod_write_9_byte_overhead( struct idt82p33_channel *channel) argument
741 idt82p33_measure_settime_gettime_gap_overhead( struct idt82p33_channel *channel, s64 *overhead_ns) argument
763 idt82p33_measure_tod_write_overhead(struct idt82p33_channel *channel) argument
847 idt82p33_sync_tod(struct idt82p33_channel *channel, bool enable) argument
868 struct idt82p33_channel *channel = local
880 idt82p33_output_enable(struct idt82p33_channel *channel, bool enable, unsigned int outn) argument
898 idt82p33_perout_enable(struct idt82p33_channel *channel, bool enable, struct ptp_perout_request *perout) argument
906 idt82p33_enable_tod(struct idt82p33_channel *channel) argument
930 struct idt82p33_channel *channel; local
946 struct idt82p33_channel *channel = local
988 struct idt82p33_channel *channel = local
1024 struct idt82p33_channel *channel = local
1050 struct idt82p33_channel *channel = local
1081 struct idt82p33_channel *channel = local
1099 struct idt82p33_channel *channel = local
1116 struct idt82p33_channel *channel = &idt82p33->channel[index]; local
1202 struct idt82p33_channel *channel; local
1345 struct idt82p33_channel *channel; local
[all...]
H A Dptp_clockmatrix.c41 static int _idtcm_adjfine(struct idtcm_channel *channel, long scaled_ppm);
242 static int arm_tod_read_trig_sel_refclk(struct idtcm_channel *channel, u8 ref) argument
244 struct idtcm *idtcm = channel->idtcm;
252 err = idtcm_write(idtcm, channel->tod_read_secondary,
259 err = idtcm_write(idtcm, channel->tod_read_secondary, tod_read_cmd,
273 static int idtcm_extts_enable(struct idtcm_channel *channel, argument
283 idtcm = channel->idtcm;
303 /* Use the pin configured for the channel */
304 ref = ptp_find_pin(channel->ptp_clock, PTP_PF_EXTTS, channel
398 _idtcm_gettime_triggered(struct idtcm_channel *channel, struct timespec64 *ts) argument
423 _idtcm_gettime(struct idtcm_channel *channel, struct timespec64 *ts, u8 timeout) argument
484 _idtcm_gettime_immediate(struct idtcm_channel *channel, struct timespec64 *ts) argument
628 idtcm_sync_pps_output(struct idtcm_channel *channel) argument
705 _idtcm_set_dpll_hw_tod(struct idtcm_channel *channel, struct timespec64 const *ts, enum hw_tod_write_trig_sel wr_trig) argument
772 _idtcm_set_dpll_scsr_tod(struct idtcm_channel *channel, struct timespec64 const *ts, enum scsr_tod_write_trig_sel wr_trig, enum scsr_tod_write_type_sel wr_type) argument
881 _idtcm_settime_deprecated(struct idtcm_channel *channel, struct timespec64 const *ts) argument
897 _idtcm_settime(struct idtcm_channel *channel, struct timespec64 const *ts, enum scsr_tod_write_type_sel wr_type) argument
906 idtcm_set_phase_pull_in_offset(struct idtcm_channel *channel, s32 offset_ns) argument
925 idtcm_set_phase_pull_in_slope_limit(struct idtcm_channel *channel, u32 max_ffo_ppb) argument
947 idtcm_start_phase_pull_in(struct idtcm_channel *channel) argument
969 do_phase_pull_in_fw(struct idtcm_channel *channel, s32 offset_ns, u32 max_ffo_ppb) argument
988 set_tod_write_overhead(struct idtcm_channel *channel) argument
1032 _idtcm_adjtime_deprecated(struct idtcm_channel *channel, s64 delta) argument
1327 idtcm_output_enable(struct idtcm_channel *channel, bool enable, unsigned int outn) argument
1355 idtcm_perout_enable(struct idtcm_channel *channel, struct ptp_perout_request *perout, bool enable) argument
1374 idtcm_get_pll_mode(struct idtcm_channel *channel, enum pll_mode *mode) argument
1392 idtcm_set_pll_mode(struct idtcm_channel *channel, enum pll_mode mode) argument
1415 idtcm_get_manual_reference(struct idtcm_channel *channel, enum manual_reference *ref) argument
1435 idtcm_set_manual_reference(struct idtcm_channel *channel, enum manual_reference ref) argument
1459 configure_dpll_mode_write_frequency(struct idtcm_channel *channel) argument
1474 configure_dpll_mode_write_phase(struct idtcm_channel *channel) argument
1489 configure_manual_reference_write_frequency(struct idtcm_channel *channel) argument
1504 configure_manual_reference_write_phase(struct idtcm_channel *channel) argument
1519 idtcm_stop_phase_pull_in(struct idtcm_channel *channel) argument
1534 struct idtcm_channel *channel = container_of(ptp, struct idtcm_channel, caps); local
1565 do_phase_pull_in_sw(struct idtcm_channel *channel, s32 delta_ns, u32 max_ffo_ppb) argument
1608 initialize_operating_mode_with_manual_reference(struct idtcm_channel *channel, enum manual_reference ref) argument
1633 initialize_operating_mode_with_pll_mode(struct idtcm_channel *channel, enum pll_mode mode) argument
1660 initialize_dco_operating_mode(struct idtcm_channel *channel) argument
1713 _idtcm_adjphase(struct idtcm_channel *channel, s32 delta_ns) argument
1740 _idtcm_adjfine(struct idtcm_channel *channel, long scaled_ppm) argument
1786 struct idtcm_channel *channel = container_of(ptp, struct idtcm_channel, caps); local
1804 struct idtcm_channel *channel = container_of(ptp, struct idtcm_channel, caps); local
1822 struct idtcm_channel *channel = container_of(ptp, struct idtcm_channel, caps); local
1839 struct idtcm_channel *channel = container_of(ptp, struct idtcm_channel, caps); local
1856 struct idtcm_channel *channel = container_of(ptp, struct idtcm_channel, caps); local
1891 struct idtcm_channel *channel = container_of(ptp, struct idtcm_channel, caps); local
1908 struct idtcm_channel *channel = container_of(ptp, struct idtcm_channel, caps); local
1934 struct idtcm_channel *channel = container_of(ptp, struct idtcm_channel, caps); local
1967 idtcm_enable_tod(struct idtcm_channel *channel) argument
2074 configure_channel_pll(struct idtcm_channel *channel) argument
2155 idtcm_get_dco_delay(struct idtcm_channel *channel) argument
2189 configure_channel_tod(struct idtcm_channel *channel, u32 index) argument
2232 struct idtcm_channel *channel; local
2305 struct idtcm_channel *channel; local
2327 struct idtcm_channel *channel; local
2367 struct idtcm_channel *channel; local
[all...]
/linux-master/drivers/rpmsg/
H A Dqcom_glink_native.c63 * @in_use: To mark if intent is already in use for the channel
88 * @lcids: idr of all channels with a known local channel id
89 * @rcids: idr of all channels with a known remote channel id
128 * struct glink_channel - internal representation of a channel
130 * @ept: rpmsg endpoint this channel is associated with
132 * @refcount: refcount for the channel object
134 * @name: unique channel name/identifier
135 * @lcid: channel id, in local space
136 * @rcid: channel id, in remote space
217 struct glink_channel *channel; local
251 struct glink_channel *channel = container_of(ref, struct glink_channel, local
409 qcom_glink_send_open_ack(struct qcom_glink *glink, struct glink_channel *channel) argument
424 struct glink_channel *channel; local
439 qcom_glink_intent_req_abort(struct glink_channel *channel) argument
455 qcom_glink_send_open_req(struct qcom_glink *glink, struct glink_channel *channel) argument
499 qcom_glink_send_close_req(struct qcom_glink *glink, struct glink_channel *channel) argument
525 struct glink_channel *channel = container_of(work, struct glink_channel, local
561 qcom_glink_rx_done(struct qcom_glink *glink, struct glink_channel *channel, struct glink_core_rx_intent *intent) argument
653 qcom_glink_send_intent_req_ack(struct qcom_glink *glink, struct glink_channel *channel, bool granted) argument
677 qcom_glink_advertise_intent(struct qcom_glink *glink, struct glink_channel *channel, struct glink_core_rx_intent *intent) argument
702 qcom_glink_alloc_intent(struct qcom_glink *glink, struct glink_channel *channel, size_t size, bool reuseable) argument
745 struct glink_channel *channel; local
793 struct glink_channel *channel; local
844 struct glink_channel *channel; local
961 struct glink_channel *channel; local
1023 struct glink_channel *channel; local
1048 struct glink_channel *channel = to_glink_channel(ept); local
1066 struct glink_channel *channel; local
1165 struct glink_channel *channel; local
1205 qcom_glink_create_remote(struct qcom_glink *glink, struct glink_channel *channel) argument
1243 struct glink_channel *channel; local
1279 struct glink_channel *channel = to_glink_channel(rpdev->ept); local
1317 struct glink_channel *channel = to_glink_channel(ept); local
1331 qcom_glink_request_intent(struct qcom_glink *glink, struct glink_channel *channel, size_t size) argument
1372 __qcom_glink_send(struct glink_channel *channel, void *data, int len, bool wait) argument
1448 struct glink_channel *channel = to_glink_channel(ept); local
1455 struct glink_channel *channel = to_glink_channel(ept); local
1462 struct glink_channel *channel = to_glink_channel(ept); local
1469 struct glink_channel *channel = to_glink_channel(ept); local
1477 qcom_glink_match_channel(struct device_node *node, const char *channel) argument
1523 struct glink_channel *channel; local
1602 struct glink_channel *channel; local
1636 struct glink_channel *channel; local
1756 struct glink_channel *channel = to_glink_channel(rpdev->ept); local
1767 struct glink_channel *channel; local
1845 struct glink_channel *channel; local
[all...]
/linux-master/sound/core/oss/
H A Drate.c55 unsigned int channel; local
58 for (channel = 0; channel < plugin->src_format.channels; channel++) {
59 data->channels[channel].last_S1 = 0;
60 data->channels[channel].last_S2 = 0;
73 unsigned int channel; local
79 for (channel = 0; channel < plugin->src_format.channels; channel
132 unsigned int channel; local
263 unsigned int channel; local
[all...]
H A Dio.c49 int channel, channels = plugin->dst_format.channels; local
53 for (channel = 0; channel < channels; channel++) {
54 if (src_channels[channel].enabled)
55 bufs[channel] = src_channels[channel].area.addr;
57 bufs[channel] = NULL;
75 int channel, channels = plugin->dst_format.channels; local
79 for (channel
95 unsigned int channel; local
[all...]
/linux-master/Documentation/networking/mac80211_hwsim/
H A Dhostapd.conf5 channel=1
/linux-master/arch/powerpc/boot/dts/fsl/
H A Dpq3-dma-0.dtsi42 dma-channel@0 {
43 compatible = "fsl,eloplus-dma-channel";
48 dma-channel@80 {
49 compatible = "fsl,eloplus-dma-channel";
54 dma-channel@100 {
55 compatible = "fsl,eloplus-dma-channel";
60 dma-channel@180 {
61 compatible = "fsl,eloplus-dma-channel";
H A Dpq3-dma-1.dtsi42 dma-channel@0 {
43 compatible = "fsl,eloplus-dma-channel";
48 dma-channel@80 {
49 compatible = "fsl,eloplus-dma-channel";
54 dma-channel@100 {
55 compatible = "fsl,eloplus-dma-channel";
60 dma-channel@180 {
61 compatible = "fsl,eloplus-dma-channel";
H A Dqoriq-dma-0.dtsi42 dma-channel@0 {
43 compatible = "fsl,eloplus-dma-channel";
48 dma-channel@80 {
49 compatible = "fsl,eloplus-dma-channel";
54 dma-channel@100 {
55 compatible = "fsl,eloplus-dma-channel";
60 dma-channel@180 {
61 compatible = "fsl,eloplus-dma-channel";
H A Dqoriq-dma-1.dtsi42 dma-channel@0 {
43 compatible = "fsl,eloplus-dma-channel";
48 dma-channel@80 {
49 compatible = "fsl,eloplus-dma-channel";
54 dma-channel@100 {
55 compatible = "fsl,eloplus-dma-channel";
60 dma-channel@180 {
61 compatible = "fsl,eloplus-dma-channel";
/linux-master/drivers/staging/media/atomisp/pci/runtime/isys/src/
H A Disys_dma_rmgr.c39 isys2401_dma_channel *channel)
47 assert(channel);
56 *channel = i;
69 isys2401_dma_channel *channel)
75 assert(channel);
80 if ((*channel < max_dma_channel) && (cur_rsrc->num_active > 0)) {
81 if (bitop_getbit(cur_rsrc->active_table, *channel) == 1) {
82 bitop_clearbit(cur_rsrc->active_table, *channel);
37 ia_css_isys_dma_channel_rmgr_acquire( isys2401_dma_ID_t dma_id, isys2401_dma_channel *channel) argument
67 ia_css_isys_dma_channel_rmgr_release( isys2401_dma_ID_t dma_id, isys2401_dma_channel *channel) argument
/linux-master/drivers/firmware/tegra/
H A Dbpmp-tegra210.c44 static bool tegra210_bpmp_is_response_ready(struct tegra_bpmp_channel *channel) argument
46 unsigned int index = channel->index;
48 return bpmp_channel_status(channel->bpmp, index) == MA_ACKD(index);
51 static bool tegra210_bpmp_is_request_ready(struct tegra_bpmp_channel *channel) argument
53 unsigned int index = channel->index;
55 return bpmp_channel_status(channel->bpmp, index) == SL_SIGL(index);
59 tegra210_bpmp_is_request_channel_free(struct tegra_bpmp_channel *channel) argument
61 unsigned int index = channel->index;
63 return bpmp_channel_status(channel->bpmp, index) == MA_FREE(index);
67 tegra210_bpmp_is_response_channel_free(struct tegra_bpmp_channel *channel) argument
74 tegra210_bpmp_post_request(struct tegra_bpmp_channel *channel) argument
83 tegra210_bpmp_post_response(struct tegra_bpmp_channel *channel) argument
92 tegra210_bpmp_ack_response(struct tegra_bpmp_channel *channel) argument
102 tegra210_bpmp_ack_request(struct tegra_bpmp_channel *channel) argument
135 tegra210_bpmp_channel_init(struct tegra_bpmp_channel *channel, struct tegra_bpmp *bpmp, unsigned int index) argument
[all...]
/linux-master/drivers/net/ethernet/microchip/
H A Dlan743x_main.h150 #define FCT_RX_CTL_EN_(channel) BIT(28 + (channel))
151 #define FCT_RX_CTL_DIS_(channel) BIT(24 + (channel))
152 #define FCT_RX_CTL_RESET_(channel) BIT(20 + (channel))
155 #define FCT_TX_CTL_EN_(channel) BIT(28 + (channel))
156 #define FCT_TX_CTL_DIS_(channel) BIT(24 + (channel))
[all...]
/linux-master/drivers/tty/serial/
H A Dip22zilog.c51 #define ZS_WSYNC(channel) do { } while (0)
109 static unsigned char read_zsreg(struct zilog_channel *channel, argument
114 writeb(reg, &channel->control);
116 retval = readb(&channel->control);
122 static void write_zsreg(struct zilog_channel *channel, argument
125 writeb(reg, &channel->control);
127 writeb(value, &channel->control);
131 static void ip22zilog_clear_fifo(struct zilog_channel *channel) argument
138 regval = readb(&channel->control);
143 regval = read_zsreg(channel, R
158 __load_zsregs(struct zilog_channel *channel, unsigned char *regs) argument
233 ip22zilog_maybe_update_regs(struct uart_ip22zilog_port *up, struct zilog_channel *channel) argument
248 ip22zilog_receive_chars(struct uart_ip22zilog_port *up, struct zilog_channel *channel) argument
313 ip22zilog_status_handle(struct uart_ip22zilog_port *up, struct zilog_channel *channel) argument
355 ip22zilog_transmit_chars(struct uart_ip22zilog_port *up, struct zilog_channel *channel) argument
430 struct zilog_channel *channel local
490 struct zilog_channel *channel; local
545 struct zilog_channel *channel = ZILOG_CHANNEL_FROM_PORT(port); local
579 struct zilog_channel *channel = ZILOG_CHANNEL_FROM_PORT(port); local
622 struct zilog_channel *channel; local
639 struct zilog_channel *channel = ZILOG_CHANNEL_FROM_PORT(port); local
656 struct zilog_channel *channel = ZILOG_CHANNEL_FROM_PORT(port); local
682 struct zilog_channel *channel; local
711 struct zilog_channel *channel; local
772 struct zilog_channel *channel; local
993 struct zilog_channel *channel = ZILOG_CHANNEL_FROM_PORT(port); local
1080 int channel, chip; local
[all...]
/linux-master/drivers/usb/musb/
H A Dmusbhsdma.c54 struct dma_channel channel; member in struct:musb_dma_channel
66 struct musb_dma_channel channel[MUSB_HSDMA_CHANNELS]; member in struct:musb_dma_controller
74 static void dma_channel_release(struct dma_channel *channel);
79 struct dma_channel *channel; local
84 "Stopping DMA controller while channel active\n");
88 channel = &controller->channel[bit].channel;
89 dma_channel_release(channel);
104 struct dma_channel *channel local
129 dma_channel_release(struct dma_channel *channel) argument
143 configure_channel(struct dma_channel *channel, u16 packet_sz, u8 mode, dma_addr_t dma_addr, u32 len) argument
181 dma_channel_program(struct dma_channel *channel, u16 packet_sz, u8 mode, dma_addr_t dma_addr, u32 len) argument
220 dma_channel_abort(struct dma_channel *channel) argument
271 struct dma_channel *channel; local
[all...]

Completed in 241 milliseconds

1234567891011>>