Home
last modified time | relevance | path

Searched defs:channel (Results 26 – 50 of 2130) sorted by relevance

12345678910>>...86

/OK3568_Linux_fs/kernel/drivers/firmware/tegra/
H A Dbpmp-tegra210.c44 static bool tegra210_bpmp_is_response_ready(struct tegra_bpmp_channel *channel) in tegra210_bpmp_is_response_ready()
51 static bool tegra210_bpmp_is_request_ready(struct tegra_bpmp_channel *channel) in tegra210_bpmp_is_request_ready()
59 tegra210_bpmp_is_request_channel_free(struct tegra_bpmp_channel *channel) in tegra210_bpmp_is_request_channel_free()
67 tegra210_bpmp_is_response_channel_free(struct tegra_bpmp_channel *channel) in tegra210_bpmp_is_response_channel_free()
74 static int tegra210_bpmp_post_request(struct tegra_bpmp_channel *channel) in tegra210_bpmp_post_request()
83 static int tegra210_bpmp_post_response(struct tegra_bpmp_channel *channel) in tegra210_bpmp_post_response()
92 static int tegra210_bpmp_ack_response(struct tegra_bpmp_channel *channel) in tegra210_bpmp_ack_response()
102 static int tegra210_bpmp_ack_request(struct tegra_bpmp_channel *channel) in tegra210_bpmp_ack_request()
135 static int tegra210_bpmp_channel_init(struct tegra_bpmp_channel *channel, in tegra210_bpmp_channel_init()
H A Dbpmp-tegra186.c27 struct mbox_chan *channel; member
41 static bool tegra186_bpmp_is_message_ready(struct tegra_bpmp_channel *channel) in tegra186_bpmp_is_message_ready()
56 static bool tegra186_bpmp_is_channel_free(struct tegra_bpmp_channel *channel) in tegra186_bpmp_is_channel_free()
71 static int tegra186_bpmp_ack_message(struct tegra_bpmp_channel *channel) in tegra186_bpmp_ack_message()
76 static int tegra186_bpmp_post_message(struct tegra_bpmp_channel *channel) in tegra186_bpmp_post_message()
106 static int tegra186_bpmp_channel_init(struct tegra_bpmp_channel *channel, in tegra186_bpmp_channel_init()
141 static void tegra186_bpmp_channel_reset(struct tegra_bpmp_channel *channel) in tegra186_bpmp_channel_reset()
151 static void tegra186_bpmp_channel_cleanup(struct tegra_bpmp_channel *channel) in tegra186_bpmp_channel_cleanup()
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dsunzilog.c56 #define ZS_WSYNC(channel) do { } while (0) argument
126 static unsigned char read_zsreg(struct zilog_channel __iomem *channel, in read_zsreg()
139 static void write_zsreg(struct zilog_channel __iomem *channel, in write_zsreg()
148 static void sunzilog_clear_fifo(struct zilog_channel __iomem *channel) in sunzilog_clear_fifo()
175 static int __load_zsregs(struct zilog_channel __iomem *channel, unsigned char *regs) in __load_zsregs()
269 struct zilog_channel __iomem *channel) in sunzilog_maybe_update_regs()
325 struct zilog_channel __iomem *channel) in sunzilog_receive_chars()
403 struct zilog_channel __iomem *channel) in sunzilog_status_handle()
454 struct zilog_channel __iomem *channel) in sunzilog_transmit_chars()
530 struct zilog_channel __iomem *channel in sunzilog_interrupt() local
[all …]
/OK3568_Linux_fs/kernel/drivers/hv/
H A Dchannel_mgmt.c144 static void vmbus_rescind_cleanup(struct vmbus_channel *channel) in vmbus_rescind_cleanup()
173 static u16 hv_get_dev_type(const struct vmbus_channel *channel) in hv_get_dev_type()
313 struct vmbus_channel *channel; in alloc_channel() local
335 static void free_channel(struct vmbus_channel *channel) in free_channel()
343 void vmbus_channel_map_relid(struct vmbus_channel *channel) in vmbus_channel_map_relid()
377 void vmbus_channel_unmap_relid(struct vmbus_channel *channel) in vmbus_channel_unmap_relid()
400 void hv_process_channel_removal(struct vmbus_channel *channel) in hv_process_channel_removal()
449 struct vmbus_channel *channel, *tmp; in vmbus_free_channels() local
551 struct vmbus_channel *channel; in vmbus_process_offer() local
677 static void init_vp_index(struct vmbus_channel *channel) in init_vp_index()
[all …]
H A Dchannel.c122 void vmbus_setevent(struct vmbus_channel *channel) in vmbus_setevent()
149 void vmbus_free_ring(struct vmbus_channel *channel) in vmbus_free_ring()
391 static int __vmbus_establish_gpadl(struct vmbus_channel *channel, in __vmbus_establish_gpadl()
498 int vmbus_establish_gpadl(struct vmbus_channel *channel, void *kbuffer, in vmbus_establish_gpadl()
670 int vmbus_teardown_gpadl(struct vmbus_channel *channel, u32 gpadl_handle) in vmbus_teardown_gpadl()
727 void vmbus_reset_channel_cb(struct vmbus_channel *channel) in vmbus_reset_channel_cb()
757 static int vmbus_close_internal(struct vmbus_channel *channel) in vmbus_close_internal()
815 int vmbus_disconnect_ring(struct vmbus_channel *channel) in vmbus_disconnect_ring()
851 void vmbus_close(struct vmbus_channel *channel) in vmbus_close()
873 int vmbus_sendpacket(struct vmbus_channel *channel, void *buffer, in vmbus_sendpacket()
[all …]
H A Dvmbus_drv.c127 static u8 channel_monitor_group(const struct vmbus_channel *channel) in channel_monitor_group()
132 static u8 channel_monitor_offset(const struct vmbus_channel *channel) in channel_monitor_offset()
137 static u32 channel_pending(const struct vmbus_channel *channel, in channel_pending()
145 static u32 channel_latency(const struct vmbus_channel *channel, in channel_latency()
154 static u32 channel_conn_id(struct vmbus_channel *channel, in channel_conn_id()
517 struct vmbus_channel *channel = hv_dev->channel, *cur_sc; in channel_vp_mapping_show() local
985 struct vmbus_channel *channel = hv_dev->channel; in vmbus_device_release() local
1179 static void vmbus_force_channel_rescinded(struct vmbus_channel *channel) in vmbus_force_channel_rescinded()
1242 struct vmbus_channel *channel; in vmbus_chan_sched() local
1581 struct vmbus_channel *channel in vmbus_chan_release() local
[all …]
/OK3568_Linux_fs/kernel/drivers/rpmsg/
H A Dqcom_smd.c275 #define GET_RX_CHANNEL_FLAG(channel, param) \ argument
283 #define GET_RX_CHANNEL_INFO(channel, param) \ argument
291 #define SET_RX_CHANNEL_FLAG(channel, param, value) \ argument
300 #define SET_RX_CHANNEL_INFO(channel, param, value) \ argument
309 #define GET_TX_CHANNEL_FLAG(channel, param) \ argument
317 #define GET_TX_CHANNEL_INFO(channel, param) \ argument
325 #define SET_TX_CHANNEL_FLAG(channel, param, value) \ argument
334 #define SET_TX_CHANNEL_INFO(channel, param, value) \ argument
370 static void qcom_smd_signal_channel(struct qcom_smd_channel *channel) in qcom_smd_signal_channel()
390 static void qcom_smd_channel_reset(struct qcom_smd_channel *channel) in qcom_smd_channel_reset()
[all …]
H A Dqcom_glink_native.c212 struct glink_channel *channel; in qcom_glink_alloc_channel() local
242 struct glink_channel *channel = container_of(ref, struct glink_channel, in qcom_glink_channel_release() local
366 struct glink_channel *channel) in qcom_glink_send_open_ack()
380 struct glink_channel *channel; in qcom_glink_handle_intent_req_ack() local
406 struct glink_channel *channel) in qcom_glink_send_open_req()
450 struct glink_channel *channel) in qcom_glink_send_close_req()
475 struct glink_channel *channel = container_of(work, struct glink_channel, in qcom_glink_rx_done_work() local
512 struct glink_channel *channel, in qcom_glink_rx_done()
604 struct glink_channel *channel, in qcom_glink_send_intent_req_ack()
628 struct glink_channel *channel, in qcom_glink_advertise_intent()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/
H A Dnouveau_hwmon.c287 nouveau_chip_is_visible(const void *data, u32 attr, int channel) in nouveau_chip_is_visible()
298 nouveau_power_is_visible(const void *data, u32 attr, int channel) in nouveau_power_is_visible()
323 nouveau_temp_is_visible(const void *data, u32 attr, int channel) in nouveau_temp_is_visible()
347 nouveau_pwm_is_visible(const void *data, u32 attr, int channel) in nouveau_pwm_is_visible()
366 nouveau_input_is_visible(const void *data, u32 attr, int channel) in nouveau_input_is_visible()
386 nouveau_fan_is_visible(const void *data, u32 attr, int channel) in nouveau_fan_is_visible()
403 nouveau_chip_read(struct device *dev, u32 attr, int channel, long *val) in nouveau_chip_read()
417 nouveau_temp_read(struct device *dev, u32 attr, int channel, long *val) in nouveau_temp_read()
466 nouveau_fan_read(struct device *dev, u32 attr, int channel, long *val) in nouveau_fan_read()
489 nouveau_in_read(struct device *dev, u32 attr, int channel, long *val) in nouveau_in_read()
[all …]
/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Dmax197.c57 static inline void max197_set_unipolarity(struct max197_data *data, int channel) in max197_set_unipolarity()
62 static inline void max197_set_bipolarity(struct max197_data *data, int channel) in max197_set_bipolarity()
67 static inline void max197_set_half_range(struct max197_data *data, int channel) in max197_set_half_range()
72 static inline void max197_set_full_range(struct max197_data *data, int channel) in max197_set_full_range()
77 static inline bool max197_is_bipolar(struct max197_data *data, int channel) in max197_is_bipolar()
82 static inline bool max197_is_full_range(struct max197_data *data, int channel) in max197_is_full_range()
93 int channel = attr->index; in max197_show_range() local
121 int channel = attr->index; in max197_store_range() local
176 int channel = attr->index; in max197_show_input() local
H A Dcorsair-cpro.c148 static int get_data(struct ccp_device *ccp, int command, int channel, bool two_byte_data) in get_data()
167 static int set_pwm(struct ccp_device *ccp, int channel, long val) in set_pwm()
187 static int set_target(struct ccp_device *ccp, int channel, long val) in set_target()
202 u32 attr, int channel, const char **str) in ccp_read_string()
224 u32 attr, int channel, long *val) in ccp_read()
293 u32 attr, int channel, long val) in ccp_write()
321 u32 attr, int channel) in ccp_is_visible()
428 int channel; in get_fan_cnct() local
466 int channel; in get_temp_cnct() local
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/
H A Dnic_common.h33 static inline efx_qword_t *efx_event(struct efx_channel *channel, in efx_event()
162 static inline int efx_nic_probe_eventq(struct efx_channel *channel) in efx_nic_probe_eventq()
166 static inline int efx_nic_init_eventq(struct efx_channel *channel) in efx_nic_init_eventq()
170 static inline void efx_nic_fini_eventq(struct efx_channel *channel) in efx_nic_fini_eventq()
174 static inline void efx_nic_remove_eventq(struct efx_channel *channel) in efx_nic_remove_eventq()
179 efx_nic_process_eventq(struct efx_channel *channel, int quota) in efx_nic_process_eventq()
183 static inline void efx_nic_eventq_read_ack(struct efx_channel *channel) in efx_nic_eventq_read_ack()
221 static inline int efx_nic_event_test_irq_cpu(struct efx_channel *channel) in efx_nic_event_test_irq_cpu()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_geo.c31 int libipw_is_valid_channel(struct libipw_device *ieee, u8 channel) in libipw_is_valid_channel()
60 int libipw_channel_to_index(struct libipw_device *ieee, u8 channel) in libipw_channel_to_index()
82 u32 libipw_channel_to_freq(struct libipw_device * ieee, u8 channel) in libipw_channel_to_freq()
139 u8 libipw_get_channel_flags(struct libipw_device * ieee, u8 channel) in libipw_get_channel_flags()
159 *ieee, u8 channel) in libipw_get_channel()
/OK3568_Linux_fs/kernel/drivers/hsi/clients/
H A Dhsi_char.c116 static void hsc_add_tail(struct hsc_channel *channel, struct hsi_msg *msg, in hsc_add_tail()
126 static struct hsi_msg *hsc_get_first_msg(struct hsc_channel *channel, in hsc_get_first_msg()
161 static void hsc_reset_list(struct hsc_channel *channel, struct list_head *l) in hsc_reset_list()
195 static inline int hsc_msgs_alloc(struct hsc_channel *channel) in hsc_msgs_alloc()
228 struct hsc_channel *channel = cl_data->channels + msg->channel; in hsc_rx_completed() local
248 struct hsc_channel *channel = cl_data->channels + msg->channel; in hsc_tx_completed() local
276 struct hsc_channel *channel = cl_data->channels; in hsc_break_received() local
415 struct hsc_channel *channel = file->private_data; in hsc_read() local
474 struct hsc_channel *channel = file->private_data; in hsc_write() local
527 struct hsc_channel *channel = file->private_data; in hsc_ioctl() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dbcmwifi_channels.h124 #define LOWER_20_SB(channel) (((channel) > CH_10MHZ_APART) ? \ argument
126 #define UPPER_20_SB(channel) (((channel) < (MAXCHANNEL - CH_10MHZ_APART)) ? \ argument
129 #define LL_20_SB(channel) (((channel) > 3 * CH_10MHZ_APART) ? ((channel) - 3 * CH_10MHZ_APART) : 0) argument
130 #define UU_20_SB(channel) (((channel) < (MAXCHANNEL - 3 * CH_10MHZ_APART)) ? \ argument
132 #define LU_20_SB(channel) LOWER_20_SB(channel) argument
133 #define UL_20_SB(channel) UPPER_20_SB(channel) argument
135 #define LOWER_40_SB(channel) ((channel) - CH_20MHZ_APART) argument
136 #define UPPER_40_SB(channel) ((channel) + CH_20MHZ_APART) argument
138 #define CH20MHZ_CHSPEC(channel) (chanspec_t)((chanspec_t)(channel) | WL_CHANSPEC_BW_20 | \ argument
141 #define CH2P5MHZ_CHSPEC(channel) (chanspec_t)((chanspec_t)(channel) | WL_CHANSPEC_BW_2P5 | \ argument
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/microchip/
H A Dlan743x_main.h89 #define FCT_RX_CTL_EN_(channel) BIT(28 + (channel)) argument
90 #define FCT_RX_CTL_DIS_(channel) BIT(24 + (channel)) argument
91 #define FCT_RX_CTL_RESET_(channel) BIT(20 + (channel)) argument
94 #define FCT_TX_CTL_EN_(channel) BIT(28 + (channel)) argument
95 #define FCT_TX_CTL_DIS_(channel) BIT(24 + (channel)) argument
96 #define FCT_TX_CTL_RESET_(channel) BIT(20 + (channel)) argument
218 #define INT_BIT_DMA_RX_(channel) BIT(24 + (channel)) argument
220 #define INT_BIT_DMA_TX_(channel) BIT(16 + (channel)) argument
241 #define INT_VEC_MAP0_RX_VEC_(channel, vector) \ argument
245 #define INT_VEC_MAP1_TX_VEC_(channel, vector) \ argument
[all …]
/OK3568_Linux_fs/kernel/arch/sh/drivers/dma/
H A Ddma-sysfs.c31 struct dma_channel *channel = get_dma_channel(i); in dma_show_devices() local
61 struct dma_channel *channel = to_dma_channel(dev); in dma_show_dev_id() local
69 struct dma_channel *channel = to_dma_channel(dev); in dma_store_dev_id() local
80 struct dma_channel *channel = to_dma_channel(dev); in dma_store_config() local
94 struct dma_channel *channel = to_dma_channel(dev); in dma_show_mode() local
102 struct dma_channel *channel = to_dma_channel(dev); in dma_store_mode() local
/OK3568_Linux_fs/kernel/sound/soc/tegra/
H A Dtegra30_ahub.c91 int channel; in tegra30_ahub_allocate_rx_fifo() local
143 int channel = rxcif - TEGRA30_AHUB_RXCIF_APBIF_RX0; in tegra30_ahub_enable_rx_fifo() local
162 int channel = rxcif - TEGRA30_AHUB_RXCIF_APBIF_RX0; in tegra30_ahub_disable_rx_fifo() local
181 int channel = rxcif - TEGRA30_AHUB_RXCIF_APBIF_RX0; in tegra30_ahub_free_rx_fifo() local
193 int channel; in tegra30_ahub_allocate_tx_fifo() local
245 int channel = txcif - TEGRA30_AHUB_TXCIF_APBIF_TX0; in tegra30_ahub_enable_tx_fifo() local
264 int channel = txcif - TEGRA30_AHUB_TXCIF_APBIF_TX0; in tegra30_ahub_disable_tx_fifo() local
283 int channel = txcif - TEGRA30_AHUB_TXCIF_APBIF_TX0; in tegra30_ahub_free_tx_fifo() local
294 int channel = rxcif - TEGRA30_AHUB_RXCIF_APBIF_RX0; in tegra30_ahub_set_rx_cif_source() local
311 int channel = rxcif - TEGRA30_AHUB_RXCIF_APBIF_RX0; in tegra30_ahub_unset_rx_cif_source() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/dss/
H A Ddispc.h109 static inline u16 DISPC_DEFAULT_COLOR(enum omap_channel channel) in DISPC_DEFAULT_COLOR()
126 static inline u16 DISPC_TRANS_COLOR(enum omap_channel channel) in DISPC_TRANS_COLOR()
143 static inline u16 DISPC_TIMING_H(enum omap_channel channel) in DISPC_TIMING_H()
161 static inline u16 DISPC_TIMING_V(enum omap_channel channel) in DISPC_TIMING_V()
179 static inline u16 DISPC_POL_FREQ(enum omap_channel channel) in DISPC_POL_FREQ()
197 static inline u16 DISPC_DIVISORo(enum omap_channel channel) in DISPC_DIVISORo()
216 static inline u16 DISPC_SIZE_MGR(enum omap_channel channel) in DISPC_SIZE_MGR()
233 static inline u16 DISPC_DATA_CYCLE1(enum omap_channel channel) in DISPC_DATA_CYCLE1()
251 static inline u16 DISPC_DATA_CYCLE2(enum omap_channel channel) in DISPC_DATA_CYCLE2()
269 static inline u16 DISPC_DATA_CYCLE3(enum omap_channel channel) in DISPC_DATA_CYCLE3()
[all …]
/OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddispc.h106 static inline u16 DISPC_DEFAULT_COLOR(enum omap_channel channel) in DISPC_DEFAULT_COLOR()
123 static inline u16 DISPC_TRANS_COLOR(enum omap_channel channel) in DISPC_TRANS_COLOR()
140 static inline u16 DISPC_TIMING_H(enum omap_channel channel) in DISPC_TIMING_H()
158 static inline u16 DISPC_TIMING_V(enum omap_channel channel) in DISPC_TIMING_V()
176 static inline u16 DISPC_POL_FREQ(enum omap_channel channel) in DISPC_POL_FREQ()
194 static inline u16 DISPC_DIVISORo(enum omap_channel channel) in DISPC_DIVISORo()
213 static inline u16 DISPC_SIZE_MGR(enum omap_channel channel) in DISPC_SIZE_MGR()
230 static inline u16 DISPC_DATA_CYCLE1(enum omap_channel channel) in DISPC_DATA_CYCLE1()
248 static inline u16 DISPC_DATA_CYCLE2(enum omap_channel channel) in DISPC_DATA_CYCLE2()
266 static inline u16 DISPC_DATA_CYCLE3(enum omap_channel channel) in DISPC_DATA_CYCLE3()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ipa/
H A Dgsi_trans.c237 static void gsi_channel_trans_map(struct gsi_channel *channel, u32 index, in gsi_channel_trans_map()
246 gsi_channel_trans_mapped(struct gsi_channel *channel, u32 index) in gsi_channel_trans_mapped()
253 struct gsi_trans *gsi_channel_trans_complete(struct gsi_channel *channel) in gsi_channel_trans_complete()
262 struct gsi_channel *channel = &trans->gsi->channel[trans->channel_id]; in gsi_trans_move_pending() local
277 struct gsi_channel *channel = &trans->gsi->channel[trans->channel_id]; in gsi_trans_move_complete() local
293 struct gsi_channel *channel = &trans->gsi->channel[trans->channel_id]; in gsi_trans_move_polled() local
331 struct gsi_channel *channel = &gsi->channel[channel_id]; in gsi_channel_trans_alloc() local
542 struct gsi_channel *channel = &trans->gsi->channel[trans->channel_id]; in __gsi_trans_commit() local
665 void gsi_channel_trans_cancel_pending(struct gsi_channel *channel) in gsi_channel_trans_cancel_pending()
690 struct gsi_channel *channel = &gsi->channel[channel_id]; in gsi_trans_read_byte() local
[all …]
/OK3568_Linux_fs/u-boot/drivers/dma/
H A DMCD_dmaApi.c309 int MCD_dmaStatus(int channel) in MCD_dmaStatus()
360 int MCD_startDma(int channel, s8 * srcAddr, s16 srcIncr, s8 * destAddr, in MCD_startDma()
623 int MCD_XferProgrQuery(int channel, MCD_XferProg * progRep) in MCD_XferProgrQuery()
777 static void MCD_resmActions(int channel) in MCD_resmActions()
805 int MCD_killDma(int channel) in MCD_killDma()
844 int MCD_continDma(int channel) in MCD_continDma()
896 int MCD_pauseDma(int channel) in MCD_pauseDma()
928 int MCD_resumeDma(int channel) in MCD_resumeDma()
951 int MCD_csumQuery(int channel, u32 * csum) in MCD_csumQuery()
H A DMCD_tasksInit.c23 volatile TaskTableEntry * taskTable, int channel) in MCD_startDmaChainNoEu()
61 volatile TaskTableEntry * taskTable, int channel) in MCD_startDmaSingleNoEu()
91 volatile TaskTableEntry * taskTable, int channel) in MCD_startDmaChainEu()
132 volatile TaskTableEntry * taskTable, int channel) in MCD_startDmaSingleEu()
165 volatile TaskTableEntry * taskTable, int channel) in MCD_startDmaENetRcv()
194 volatile TaskTableEntry * taskTable, int channel) in MCD_startDmaENetXmit()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/neterion/vxge/
H A Dvxge-traffic.c288 void vxge_hw_channel_msix_mask(struct __vxge_hw_channel *channel, int msix_id) in vxge_hw_channel_msix_mask()
306 vxge_hw_channel_msix_unmask(struct __vxge_hw_channel *channel, int msix_id) in vxge_hw_channel_msix_unmask()
324 void vxge_hw_channel_msix_clear(struct __vxge_hw_channel *channel, int msix_id) in vxge_hw_channel_msix_clear()
994 vxge_hw_channel_dtr_alloc(struct __vxge_hw_channel *channel, void **dtrh) in vxge_hw_channel_dtr_alloc()
1035 vxge_hw_channel_dtr_post(struct __vxge_hw_channel *channel, void *dtrh) in vxge_hw_channel_dtr_post()
1055 vxge_hw_channel_dtr_try_complete(struct __vxge_hw_channel *channel, void **dtrh) in vxge_hw_channel_dtr_try_complete()
1070 void vxge_hw_channel_dtr_complete(struct __vxge_hw_channel *channel) in vxge_hw_channel_dtr_complete()
1089 void vxge_hw_channel_dtr_free(struct __vxge_hw_channel *channel, void *dtrh) in vxge_hw_channel_dtr_free()
1101 int vxge_hw_channel_dtr_count(struct __vxge_hw_channel *channel) in vxge_hw_channel_dtr_count()
1125 struct __vxge_hw_channel *channel; in vxge_hw_ring_rxd_reserve() local
[all …]
/OK3568_Linux_fs/kernel/drivers/mailbox/
H A Dmailbox-sti.c83 unsigned int channel; member
91 unsigned int channel = chan_info->channel; in sti_mbox_channel_is_enabled() local
99 unsigned int channel) in sti_mbox_to_channel()
124 unsigned int channel = chan_info->channel; in sti_mbox_enable_channel() local
139 unsigned int channel = chan_info->channel; in sti_mbox_disable_channel() local
154 unsigned int channel = chan_info->channel; in sti_mbox_clear_irq() local
165 unsigned int channel; in sti_mbox_irq_to_channel() local
256 unsigned int channel = chan_info->channel; in sti_mbox_tx_is_ready() local
279 unsigned int channel = chan_info->channel; in sti_mbox_send_data() local
329 unsigned int channel = spec->args[1]; in sti_mbox_xlate() local

12345678910>>...86