| /linux/drivers/firmware/tegra/ |
| A D | bpmp-tegra186.c | 27 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()
|
| /linux/drivers/net/wireless/intel/ipw2x00/ |
| A D | libipw_geo.c | 31 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()
|
| /linux/sound/soc/tegra/ |
| A D | tegra30_ahub.c | 107 int channel; in tegra30_ahub_allocate_rx_fifo() local 159 int channel = rxcif - TEGRA30_AHUB_RXCIF_APBIF_RX0; in tegra30_ahub_enable_rx_fifo() local 178 int channel = rxcif - TEGRA30_AHUB_RXCIF_APBIF_RX0; in tegra30_ahub_disable_rx_fifo() local 197 int channel = rxcif - TEGRA30_AHUB_RXCIF_APBIF_RX0; in tegra30_ahub_free_rx_fifo() local 209 int channel; in tegra30_ahub_allocate_tx_fifo() local 261 int channel = txcif - TEGRA30_AHUB_TXCIF_APBIF_TX0; in tegra30_ahub_enable_tx_fifo() local 280 int channel = txcif - TEGRA30_AHUB_TXCIF_APBIF_TX0; in tegra30_ahub_disable_tx_fifo() local 299 int channel = txcif - TEGRA30_AHUB_TXCIF_APBIF_TX0; in tegra30_ahub_free_tx_fifo() local 310 int channel = rxcif - TEGRA30_AHUB_RXCIF_APBIF_RX0; in tegra30_ahub_set_rx_cif_source() local 327 int channel = rxcif - TEGRA30_AHUB_RXCIF_APBIF_RX0; in tegra30_ahub_unset_rx_cif_source() local
|
| /linux/drivers/net/ethernet/sfc/ |
| A D | nic_common.h | 33 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()
|
| A D | mcdi_functions.c | 63 int efx_mcdi_ev_probe(struct efx_channel *channel) in efx_mcdi_ev_probe() 71 int efx_mcdi_ev_init(struct efx_channel *channel, bool v1_cut_thru, bool v2) in efx_mcdi_ev_init() 135 void efx_mcdi_ev_remove(struct efx_channel *channel) in efx_mcdi_ev_remove() 140 void efx_mcdi_ev_fini(struct efx_channel *channel) in efx_mcdi_ev_fini() 170 struct efx_channel *channel = tx_queue->channel; in efx_mcdi_tx_init() local 280 struct efx_channel *channel = efx_rx_queue_channel(rx_queue); in efx_mcdi_rx_init() local 359 struct efx_channel *channel; in efx_fini_dmaq() local
|
| /linux/drivers/rpmsg/ |
| A D | qcom_glink_native.c | 216 struct glink_channel *channel; in qcom_glink_alloc_channel() local 407 struct glink_channel *channel; in qcom_glink_handle_intent_req_ack() local 722 struct glink_channel *channel; in qcom_glink_handle_rx_done() local 765 struct glink_channel *channel; in qcom_glink_handle_intent_req() local 816 struct glink_channel *channel; in qcom_glink_rx_data() local 933 struct glink_channel *channel; in qcom_glink_handle_intent() local 991 struct glink_channel *channel; in qcom_glink_rx_open_ack() local 1087 struct glink_channel *channel; in qcom_glink_create_local() local 1165 struct glink_channel *channel; in qcom_glink_create_ept() local 1414 const char *channel) in qcom_glink_match_channel() [all …]
|
| /linux/drivers/hsi/clients/ |
| A D | hsi_char.c | 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 592 struct hsc_channel *channel; in hsc_open() local 635 struct hsc_channel *channel = file->private_data; in hsc_release() local 665 static void hsc_channel_init(struct hsc_channel *channel) in hsc_channel_init() [all …]
|
| /linux/arch/sh/drivers/dma/ |
| A D | dma-sysfs.c | 31 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
|
| /linux/drivers/net/ethernet/microchip/ |
| A D | lan743x_main.h | 89 #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 …]
|
| /linux/drivers/dma/sh/ |
| A D | rz-dmac.c | 416 struct rz_dmac_chan *channel = to_rz_dmac_chan(chan); in rz_dmac_alloc_chan_resources() local 437 struct rz_dmac_chan *channel = to_rz_dmac_chan(chan); in rz_dmac_free_chan_resources() local 473 struct rz_dmac_chan *channel = to_rz_dmac_chan(chan); in rz_dmac_prep_dma_memcpy() local 501 struct rz_dmac_chan *channel = to_rz_dmac_chan(chan); in rz_dmac_prep_slave_sg() local 533 struct rz_dmac_chan *channel = to_rz_dmac_chan(chan); in rz_dmac_terminate_all() local 550 struct rz_dmac_chan *channel = to_rz_dmac_chan(chan); in rz_dmac_issue_pending() local 660 struct rz_dmac_chan *channel = dev_id; in rz_dmac_irq_handler() local 672 struct rz_dmac_chan *channel = dev_id; in rz_dmac_irq_handler_thread() local 740 struct rz_dmac_chan *channel, in rz_dmac_chan_probe() 928 struct rz_dmac_chan *channel = &dmac->channels[i]; in rz_dmac_probe() local [all …]
|
| /linux/drivers/hwmon/ |
| A D | corsair-cpro.c | 148 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() 322 u32 attr, int channel) in ccp_is_visible() 429 int channel; in get_fan_cnct() local 467 int channel; in get_temp_cnct() local
|
| A D | max127.c | 117 static int max127_read_input(struct max127_data *data, int channel, long *val) in max127_read_input() 141 static int max127_read_min(struct max127_data *data, int channel, long *val) in max127_read_min() 155 static int max127_read_max(struct max127_data *data, int channel, long *val) in max127_read_max() 169 static int max127_write_min(struct max127_data *data, int channel, long val) in max127_write_min() 191 static int max127_write_max(struct max127_data *data, int channel, long val) in max127_write_max() 207 u32 attr, int channel) in max127_is_visible() 227 u32 attr, int channel, long *val) in max127_read() 257 u32 attr, int channel, long val) in max127_write()
|
| /linux/drivers/video/fbdev/omap2/omapfb/dss/ |
| A D | dispc.h | 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() 284 static inline u16 DISPC_CPR_COEF_R(enum omap_channel channel) in DISPC_CPR_COEF_R() 302 static inline u16 DISPC_CPR_COEF_G(enum omap_channel channel) in DISPC_CPR_COEF_G() [all …]
|
| /linux/drivers/net/ipa/ |
| A D | gsi_trans.c | 243 gsi_channel_trans_mapped(struct gsi_channel *channel, u32 index) in gsi_channel_trans_mapped() 259 struct gsi_channel *channel = &trans->gsi->channel[trans->channel_id]; in gsi_trans_move_pending() local 274 struct gsi_channel *channel = &trans->gsi->channel[trans->channel_id]; in gsi_trans_move_complete() local 290 struct gsi_channel *channel = &trans->gsi->channel[trans->channel_id]; in gsi_trans_move_polled() local 328 struct gsi_channel *channel = &gsi->channel[channel_id]; in gsi_channel_trans_alloc() local 544 struct gsi_channel *channel = &trans->gsi->channel[trans->channel_id]; in __gsi_trans_commit() local 667 void gsi_channel_trans_cancel_pending(struct gsi_channel *channel) in gsi_channel_trans_cancel_pending() 692 struct gsi_channel *channel = &gsi->channel[channel_id]; in gsi_trans_read_byte() local 717 struct gsi_channel *channel = &gsi->channel[channel_id]; in gsi_trans_read_byte_done() local 725 struct gsi_channel *channel = &gsi->channel[channel_id]; in gsi_channel_trans_init() local [all …]
|
| /linux/drivers/gpu/drm/omapdrm/dss/ |
| A D | dispc.h | 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() 287 static inline u16 DISPC_CPR_COEF_R(enum omap_channel channel) in DISPC_CPR_COEF_R() 305 static inline u16 DISPC_CPR_COEF_G(enum omap_channel channel) in DISPC_CPR_COEF_G() [all …]
|
| /linux/drivers/net/wwan/iosm/ |
| A D | iosm_ipc_imem_ops.c | 132 struct ipc_mem_channel *channel) in ipc_imem_is_channel_active() 183 struct ipc_mem_channel *channel = ipc_cdev->channel; in ipc_imem_sys_cdev_close() local 273 struct ipc_mem_channel *channel; in ipc_imem_sys_port_open() local 303 struct ipc_mem_channel *channel = ipc_cdev->channel; in ipc_imem_sys_cdev_write() local 333 struct ipc_mem_channel *channel; in ipc_imem_sys_devlink_open() local 390 struct ipc_mem_channel *channel; in ipc_imem_sys_devlink_close() local 459 struct ipc_mem_channel *channel, in ipc_imem_sys_psi_transfer() 560 struct ipc_mem_channel *channel; in ipc_imem_sys_devlink_write() local
|
| /linux/drivers/net/ethernet/neterion/vxge/ |
| A D | vxge-traffic.c | 1070 void vxge_hw_channel_dtr_complete(struct __vxge_hw_channel *channel) in vxge_hw_channel_dtr_complete() 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 1167 struct __vxge_hw_channel *channel; in vxge_hw_ring_rxd_free() local 1184 struct __vxge_hw_channel *channel; in vxge_hw_ring_rxd_pre_post() local 1221 struct __vxge_hw_channel *channel; in vxge_hw_ring_rxd_post() local 1283 struct __vxge_hw_channel *channel; in vxge_hw_ring_rxd_next_completed() local 1427 struct __vxge_hw_channel *channel; in vxge_hw_fifo_txdl_reserve() local 1587 struct __vxge_hw_channel *channel; in vxge_hw_fifo_txdl_next_completed() local 1680 struct __vxge_hw_channel *channel; in vxge_hw_fifo_txdl_free() local [all …]
|
| /linux/drivers/mailbox/ |
| A D | mailbox-sti.c | 83 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
|
| /linux/drivers/hv/ |
| A D | vmbus_drv.c | 140 static u32 channel_pending(const struct vmbus_channel *channel, in channel_pending() 148 static u32 channel_latency(const struct vmbus_channel *channel, in channel_latency() 157 static u32 channel_conn_id(struct vmbus_channel *channel, in channel_conn_id() 521 struct vmbus_channel *channel = hv_dev->channel, *cur_sc; in channel_vp_mapping_show() local 1005 struct vmbus_channel *channel = hv_dev->channel; in vmbus_device_release() local 1272 struct vmbus_channel *channel; in vmbus_chan_sched() local 1662 struct vmbus_channel *channel in vmbus_chan_release() local 1790 static ssize_t target_cpu_store(struct vmbus_channel *channel, in target_cpu_store() 1994 const struct vmbus_channel *channel = in vmbus_chan_attr_is_visible() local 2063 struct vmbus_channel *channel) in vmbus_device_create() [all …]
|
| A D | ring_buffer.c | 52 static void hv_signal_on_write(u32 old_write, struct vmbus_channel *channel) in hv_signal_on_write() 178 void hv_ringbuffer_pre_init(struct vmbus_channel *channel) in hv_ringbuffer_pre_init() 284 int hv_ringbuffer_write(struct vmbus_channel *channel, in hv_ringbuffer_write() 389 int hv_ringbuffer_read(struct vmbus_channel *channel, in hv_ringbuffer_read() 453 struct vmpacket_descriptor *hv_pkt_iter_first_raw(struct vmbus_channel *channel) in hv_pkt_iter_first_raw() 471 struct vmpacket_descriptor *hv_pkt_iter_first(struct vmbus_channel *channel) in hv_pkt_iter_first() 527 __hv_pkt_iter_next(struct vmbus_channel *channel, in __hv_pkt_iter_next() 577 void hv_pkt_iter_close(struct vmbus_channel *channel) in hv_pkt_iter_close()
|
| /linux/drivers/power/supply/ |
| A D | power_supply_hwmon.c | 51 static int power_supply_hwmon_temp_to_property(u32 attr, int channel) in power_supply_hwmon_temp_to_property() 86 u32 attr, int channel) in power_supply_hwmon_to_property() 123 enum hwmon_sensor_types type, int channel) in power_supply_hwmon_has_input() 160 u32 attr, int channel) in power_supply_hwmon_is_visible() 185 u32 attr, int channel, in power_supply_hwmon_read_string() 207 u32 attr, int channel, long *val) in power_supply_hwmon_read() 251 u32 attr, int channel, long val) in power_supply_hwmon_write()
|
| /linux/drivers/usb/musb/ |
| A D | ux500_dma.c | 31 struct dma_channel channel; member 53 struct dma_channel *channel = private_data; in ux500_dma_callback() local 70 static bool ux500_configure_channel(struct dma_channel *channel, in ux500_configure_channel() 163 static void ux500_dma_channel_release(struct dma_channel *channel) in ux500_dma_channel_release() 177 static int ux500_dma_is_compatible(struct dma_channel *channel, in ux500_dma_is_compatible() 189 static int ux500_dma_channel_program(struct dma_channel *channel, in ux500_dma_channel_program() 207 static int ux500_dma_channel_abort(struct dma_channel *channel) in ux500_dma_channel_abort() 242 struct dma_channel *channel; in ux500_dma_controller_stop() local
|
| A D | musbhsdma.c | 54 struct dma_channel channel; member 66 struct musb_dma_channel channel[MUSB_HSDMA_CHANNELS]; member 79 struct dma_channel *channel; in dma_controller_stop() local 104 struct dma_channel *channel = NULL; in dma_channel_allocate() local 129 static void dma_channel_release(struct dma_channel *channel) in dma_channel_release() 143 static void configure_channel(struct dma_channel *channel, in configure_channel() 181 static int dma_channel_program(struct dma_channel *channel, in dma_channel_program() 220 static int dma_channel_abort(struct dma_channel *channel) in dma_channel_abort() 271 struct dma_channel *channel; in dma_controller_irq() local
|
| /linux/sound/xen/ |
| A D | xen_snd_front_evtchnl.c | 23 struct xen_snd_front_evtchnl *channel = dev_id; in evtchnl_interrupt_req() local 89 struct xen_snd_front_evtchnl *channel = dev_id; in evtchnl_interrupt_evt() local 133 void xen_snd_front_evtchnl_flush(struct xen_snd_front_evtchnl *channel) in xen_snd_front_evtchnl_flush() 144 struct xen_snd_front_evtchnl *channel) in evtchnl_free() 195 struct xen_snd_front_evtchnl *channel, in evtchnl_alloc() 360 struct xen_snd_front_evtchnl *channel, in evtchnl_publish()
|
| /linux/drivers/gpu/host1x/ |
| A D | channel.c | 51 struct host1x_channel *host1x_channel_get(struct host1x_channel *channel) in host1x_channel_get() 80 struct host1x_channel *channel = in release_channel() local 91 void host1x_channel_put(struct host1x_channel *channel) in host1x_channel_put() 127 struct host1x_channel *channel; in host1x_channel_request() local
|