/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 …]
|
/drivers/net/ethernet/sfc/ |
D | efx_channels.c | 57 int efx_channel_dummy_op_int(struct efx_channel *channel) in efx_channel_dummy_op_int() 62 void efx_channel_dummy_op_void(struct efx_channel *channel) in efx_channel_dummy_op_void() 373 struct efx_channel *channel; in efx_set_interrupt_affinity() local 385 struct efx_channel *channel; in efx_clear_interrupt_affinity() local 404 struct efx_channel *channel; in efx_remove_interrupts() local 425 int efx_probe_eventq(struct efx_channel *channel) in efx_probe_eventq() 444 int efx_init_eventq(struct efx_channel *channel) in efx_init_eventq() 464 void efx_start_eventq(struct efx_channel *channel) in efx_start_eventq() 478 void efx_stop_eventq(struct efx_channel *channel) in efx_stop_eventq() 487 void efx_fini_eventq(struct efx_channel *channel) in efx_fini_eventq() [all …]
|
/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 …]
|
/drivers/most/ |
D | most_snd.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; 53 struct task_struct *playback_task; 54 wait_queue_head_t playback_waitq; [all …]
|
/drivers/ipack/devices/ |
D | ipoctal.c | 48 struct ipoctal_channel channel[NR_CHANNELS]; member 60 static void ipoctal_reset_channel(struct ipoctal_channel *channel) in ipoctal_reset_channel() 72 struct ipoctal_channel *channel; in ipoctal_port_activate() local 87 struct ipoctal_channel *channel = dev_get_drvdata(tty->dev); in ipoctal_install() local 110 struct ipoctal_channel *channel = tty->driver_data; in ipoctal_open() local 125 static void ipoctal_free_channel(struct ipoctal_channel *channel) in ipoctal_free_channel() 135 struct ipoctal_channel *channel = tty->driver_data; in ipoctal_close() local 144 struct ipoctal_channel *channel = tty->driver_data; in ipoctal_get_icount() local 158 static void ipoctal_irq_rx(struct ipoctal_channel *channel, u8 sr) in ipoctal_irq_rx() 203 static void ipoctal_irq_tx(struct ipoctal_channel *channel) in ipoctal_irq_tx() [all …]
|
/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 …]
|
/drivers/firmware/tegra/ |
D | bpmp.c | 35 channel_to_ops(struct tegra_bpmp_channel *channel) in channel_to_ops() 79 tegra_bpmp_channel_get_thread_index(struct tegra_bpmp_channel *channel) in tegra_bpmp_channel_get_thread_index() 102 static bool tegra_bpmp_is_response_ready(struct tegra_bpmp_channel *channel) in tegra_bpmp_is_response_ready() 109 static bool tegra_bpmp_is_request_ready(struct tegra_bpmp_channel *channel) in tegra_bpmp_is_request_ready() 116 static int tegra_bpmp_wait_response(struct tegra_bpmp_channel *channel) in tegra_bpmp_wait_response() 131 static int tegra_bpmp_ack_response(struct tegra_bpmp_channel *channel) in tegra_bpmp_ack_response() 138 static int tegra_bpmp_ack_request(struct tegra_bpmp_channel *channel) in tegra_bpmp_ack_request() 146 tegra_bpmp_is_request_channel_free(struct tegra_bpmp_channel *channel) in tegra_bpmp_is_request_channel_free() 154 tegra_bpmp_is_response_channel_free(struct tegra_bpmp_channel *channel) in tegra_bpmp_is_response_channel_free() 162 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()
|
/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 …]
|
/drivers/ptp/ |
D | ptp_idt82p33.c | 185 static int idt82p33_dpll_set_mode(struct idt82p33_channel *channel, in idt82p33_dpll_set_mode() 214 static int _idt82p33_gettime(struct idt82p33_channel *channel, in _idt82p33_gettime() 251 static int _idt82p33_settime(struct idt82p33_channel *channel, in _idt82p33_settime() 295 static int _idt82p33_adjtime(struct idt82p33_channel *channel, s64 delta_ns) in _idt82p33_adjtime() 319 static int _idt82p33_adjfine(struct idt82p33_channel *channel, long scaled_ppm) in _idt82p33_adjfine() 366 struct idt82p33_channel *channel, s64 *overhead_ns) in idt82p33_measure_one_byte_write_overhead() 401 struct idt82p33_channel *channel) in idt82p33_measure_tod_write_9_byte_overhead() 438 struct idt82p33_channel *channel, s64 *overhead_ns) in idt82p33_measure_settime_gettime_gap_overhead() 459 static int idt82p33_measure_tod_write_overhead(struct idt82p33_channel *channel) in idt82p33_measure_tod_write_overhead() 536 static int idt82p33_sync_tod(struct idt82p33_channel *channel, bool enable) in idt82p33_sync_tod() [all …]
|
D | ptp_clockmatrix.c | 387 static int _idtcm_gettime(struct idtcm_channel *channel, in _idtcm_gettime() 586 static int idtcm_sync_pps_output(struct idtcm_channel *channel) in idtcm_sync_pps_output() 668 static int _idtcm_set_dpll_hw_tod(struct idtcm_channel *channel, in _idtcm_set_dpll_hw_tod() 735 static int _idtcm_set_dpll_scsr_tod(struct idtcm_channel *channel, in _idtcm_set_dpll_scsr_tod() 844 static int _idtcm_settime_deprecated(struct idtcm_channel *channel, in _idtcm_settime_deprecated() 860 static int _idtcm_settime(struct idtcm_channel *channel, in _idtcm_settime() 869 static int idtcm_set_phase_pull_in_offset(struct idtcm_channel *channel, in idtcm_set_phase_pull_in_offset() 888 static int idtcm_set_phase_pull_in_slope_limit(struct idtcm_channel *channel, in idtcm_set_phase_pull_in_slope_limit() 910 static int idtcm_start_phase_pull_in(struct idtcm_channel *channel) in idtcm_start_phase_pull_in() 932 static int idtcm_do_phase_pull_in(struct idtcm_channel *channel, in idtcm_do_phase_pull_in() [all …]
|
/drivers/hv/ |
D | channel.c | 122 void vmbus_setevent(struct vmbus_channel *channel) in vmbus_setevent() 149 void vmbus_free_ring(struct vmbus_channel *channel) in vmbus_free_ring() 212 static int send_modifychannel_without_ack(struct vmbus_channel *channel, u32 target_vp) in send_modifychannel_without_ack() 228 static int send_modifychannel_with_ack(struct vmbus_channel *channel, u32 target_vp) in send_modifychannel_with_ack() 297 int vmbus_send_modifychannel(struct vmbus_channel *channel, u32 target_vp) in vmbus_send_modifychannel() 456 static int __vmbus_establish_gpadl(struct vmbus_channel *channel, in __vmbus_establish_gpadl() 563 int vmbus_establish_gpadl(struct vmbus_channel *channel, void *kbuffer, in vmbus_establish_gpadl() 809 int vmbus_teardown_gpadl(struct vmbus_channel *channel, u32 gpadl_handle) in vmbus_teardown_gpadl() 866 void vmbus_reset_channel_cb(struct vmbus_channel *channel) in vmbus_reset_channel_cb() 896 static int vmbus_close_internal(struct vmbus_channel *channel) in vmbus_close_internal() [all …]
|
D | channel_mgmt.c | 161 static void vmbus_rescind_cleanup(struct vmbus_channel *channel) in vmbus_rescind_cleanup() 190 static u16 hv_get_dev_type(const struct vmbus_channel *channel) in hv_get_dev_type() 343 struct vmbus_channel *channel; in alloc_channel() local 365 static void free_channel(struct vmbus_channel *channel) in free_channel() 373 void vmbus_channel_map_relid(struct vmbus_channel *channel) in vmbus_channel_map_relid() 407 void vmbus_channel_unmap_relid(struct vmbus_channel *channel) in vmbus_channel_unmap_relid() 430 void hv_process_channel_removal(struct vmbus_channel *channel) in hv_process_channel_removal() 479 struct vmbus_channel *channel, *tmp; in vmbus_free_channels() local 581 struct vmbus_channel *channel; in vmbus_process_offer() local 731 static void init_vp_index(struct vmbus_channel *channel) in init_vp_index() [all …]
|
/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 …]
|
/drivers/net/ipa/ |
D | gsi.c | 173 static u32 gsi_channel_id(struct gsi_channel *channel) in gsi_channel_id() 179 static bool gsi_channel_initialized(struct gsi_channel *channel) in gsi_channel_initialized() 466 static enum gsi_channel_state gsi_channel_state(struct gsi_channel *channel) in gsi_channel_state() 479 gsi_channel_command(struct gsi_channel *channel, enum gsi_ch_cmd_opcode opcode) in gsi_channel_command() 507 struct gsi_channel *channel = &gsi->channel[channel_id]; in gsi_channel_alloc_command() local 533 static int gsi_channel_start_command(struct gsi_channel *channel) in gsi_channel_start_command() 560 static int gsi_channel_stop_command(struct gsi_channel *channel) in gsi_channel_stop_command() 598 static void gsi_channel_reset_command(struct gsi_channel *channel) in gsi_channel_reset_command() 628 struct gsi_channel *channel = &gsi->channel[channel_id]; in gsi_channel_de_alloc_command() local 710 static struct gsi_trans *gsi_channel_trans_last(struct gsi_channel *channel) in gsi_channel_trans_last() [all …]
|
/drivers/tty/serial/ |
D | ip22zilog.c | 51 #define ZS_WSYNC(channel) do { } while (0) argument 109 static unsigned char read_zsreg(struct zilog_channel *channel, in read_zsreg() 122 static void write_zsreg(struct zilog_channel *channel, in write_zsreg() 131 static void ip22zilog_clear_fifo(struct zilog_channel *channel) in ip22zilog_clear_fifo() 158 static void __load_zsregs(struct zilog_channel *channel, unsigned char *regs) in __load_zsregs() 234 struct zilog_channel *channel) in ip22zilog_maybe_update_regs() 249 struct zilog_channel *channel) in ip22zilog_receive_chars() 314 struct zilog_channel *channel) in ip22zilog_status_handle() 356 struct zilog_channel *channel) in ip22zilog_transmit_chars() 431 struct zilog_channel *channel in ip22zilog_interrupt() local [all …]
|
D | sunzilog.c | 56 #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 …]
|
/drivers/media/platform/allegro-dvt/ |
D | allegro-core.c | 281 allegro_channel_get_i_frame_qp(struct allegro_channel *channel) in allegro_channel_get_i_frame_qp() 290 allegro_channel_get_p_frame_qp(struct allegro_channel *channel) in allegro_channel_get_p_frame_qp() 299 allegro_channel_get_b_frame_qp(struct allegro_channel *channel) in allegro_channel_get_b_frame_qp() 308 allegro_channel_get_min_qp(struct allegro_channel *channel) in allegro_channel_get_min_qp() 317 allegro_channel_get_max_qp(struct allegro_channel *channel) in allegro_channel_get_max_qp() 408 struct allegro_channel *channel; in allegro_find_channel_by_user_id() local 422 struct allegro_channel *channel; in allegro_find_channel_by_channel_id() local 432 static inline bool channel_exists(struct allegro_channel *channel) in channel_exists() 1104 static u32 allegro_channel_get_entropy_mode(struct allegro_channel *channel) in allegro_channel_get_entropy_mode() 1116 static int fill_create_channel_param(struct allegro_channel *channel, in fill_create_channel_param() [all …]
|
/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 192 struct jsm_channel *channel = in jsm_tty_open() local 273 struct jsm_channel *channel = in jsm_tty_close() local [all …]
|
/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 …]
|
/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 246 struct glink_channel *channel = container_of(ref, struct glink_channel, in qcom_glink_channel_release() local 370 struct glink_channel *channel) in qcom_glink_send_open_ack() 384 struct glink_channel *channel; in qcom_glink_handle_intent_req_ack() local 410 struct glink_channel *channel) in qcom_glink_send_open_req() 454 struct glink_channel *channel) in qcom_glink_send_close_req() 479 struct glink_channel *channel = container_of(work, struct glink_channel, in qcom_glink_rx_done_work() local 516 struct glink_channel *channel, in qcom_glink_rx_done() 608 struct glink_channel *channel, in qcom_glink_send_intent_req_ack() 632 struct glink_channel *channel, in qcom_glink_advertise_intent() [all …]
|
/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 …]
|
/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
|
/drivers/net/ethernet/microchip/ |
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 …]
|