/Linux-v4.19/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-v4.19/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-v4.19/drivers/staging/most/sound/ |
D | sound.c | 41 struct channel { struct 45 struct most_channel_config *cfg; argument 46 struct snd_card *card; 47 struct list_head list; 48 int id; 49 unsigned int period_pos; 50 unsigned int buffer_pos; 51 bool is_stream_running; 53 struct task_struct *playback_task; 54 wait_queue_head_t playback_waitq; [all …]
|
/Linux-v4.19/drivers/hsi/controllers/ |
D | omap_ssi_regs.h | 46 # define SSI_DATAACCEPT(channel) (1 << (channel)) argument 47 # define SSI_DATAAVAILABLE(channel) (1 << ((channel) + 8)) argument 48 # define SSI_DATAOVERRUN(channel) (1 << ((channel) + 16)) argument 53 # define SSI_GDD_LCH(channel) (1 << (channel)) argument 57 # define SSI_WAKE(channel) (1 << (channel)) argument 75 # define SSI_FULL(channel) (1 << (channel)) argument 84 #define SSI_SST_BUFFER_CH_REG(channel) (0x80 + ((channel) * 4)) argument 85 #define SSI_SST_SWAPBUF_CH_REG(channel) (0xc0 + ((channel) * 4)) argument 95 # define SSI_NOTEMPTY(channel) (1 << (channel)) argument 104 #define SSI_SSR_BUFFER_CH_REG(channel) (0x80 + ((channel) * 4)) argument [all …]
|
/Linux-v4.19/drivers/ipack/devices/ |
D | ipoctal.c | 52 struct ipoctal_channel channel[NR_CHANNELS]; member 64 static void ipoctal_reset_channel(struct ipoctal_channel *channel) in ipoctal_reset_channel() 76 struct ipoctal_channel *channel; in ipoctal_port_activate() local 91 struct ipoctal_channel *channel = dev_get_drvdata(tty->dev); in ipoctal_open() local 117 static void ipoctal_free_channel(struct ipoctal_channel *channel) in ipoctal_free_channel() 127 struct ipoctal_channel *channel = tty->driver_data; in ipoctal_close() local 136 struct ipoctal_channel *channel = tty->driver_data; in ipoctal_get_icount() local 150 static void ipoctal_irq_rx(struct ipoctal_channel *channel, u8 sr) in ipoctal_irq_rx() 195 static void ipoctal_irq_tx(struct ipoctal_channel *channel) in ipoctal_irq_tx() 213 static void ipoctal_irq_channel(struct ipoctal_channel *channel) in ipoctal_irq_channel() [all …]
|
/Linux-v4.19/drivers/firmware/tegra/ |
D | bpmp.c | 74 tegra_bpmp_channel_get_thread_index(struct tegra_bpmp_channel *channel) in tegra_bpmp_channel_get_thread_index() 97 static bool tegra_bpmp_master_acked(struct tegra_bpmp_channel *channel) in tegra_bpmp_master_acked() 112 static int tegra_bpmp_wait_ack(struct tegra_bpmp_channel *channel) in tegra_bpmp_wait_ack() 127 static bool tegra_bpmp_master_free(struct tegra_bpmp_channel *channel) in tegra_bpmp_master_free() 142 static int tegra_bpmp_wait_master_free(struct tegra_bpmp_channel *channel) in tegra_bpmp_wait_master_free() 159 static ssize_t __tegra_bpmp_channel_read(struct tegra_bpmp_channel *channel, in __tegra_bpmp_channel_read() 176 static ssize_t tegra_bpmp_channel_read(struct tegra_bpmp_channel *channel, in tegra_bpmp_channel_read() 201 static ssize_t __tegra_bpmp_channel_write(struct tegra_bpmp_channel *channel, in __tegra_bpmp_channel_write() 220 struct tegra_bpmp_channel *channel; in tegra_bpmp_write_threaded() local 265 static ssize_t tegra_bpmp_channel_write(struct tegra_bpmp_channel *channel, in tegra_bpmp_channel_write() [all …]
|
/Linux-v4.19/drivers/staging/greybus/ |
D | light.c | 73 static struct gb_connection *get_conn_from_channel(struct gb_channel *channel) in get_conn_from_channel() 83 static bool is_channel_flash(struct gb_channel *channel) in is_channel_flash() 97 static struct led_classdev *get_channel_cdev(struct gb_channel *channel) in get_channel_cdev() 105 struct gb_channel *channel = NULL; in get_channel_from_mode() local 116 static int __gb_lights_flash_intensity_set(struct gb_channel *channel, in __gb_lights_flash_intensity_set() 143 static int __gb_lights_flash_brightness_set(struct gb_channel *channel) in __gb_lights_flash_brightness_set() 164 static struct led_classdev *get_channel_cdev(struct gb_channel *channel) in get_channel_cdev() 169 static int __gb_lights_flash_brightness_set(struct gb_channel *channel) in __gb_lights_flash_brightness_set() 241 struct gb_channel *channel = get_channel_from_cdev(cdev); in color_show() local 250 struct gb_channel *channel = get_channel_from_cdev(cdev); in color_store() local [all …]
|
/Linux-v4.19/arch/sh/drivers/dma/ |
D | dma-api.c | 79 struct dma_channel *channel; in get_dma_channel() local 98 struct dma_channel *channel = get_dma_channel(chan); in get_dma_residue() local 150 struct dma_channel *channel = &info->channels[i]; in request_dma_bycap() local 169 struct dma_channel *channel = { 0 }; in dmac_search_free_channel() local 196 struct dma_channel *channel = { 0 }; in request_dma() local 221 struct dma_channel *channel = get_dma_channel(chan); in free_dma() local 233 struct dma_channel *channel = get_dma_channel(chan); in dma_wait_for_completion() local 262 struct dma_channel *channel; in register_chan_caps() local 278 struct dma_channel *channel = get_dma_channel(chan); in dma_configure_channel() local 289 struct dma_channel *channel = get_dma_channel(chan); in dma_xfer() local [all …]
|
D | dma-sysfs.c | 34 struct dma_channel *channel = get_dma_channel(i); in dma_show_devices() local 64 struct dma_channel *channel = to_dma_channel(dev); in dma_show_dev_id() local 72 struct dma_channel *channel = to_dma_channel(dev); in dma_store_dev_id() local 83 struct dma_channel *channel = to_dma_channel(dev); in dma_store_config() local 97 struct dma_channel *channel = to_dma_channel(dev); in dma_show_mode() local 105 struct dma_channel *channel = to_dma_channel(dev); in dma_store_mode() local
|
/Linux-v4.19/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-v4.19/drivers/net/ethernet/sfc/falcon/ |
D | efx.c | 241 static int ef4_process_channel(struct ef4_channel *channel, int budget) in ef4_process_channel() 279 static void ef4_update_irq_mod(struct ef4_nic *efx, struct ef4_channel *channel) in ef4_update_irq_mod() 302 struct ef4_channel *channel = in ef4_poll() local 339 static int ef4_probe_eventq(struct ef4_channel *channel) in ef4_probe_eventq() 357 static int ef4_init_eventq(struct ef4_channel *channel) in ef4_init_eventq() 377 void ef4_start_eventq(struct ef4_channel *channel) in ef4_start_eventq() 391 void ef4_stop_eventq(struct ef4_channel *channel) in ef4_stop_eventq() 400 static void ef4_fini_eventq(struct ef4_channel *channel) in ef4_fini_eventq() 412 static void ef4_remove_eventq(struct ef4_channel *channel) in ef4_remove_eventq() 430 struct ef4_channel *channel; in ef4_alloc_channel() local [all …]
|
/Linux-v4.19/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-v4.19/drivers/hv/ |
D | channel.c | 56 void vmbus_setevent(struct vmbus_channel *channel) in vmbus_setevent() 417 int vmbus_establish_gpadl(struct vmbus_channel *channel, void *kbuffer, in vmbus_establish_gpadl() 510 int vmbus_teardown_gpadl(struct vmbus_channel *channel, u32 gpadl_handle) in vmbus_teardown_gpadl() 569 struct vmbus_channel *channel = arg; in reset_channel_cb() local 574 void vmbus_reset_channel_cb(struct vmbus_channel *channel) in vmbus_reset_channel_cb() 601 static int vmbus_close_internal(struct vmbus_channel *channel) in vmbus_close_internal() 671 void vmbus_close(struct vmbus_channel *channel) in vmbus_close() 724 int vmbus_sendpacket(struct vmbus_channel *channel, void *buffer, in vmbus_sendpacket() 762 int vmbus_sendpacket_pagebuffer(struct vmbus_channel *channel, in vmbus_sendpacket_pagebuffer() 819 int vmbus_sendpacket_mpb_desc(struct vmbus_channel *channel, in vmbus_sendpacket_mpb_desc() [all …]
|
D | channel_mgmt.c | 155 static void vmbus_rescind_cleanup(struct vmbus_channel *channel) in vmbus_rescind_cleanup() 184 static u16 hv_get_dev_type(const struct vmbus_channel *channel) in hv_get_dev_type() 329 struct vmbus_channel *channel; in alloc_channel() local 350 static void free_channel(struct vmbus_channel *channel) in free_channel() 359 struct vmbus_channel *channel = arg; in percpu_channel_enq() local 368 struct vmbus_channel *channel = arg; in percpu_channel_deq() local 391 struct vmbus_channel *primary_channel, *channel; in hv_process_channel_removal() local 439 struct vmbus_channel *channel, *tmp; in vmbus_free_channels() local 456 struct vmbus_channel *channel; in vmbus_process_offer() local 603 static void init_vp_index(struct vmbus_channel *channel, u16 dev_type) in init_vp_index() [all …]
|
/Linux-v4.19/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-v4.19/drivers/gpu/drm/nouveau/ |
D | nouveau_hwmon.c | 289 nouveau_chip_is_visible(const void *data, u32 attr, int channel) in nouveau_chip_is_visible() 300 nouveau_power_is_visible(const void *data, u32 attr, int channel) in nouveau_power_is_visible() 325 nouveau_temp_is_visible(const void *data, u32 attr, int channel) in nouveau_temp_is_visible() 349 nouveau_pwm_is_visible(const void *data, u32 attr, int channel) in nouveau_pwm_is_visible() 368 nouveau_input_is_visible(const void *data, u32 attr, int channel) in nouveau_input_is_visible() 388 nouveau_fan_is_visible(const void *data, u32 attr, int channel) in nouveau_fan_is_visible() 405 nouveau_chip_read(struct device *dev, u32 attr, int channel, long *val) in nouveau_chip_read() 419 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() 487 nouveau_in_read(struct device *dev, u32 attr, int channel, long *val) in nouveau_in_read() [all …]
|
/Linux-v4.19/drivers/net/ethernet/sfc/ |
D | efx.c | 264 static int efx_process_channel(struct efx_channel *channel, int budget) in efx_process_channel() 312 static void efx_update_irq_mod(struct efx_nic *efx, struct efx_channel *channel) in efx_update_irq_mod() 335 struct efx_channel *channel = in efx_poll() local 375 static int efx_probe_eventq(struct efx_channel *channel) in efx_probe_eventq() 393 static int efx_init_eventq(struct efx_channel *channel) in efx_init_eventq() 413 void efx_start_eventq(struct efx_channel *channel) in efx_start_eventq() 427 void efx_stop_eventq(struct efx_channel *channel) in efx_stop_eventq() 436 static void efx_fini_eventq(struct efx_channel *channel) in efx_fini_eventq() 448 static void efx_remove_eventq(struct efx_channel *channel) in efx_remove_eventq() 466 struct efx_channel *channel; in efx_alloc_channel() local [all …]
|
/Linux-v4.19/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 …]
|
D | qcom_glink_native.c | 212 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 345 struct glink_channel *channel) in qcom_glink_send_open_ack() 359 struct glink_channel *channel; in qcom_glink_handle_intent_req_ack() local 385 struct glink_channel *channel) in qcom_glink_send_open_req() 429 struct glink_channel *channel) in qcom_glink_send_close_req() 454 struct glink_channel *channel = container_of(work, struct glink_channel, in qcom_glink_rx_done_work() local 491 struct glink_channel *channel, in qcom_glink_rx_done() 583 struct glink_channel *channel, in qcom_glink_send_intent_req_ack() 607 struct glink_channel *channel, in qcom_glink_advertise_intent() [all …]
|
/Linux-v4.19/drivers/hwmon/ |
D | max197.c | 60 static inline void max197_set_unipolarity(struct max197_data *data, int channel) in max197_set_unipolarity() 65 static inline void max197_set_bipolarity(struct max197_data *data, int channel) in max197_set_bipolarity() 70 static inline void max197_set_half_range(struct max197_data *data, int channel) in max197_set_half_range() 75 static inline void max197_set_full_range(struct max197_data *data, int channel) in max197_set_full_range() 80 static inline bool max197_is_bipolar(struct max197_data *data, int channel) in max197_is_bipolar() 85 static inline bool max197_is_full_range(struct max197_data *data, int channel) in max197_is_full_range() 96 int channel = attr->index; in max197_show_range() local 124 int channel = attr->index; in max197_store_range() local 179 int channel = attr->index; in max197_show_input() local
|
/Linux-v4.19/drivers/net/wireless/intel/ipw2x00/ |
D | libipw_geo.c | 45 int libipw_is_valid_channel(struct libipw_device *ieee, u8 channel) in libipw_is_valid_channel() 74 int libipw_channel_to_index(struct libipw_device *ieee, u8 channel) in libipw_channel_to_index() 96 u32 libipw_channel_to_freq(struct libipw_device * ieee, u8 channel) in libipw_channel_to_freq() 153 u8 libipw_get_channel_flags(struct libipw_device * ieee, u8 channel) in libipw_get_channel_flags() 173 *ieee, u8 channel) in libipw_get_channel()
|
/Linux-v4.19/drivers/hsi/clients/ |
D | hsi_char.c | 129 static void hsc_add_tail(struct hsc_channel *channel, struct hsi_msg *msg, in hsc_add_tail() 139 static struct hsi_msg *hsc_get_first_msg(struct hsc_channel *channel, in hsc_get_first_msg() 174 static void hsc_reset_list(struct hsc_channel *channel, struct list_head *l) in hsc_reset_list() 208 static inline int hsc_msgs_alloc(struct hsc_channel *channel) in hsc_msgs_alloc() 241 struct hsc_channel *channel = cl_data->channels + msg->channel; in hsc_rx_completed() local 261 struct hsc_channel *channel = cl_data->channels + msg->channel; in hsc_tx_completed() local 289 struct hsc_channel *channel = cl_data->channels; in hsc_break_received() local 428 struct hsc_channel *channel = file->private_data; in hsc_read() local 487 struct hsc_channel *channel = file->private_data; in hsc_write() local 540 struct hsc_channel *channel = file->private_data; in hsc_ioctl() local [all …]
|
/Linux-v4.19/sound/soc/tegra/ |
D | tegra30_ahub.c | 102 int channel; in tegra30_ahub_allocate_rx_fifo() local 154 int channel = rxcif - TEGRA30_AHUB_RXCIF_APBIF_RX0; in tegra30_ahub_enable_rx_fifo() local 173 int channel = rxcif - TEGRA30_AHUB_RXCIF_APBIF_RX0; in tegra30_ahub_disable_rx_fifo() local 192 int channel = rxcif - TEGRA30_AHUB_RXCIF_APBIF_RX0; in tegra30_ahub_free_rx_fifo() local 204 int channel; in tegra30_ahub_allocate_tx_fifo() local 256 int channel = txcif - TEGRA30_AHUB_TXCIF_APBIF_TX0; in tegra30_ahub_enable_tx_fifo() local 275 int channel = txcif - TEGRA30_AHUB_TXCIF_APBIF_TX0; in tegra30_ahub_disable_tx_fifo() local 294 int channel = txcif - TEGRA30_AHUB_TXCIF_APBIF_TX0; in tegra30_ahub_free_tx_fifo() local 305 int channel = rxcif - TEGRA30_AHUB_RXCIF_APBIF_RX0; in tegra30_ahub_set_rx_cif_source() local 322 int channel = rxcif - TEGRA30_AHUB_RXCIF_APBIF_RX0; in tegra30_ahub_unset_rx_cif_source() local
|
/Linux-v4.19/drivers/net/ethernet/microchip/ |
D | lan743x_main.h | 86 #define FCT_RX_CTL_EN_(channel) BIT(28 + (channel)) argument 87 #define FCT_RX_CTL_DIS_(channel) BIT(24 + (channel)) argument 88 #define FCT_RX_CTL_RESET_(channel) BIT(20 + (channel)) argument 91 #define FCT_TX_CTL_EN_(channel) BIT(28 + (channel)) argument 92 #define FCT_TX_CTL_DIS_(channel) BIT(24 + (channel)) argument 93 #define FCT_TX_CTL_RESET_(channel) BIT(20 + (channel)) argument 211 #define INT_BIT_DMA_RX_(channel) BIT(24 + (channel)) argument 213 #define INT_BIT_DMA_TX_(channel) BIT(16 + (channel)) argument 234 #define INT_VEC_MAP0_RX_VEC_(channel, vector) \ argument 238 #define INT_VEC_MAP1_TX_VEC_(channel, vector) \ argument [all …]
|