/Linux-v5.4/drivers/s390/net/ |
D | ctcm_main.h | 131 struct channel { struct 132 struct channel *next; argument 136 * Type of this channel. argument 139 enum ctcm_channel_types type; argument 144 __u16 protocol; /* protocol of this channel (4 = MPC) */ argument 148 struct ccw1 *ccw; 149 struct irb *irb; 153 int max_bufsize; 154 struct sk_buff *trans_skb; /* transmit/receive buffer */ 155 struct sk_buff_head io_queue; /* universal I/O queue */ [all …]
|
/Linux-v5.4/drivers/visorbus/ |
D | visorchannel.c | 48 void visorchannel_destroy(struct visorchannel *channel) in visorchannel_destroy() 61 u64 visorchannel_get_physaddr(struct visorchannel *channel) in visorchannel_get_physaddr() 66 ulong visorchannel_get_nbytes(struct visorchannel *channel) in visorchannel_get_nbytes() 77 char *visorchannel_id(struct visorchannel *channel, char *s) in visorchannel_id() 82 char *visorchannel_zoneid(struct visorchannel *channel, char *s) in visorchannel_zoneid() 87 u64 visorchannel_get_clientpartition(struct visorchannel *channel) in visorchannel_get_clientpartition() 92 int visorchannel_set_clientpartition(struct visorchannel *channel, in visorchannel_set_clientpartition() 105 const guid_t *visorchannel_get_guid(struct visorchannel *channel) in visorchannel_get_guid() 111 int visorchannel_read(struct visorchannel *channel, ulong offset, void *dest, in visorchannel_read() 121 int visorchannel_write(struct visorchannel *channel, ulong offset, void *dest, in visorchannel_write() [all …]
|
/Linux-v5.4/drivers/staging/most/sound/ |
D | sound.c | 42 struct channel { struct 46 struct most_channel_config *cfg; argument 47 struct snd_card *card; 48 struct list_head list; 49 int id; 50 unsigned int period_pos; 51 unsigned int buffer_pos; 52 bool is_stream_running; 54 struct task_struct *playback_task; 55 wait_queue_head_t playback_waitq; [all …]
|
/Linux-v5.4/drivers/hsi/controllers/ |
D | omap_ssi_regs.h | 33 # define SSI_DATAACCEPT(channel) (1 << (channel)) argument 34 # define SSI_DATAAVAILABLE(channel) (1 << ((channel) + 8)) argument 35 # define SSI_DATAOVERRUN(channel) (1 << ((channel) + 16)) argument 40 # define SSI_GDD_LCH(channel) (1 << (channel)) argument 44 # define SSI_WAKE(channel) (1 << (channel)) argument 62 # define SSI_FULL(channel) (1 << (channel)) argument 71 #define SSI_SST_BUFFER_CH_REG(channel) (0x80 + ((channel) * 4)) argument 72 #define SSI_SST_SWAPBUF_CH_REG(channel) (0xc0 + ((channel) * 4)) argument 82 # define SSI_NOTEMPTY(channel) (1 << (channel)) argument 91 #define SSI_SSR_BUFFER_CH_REG(channel) (0x80 + ((channel) * 4)) argument [all …]
|
/Linux-v5.4/drivers/ipack/devices/ |
D | ipoctal.c | 49 struct ipoctal_channel channel[NR_CHANNELS]; member 61 static void ipoctal_reset_channel(struct ipoctal_channel *channel) in ipoctal_reset_channel() 73 struct ipoctal_channel *channel; in ipoctal_port_activate() local 88 struct ipoctal_channel *channel = dev_get_drvdata(tty->dev); in ipoctal_open() local 114 static void ipoctal_free_channel(struct ipoctal_channel *channel) in ipoctal_free_channel() 124 struct ipoctal_channel *channel = tty->driver_data; in ipoctal_close() local 133 struct ipoctal_channel *channel = tty->driver_data; in ipoctal_get_icount() local 147 static void ipoctal_irq_rx(struct ipoctal_channel *channel, u8 sr) in ipoctal_irq_rx() 192 static void ipoctal_irq_tx(struct ipoctal_channel *channel) in ipoctal_irq_tx() 210 static void ipoctal_irq_channel(struct ipoctal_channel *channel) in ipoctal_irq_channel() [all …]
|
/Linux-v5.4/drivers/firmware/tegra/ |
D | bpmp.c | 34 channel_to_ops(struct tegra_bpmp_channel *channel) in channel_to_ops() 78 tegra_bpmp_channel_get_thread_index(struct tegra_bpmp_channel *channel) in tegra_bpmp_channel_get_thread_index() 101 static bool tegra_bpmp_is_response_ready(struct tegra_bpmp_channel *channel) in tegra_bpmp_is_response_ready() 108 static bool tegra_bpmp_is_request_ready(struct tegra_bpmp_channel *channel) in tegra_bpmp_is_request_ready() 115 static int tegra_bpmp_wait_response(struct tegra_bpmp_channel *channel) in tegra_bpmp_wait_response() 130 static int tegra_bpmp_ack_response(struct tegra_bpmp_channel *channel) in tegra_bpmp_ack_response() 137 static int tegra_bpmp_ack_request(struct tegra_bpmp_channel *channel) in tegra_bpmp_ack_request() 145 tegra_bpmp_is_request_channel_free(struct tegra_bpmp_channel *channel) in tegra_bpmp_is_request_channel_free() 153 tegra_bpmp_is_response_channel_free(struct tegra_bpmp_channel *channel) in tegra_bpmp_is_response_channel_free() 161 tegra_bpmp_wait_request_channel_free(struct tegra_bpmp_channel *channel) in tegra_bpmp_wait_request_channel_free() [all …]
|
D | bpmp-tegra210.c | 44 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()
|
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-v5.4/drivers/staging/greybus/ |
D | light.c | 71 static struct gb_connection *get_conn_from_channel(struct gb_channel *channel) in get_conn_from_channel() 81 static bool is_channel_flash(struct gb_channel *channel) in is_channel_flash() 95 static struct led_classdev *get_channel_cdev(struct gb_channel *channel) in get_channel_cdev() 103 struct gb_channel *channel = NULL; in get_channel_from_mode() local 114 static int __gb_lights_flash_intensity_set(struct gb_channel *channel, in __gb_lights_flash_intensity_set() 141 static int __gb_lights_flash_brightness_set(struct gb_channel *channel) in __gb_lights_flash_brightness_set() 162 static struct led_classdev *get_channel_cdev(struct gb_channel *channel) in get_channel_cdev() 167 static int __gb_lights_flash_brightness_set(struct gb_channel *channel) in __gb_lights_flash_brightness_set() 239 struct gb_channel *channel = get_channel_from_cdev(cdev); in color_show() local 248 struct gb_channel *channel = get_channel_from_cdev(cdev); in color_store() local [all …]
|
/Linux-v5.4/arch/sh/drivers/dma/ |
D | dma-api.c | 76 struct dma_channel *channel; in get_dma_channel() local 95 struct dma_channel *channel = get_dma_channel(chan); in get_dma_residue() local 147 struct dma_channel *channel = &info->channels[i]; in request_dma_bycap() local 166 struct dma_channel *channel = { 0 }; in dmac_search_free_channel() local 193 struct dma_channel *channel = { 0 }; in request_dma() local 218 struct dma_channel *channel = get_dma_channel(chan); in free_dma() local 230 struct dma_channel *channel = get_dma_channel(chan); in dma_wait_for_completion() local 259 struct dma_channel *channel; in register_chan_caps() local 275 struct dma_channel *channel = get_dma_channel(chan); in dma_configure_channel() local 286 struct dma_channel *channel = get_dma_channel(chan); in dma_xfer() local [all …]
|
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-v5.4/drivers/tty/serial/jsm/ |
D | jsm_tty.c | 66 struct jsm_channel *channel = in jsm_tty_get_mctrl() local 88 struct jsm_channel *channel = in jsm_tty_set_mctrl() local 117 struct jsm_channel *channel; in jsm_tty_write() local 125 struct jsm_channel *channel = in jsm_tty_start_tx() local 138 struct jsm_channel *channel = in jsm_tty_stop_tx() local 151 struct jsm_channel *channel = in jsm_tty_send_xchar() local 167 struct jsm_channel *channel = in jsm_tty_stop_rx() local 176 struct jsm_channel *channel = in jsm_tty_break() local 191 struct jsm_channel *channel = in jsm_tty_open() local 270 struct jsm_channel *channel = in jsm_tty_close() local [all …]
|
/Linux-v5.4/drivers/net/ethernet/sfc/falcon/ |
D | efx.c | 238 static int ef4_process_channel(struct ef4_channel *channel, int budget) in ef4_process_channel() 276 static void ef4_update_irq_mod(struct ef4_nic *efx, struct ef4_channel *channel) in ef4_update_irq_mod() 299 struct ef4_channel *channel = in ef4_poll() local 336 static int ef4_probe_eventq(struct ef4_channel *channel) in ef4_probe_eventq() 354 static int ef4_init_eventq(struct ef4_channel *channel) in ef4_init_eventq() 374 void ef4_start_eventq(struct ef4_channel *channel) in ef4_start_eventq() 388 void ef4_stop_eventq(struct ef4_channel *channel) in ef4_stop_eventq() 397 static void ef4_fini_eventq(struct ef4_channel *channel) in ef4_fini_eventq() 409 static void ef4_remove_eventq(struct ef4_channel *channel) in ef4_remove_eventq() 427 struct ef4_channel *channel; in ef4_alloc_channel() local [all …]
|
/Linux-v5.4/drivers/hv/ |
D | channel.c | 44 void vmbus_setevent(struct vmbus_channel *channel) in vmbus_setevent() 71 void vmbus_free_ring(struct vmbus_channel *channel) in vmbus_free_ring() 439 int vmbus_establish_gpadl(struct vmbus_channel *channel, void *kbuffer, in vmbus_establish_gpadl() 540 int vmbus_teardown_gpadl(struct vmbus_channel *channel, u32 gpadl_handle) in vmbus_teardown_gpadl() 599 struct vmbus_channel *channel = arg; in reset_channel_cb() local 604 void vmbus_reset_channel_cb(struct vmbus_channel *channel) in vmbus_reset_channel_cb() 631 static int vmbus_close_internal(struct vmbus_channel *channel) in vmbus_close_internal() 689 int vmbus_disconnect_ring(struct vmbus_channel *channel) in vmbus_disconnect_ring() 725 void vmbus_close(struct vmbus_channel *channel) in vmbus_close() 747 int vmbus_sendpacket(struct vmbus_channel *channel, void *buffer, in vmbus_sendpacket() [all …]
|
D | channel_mgmt.c | 143 static void vmbus_rescind_cleanup(struct vmbus_channel *channel) in vmbus_rescind_cleanup() 172 static u16 hv_get_dev_type(const struct vmbus_channel *channel) in hv_get_dev_type() 312 struct vmbus_channel *channel; in alloc_channel() local 335 static void free_channel(struct vmbus_channel *channel) in free_channel() 345 struct vmbus_channel *channel = arg; in percpu_channel_enq() local 354 struct vmbus_channel *channel = arg; in percpu_channel_deq() local 374 void hv_process_channel_removal(struct vmbus_channel *channel) in hv_process_channel_removal() 425 struct vmbus_channel *channel, *tmp; in vmbus_free_channels() local 549 struct vmbus_channel *channel; in vmbus_process_offer() local 652 static void init_vp_index(struct vmbus_channel *channel, u16 dev_type) in init_vp_index() [all …]
|
/Linux-v5.4/drivers/tty/serial/ |
D | ip22zilog.c | 55 #define ZS_WSYNC(channel) do { } while (0) argument 113 static unsigned char read_zsreg(struct zilog_channel *channel, in read_zsreg() 126 static void write_zsreg(struct zilog_channel *channel, in write_zsreg() 135 static void ip22zilog_clear_fifo(struct zilog_channel *channel) in ip22zilog_clear_fifo() 162 static void __load_zsregs(struct zilog_channel *channel, unsigned char *regs) in __load_zsregs() 238 struct zilog_channel *channel) in ip22zilog_maybe_update_regs() 253 struct zilog_channel *channel) in ip22zilog_receive_chars() 318 struct zilog_channel *channel) in ip22zilog_status_handle() 360 struct zilog_channel *channel) in ip22zilog_transmit_chars() 435 struct zilog_channel *channel in ip22zilog_interrupt() local [all …]
|
D | sunzilog.c | 60 #define ZS_WSYNC(channel) do { } while (0) argument 130 static unsigned char read_zsreg(struct zilog_channel __iomem *channel, in read_zsreg() 143 static void write_zsreg(struct zilog_channel __iomem *channel, in write_zsreg() 152 static void sunzilog_clear_fifo(struct zilog_channel __iomem *channel) in sunzilog_clear_fifo() 179 static int __load_zsregs(struct zilog_channel __iomem *channel, unsigned char *regs) in __load_zsregs() 273 struct zilog_channel __iomem *channel) in sunzilog_maybe_update_regs() 329 struct zilog_channel __iomem *channel) in sunzilog_receive_chars() 407 struct zilog_channel __iomem *channel) in sunzilog_status_handle() 458 struct zilog_channel __iomem *channel) in sunzilog_transmit_chars() 534 struct zilog_channel __iomem *channel in sunzilog_interrupt() local [all …]
|
/Linux-v5.4/sound/soc/sprd/ |
D | sprd-mcdt.c | 128 static void sprd_mcdt_dac_set_watermark(struct sprd_mcdt_dev *mcdt, u8 channel, in sprd_mcdt_dac_set_watermark() 140 static void sprd_mcdt_adc_set_watermark(struct sprd_mcdt_dev *mcdt, u8 channel, in sprd_mcdt_adc_set_watermark() 152 static void sprd_mcdt_dac_dma_enable(struct sprd_mcdt_dev *mcdt, u8 channel, in sprd_mcdt_dac_dma_enable() 163 static void sprd_mcdt_adc_dma_enable(struct sprd_mcdt_dev *mcdt, u8 channel, in sprd_mcdt_adc_dma_enable() 172 static void sprd_mcdt_ap_int_enable(struct sprd_mcdt_dev *mcdt, u8 channel, in sprd_mcdt_ap_int_enable() 182 static void sprd_mcdt_dac_write_fifo(struct sprd_mcdt_dev *mcdt, u8 channel, in sprd_mcdt_dac_write_fifo() 190 static void sprd_mcdt_adc_read_fifo(struct sprd_mcdt_dev *mcdt, u8 channel, in sprd_mcdt_adc_read_fifo() 198 static void sprd_mcdt_dac_dma_chn_select(struct sprd_mcdt_dev *mcdt, u8 channel, in sprd_mcdt_dac_dma_chn_select() 234 static void sprd_mcdt_adc_dma_chn_select(struct sprd_mcdt_dev *mcdt, u8 channel, in sprd_mcdt_adc_dma_chn_select() 270 static u32 sprd_mcdt_dma_ack_shift(u8 channel) in sprd_mcdt_dma_ack_shift() [all …]
|
/Linux-v5.4/drivers/net/ethernet/synopsys/ |
D | dwc-xlgmac-net.c | 39 struct xlgmac_channel *channel, in xlgmac_maybe_stop_tx_queue() 210 struct xlgmac_channel *channel; in xlgmac_enable_rx_tx_ints() local 232 struct xlgmac_channel *channel; in xlgmac_disable_rx_tx_ints() local 255 struct xlgmac_channel *channel; in xlgmac_isr() local 345 struct xlgmac_channel *channel = data; in xlgmac_dma_isr() local 363 struct xlgmac_channel *channel = from_timer(channel, t, tx_timer); in xlgmac_tx_timer() local 386 struct xlgmac_channel *channel; in xlgmac_init_timers() local 400 struct xlgmac_channel *channel; in xlgmac_stop_timers() local 414 struct xlgmac_channel *channel; in xlgmac_napi_enable() local 438 struct xlgmac_channel *channel; in xlgmac_napi_disable() local [all …]
|
/Linux-v5.4/drivers/net/ethernet/sfc/ |
D | efx.c | 261 static int efx_process_channel(struct efx_channel *channel, int budget) in efx_process_channel() 309 static void efx_update_irq_mod(struct efx_nic *efx, struct efx_channel *channel) in efx_update_irq_mod() 332 struct efx_channel *channel = in efx_poll() local 372 static int efx_probe_eventq(struct efx_channel *channel) in efx_probe_eventq() 390 static int efx_init_eventq(struct efx_channel *channel) in efx_init_eventq() 410 void efx_start_eventq(struct efx_channel *channel) in efx_start_eventq() 424 void efx_stop_eventq(struct efx_channel *channel) in efx_stop_eventq() 433 static void efx_fini_eventq(struct efx_channel *channel) in efx_fini_eventq() 445 static void efx_remove_eventq(struct efx_channel *channel) in efx_remove_eventq() 463 struct efx_channel *channel; in efx_alloc_channel() local [all …]
|
/Linux-v5.4/drivers/gpu/drm/nouveau/ |
D | nouveau_hwmon.c | 287 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 …]
|
/Linux-v5.4/drivers/rpmsg/ |
D | qcom_smd.c | 275 #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 …]
|
/Linux-v5.4/drivers/hwmon/ |
D | max197.c | 57 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
|
/Linux-v5.4/drivers/net/wireless/intel/ipw2x00/ |
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-v5.4/drivers/hsi/clients/ |
D | hsi_char.c | 116 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 …]
|