/linux-6.3-rc2/drivers/s390/net/ |
A D | ctcm_main.h | 131 struct channel { struct 132 struct channel *next; argument 136 * Type of this channel. argument 144 __u16 protocol; /* protocol of this channel (4 = MPC) */ argument 148 struct ccw1 *ccw; 149 struct irb *irb; 153 int max_bufsize; 164 int collect_len; 194 fsm_instance *fsm; /* finite state machine of this channel */ argument 197 __u8 *trans_skb_data; [all …]
|
/linux-6.3-rc2/drivers/net/ethernet/sfc/siena/ |
A D | efx_channels.c | 365 struct efx_channel *channel; in efx_siena_set_interrupt_affinity() local 383 struct efx_channel *channel; in efx_siena_clear_interrupt_affinity() local 402 struct efx_channel *channel; in efx_siena_remove_interrupts() local 515 struct efx_channel *channel; in efx_filter_rfs_expire() local 534 struct efx_channel *channel; in efx_alloc_channel() local 605 struct efx_channel *channel; in efx_copy_channel() local 704 struct efx_channel *channel; in efx_siena_set_channel_names() local 714 struct efx_channel *channel; in efx_siena_probe_channels() local 761 struct efx_channel *channel; in efx_siena_remove_channels() local 786 struct efx_channel *channel; in efx_set_xdp_channels() local [all …]
|
/linux-6.3-rc2/drivers/net/ethernet/sfc/ |
A D | efx_channels.c | 364 struct efx_channel *channel; in efx_set_interrupt_affinity() local 382 struct efx_channel *channel; in efx_clear_interrupt_affinity() local 401 struct efx_channel *channel; in efx_remove_interrupts() local 514 struct efx_channel *channel; in efx_filter_rfs_expire() local 532 struct efx_channel *channel; in efx_alloc_channel() local 602 struct efx_channel *channel; in efx_copy_channel() local 701 struct efx_channel *channel; in efx_set_channel_names() local 711 struct efx_channel *channel; in efx_probe_channels() local 758 struct efx_channel *channel; in efx_remove_channels() local 783 struct efx_channel *channel; in efx_set_xdp_channels() local [all …]
|
/linux-6.3-rc2/drivers/most/ |
A D | most_snd.c | 44 struct channel { struct 48 struct most_channel_config *cfg; argument 49 struct snd_card *card; 50 struct list_head list; 51 int id; 52 unsigned int period_pos; 53 unsigned int buffer_pos; 54 bool is_stream_running; 165 struct channel *channel; in get_channel() local 517 struct channel *channel; in audio_probe_channel() local [all …]
|
/linux-6.3-rc2/drivers/ipack/devices/ |
A D | ipoctal.c | 48 struct ipoctal_channel channel[NR_CHANNELS]; member 72 struct ipoctal_channel *channel; in ipoctal_port_activate() local 110 struct ipoctal_channel *channel = tty->driver_data; in ipoctal_open() local 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 280 struct ipoctal_channel *channel; in ipoctal_inst_slot() local 465 struct ipoctal_channel *channel = tty->driver_data; in ipoctal_write_tty() local 487 struct ipoctal_channel *channel = tty->driver_data; in ipoctal_write_room() local 494 struct ipoctal_channel *channel = tty->driver_data; in ipoctal_chars_in_buffer() local 506 struct ipoctal_channel *channel = tty->driver_data; in ipoctal_set_termios() local [all …]
|
/linux-6.3-rc2/drivers/hsi/controllers/ |
A 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 82 # define SSI_NOTEMPTY(channel) (1 << (channel)) argument 130 #define SSI_GDD_CCR_REG(channel) (0x802 + ((channel) * 0x40)) argument 143 #define SSI_GDD_CSR_REG(channel) (0x806 + ((channel) * 0x40)) argument [all …]
|
/linux-6.3-rc2/drivers/firmware/tegra/ |
A 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() 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() 259 struct tegra_bpmp_channel *channel; in tegra_bpmp_write_threaded() local 320 struct tegra_bpmp_channel *channel; in tegra_bpmp_transfer_atomic() local 358 struct tegra_bpmp_channel *channel; in tegra_bpmp_transfer() local 439 struct tegra_bpmp_channel *channel) in tegra_bpmp_handle_mrq() 529 struct tegra_bpmp_channel *channel, in tegra_bpmp_mrq_handle_ping() 661 struct tegra_bpmp_channel *channel; in tegra_bpmp_handle_rx() local [all …]
|
A 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()
|
/linux-6.3-rc2/drivers/staging/greybus/ |
A D | light.c | 81 static bool is_channel_flash(struct gb_channel *channel) in is_channel_flash() 103 struct gb_channel *channel = NULL; in get_channel_from_mode() local 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 275 static int channel_attr_groups_set(struct gb_channel *channel, in channel_attr_groups_set() 317 static int gb_lights_fade_set(struct gb_channel *channel) in gb_lights_fade_set() 434 struct gb_channel *channel = get_channel_from_cdev(cdev); in gb_brightness_set() local 444 struct gb_channel *channel = get_channel_from_cdev(cdev); in gb_brightness_get() local 452 struct gb_channel *channel = get_channel_from_cdev(cdev); in gb_blink_set() local 944 struct gb_channel *channel) in gb_lights_channel_config() [all …]
|
/linux-6.3-rc2/drivers/ptp/ |
A D | ptp_idt82p33.c | 705 struct idt82p33_channel *channel) in idt82p33_measure_tod_write_9_byte_overhead() 868 struct idt82p33_channel *channel = in idt82p33_work_handler() local 930 struct idt82p33_channel *channel; in idt82p33_ptp_clock_unregister_all() local 946 struct idt82p33_channel *channel = in idt82p33_enable() local 983 struct idt82p33_channel *channel = in idt82p33_adjwritephase() local 1025 struct idt82p33_channel *channel = in idt82p33_adjfine() local 1051 struct idt82p33_channel *channel = in idt82p33_adjtime() local 1082 struct idt82p33_channel *channel = in idt82p33_gettime() local 1100 struct idt82p33_channel *channel = in idt82p33_settime() local 1202 struct idt82p33_channel *channel; in idt82p33_enable_channel() local [all …]
|
A D | ptp_clockmatrix.c | 273 static int idtcm_extts_enable(struct idtcm_channel *channel, in idtcm_extts_enable() 423 static int _idtcm_gettime(struct idtcm_channel *channel, in _idtcm_gettime() 897 static int _idtcm_settime(struct idtcm_channel *channel, in _idtcm_settime() 969 static int do_phase_pull_in_fw(struct idtcm_channel *channel, in do_phase_pull_in_fw() 1374 static int idtcm_get_pll_mode(struct idtcm_channel *channel, in idtcm_get_pll_mode() 1392 static int idtcm_set_pll_mode(struct idtcm_channel *channel, in idtcm_set_pll_mode() 1971 static int idtcm_enable_tod(struct idtcm_channel *channel) in idtcm_enable_tod() 2234 struct idtcm_channel *channel; in idtcm_enable_channel() local 2307 struct idtcm_channel *channel; in idtcm_enable_extts_channel() local 2329 struct idtcm_channel *channel; in idtcm_extts_check() local [all …]
|
/linux-6.3-rc2/drivers/phy/renesas/ |
A D | r8a779f0-ether-serdes.c | 36 struct r8a779f0_eth_serdes_channel channel[R8A779F0_ETH_SERDES_NUM]; member 52 r8a779f0_eth_serdes_reg_wait(struct r8a779f0_eth_serdes_channel *channel, in r8a779f0_eth_serdes_reg_wait() 74 struct r8a779f0_eth_serdes_channel *channel; in r8a779f0_eth_serdes_common_init_ram() local 90 r8a779f0_eth_serdes_common_setting(struct r8a779f0_eth_serdes_channel *channel) in r8a779f0_eth_serdes_common_setting() 108 r8a779f0_eth_serdes_chan_setting(struct r8a779f0_eth_serdes_channel *channel) in r8a779f0_eth_serdes_chan_setting() 165 r8a779f0_eth_serdes_chan_speed(struct r8a779f0_eth_serdes_channel *channel) in r8a779f0_eth_serdes_chan_speed() 249 struct r8a779f0_eth_serdes_channel *channel = phy_get_drvdata(p); in r8a779f0_eth_serdes_init() local 281 struct r8a779f0_eth_serdes_channel *channel = phy_get_drvdata(p); in r8a779f0_eth_serdes_power_on() local 289 struct r8a779f0_eth_serdes_channel *channel = phy_get_drvdata(p); in r8a779f0_eth_serdes_set_mode() local 307 struct r8a779f0_eth_serdes_channel *channel = phy_get_drvdata(p); in r8a779f0_eth_serdes_set_speed() local [all …]
|
/linux-6.3-rc2/drivers/hv/ |
A D | channel.c | 123 void vmbus_setevent(struct vmbus_channel *channel) in vmbus_setevent() 150 void vmbus_free_ring(struct vmbus_channel *channel) in vmbus_free_ring() 457 static int __vmbus_establish_gpadl(struct vmbus_channel *channel, in __vmbus_establish_gpadl() 893 void vmbus_reset_channel_cb(struct vmbus_channel *channel) in vmbus_reset_channel_cb() 923 static int vmbus_close_internal(struct vmbus_channel *channel) in vmbus_close_internal() 981 int vmbus_disconnect_ring(struct vmbus_channel *channel) in vmbus_disconnect_ring() 1017 void vmbus_close(struct vmbus_channel *channel) in vmbus_close() 1087 int vmbus_sendpacket(struct vmbus_channel *channel, void *buffer, in vmbus_sendpacket() 1103 int vmbus_sendpacket_pagebuffer(struct vmbus_channel *channel, in vmbus_sendpacket_pagebuffer() 1160 int vmbus_sendpacket_mpb_desc(struct vmbus_channel *channel, in vmbus_sendpacket_mpb_desc() [all …]
|
/linux-6.3-rc2/arch/sh/drivers/dma/ |
A 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 …]
|
/linux-6.3-rc2/drivers/net/ethernet/sfc/falcon/ |
A D | efx.c | 294 struct ef4_channel *channel = in ef4_poll() local 422 struct ef4_channel *channel; in ef4_alloc_channel() local 455 struct ef4_channel *channel; in ef4_copy_channel() local 545 struct ef4_channel *channel; in ef4_set_channel_names() local 555 struct ef4_channel *channel; in ef4_probe_channels() local 594 struct ef4_channel *channel; in ef4_start_datapath() local 682 struct ef4_channel *channel; in ef4_stop_datapath() local 752 struct ef4_channel *channel; in ef4_remove_channels() local 1493 struct ef4_channel *channel; in ef4_soft_disable_interrupts() local 1558 struct ef4_channel *channel; in ef4_disable_interrupts() local [all …]
|
/linux-6.3-rc2/drivers/tty/serial/ |
A D | ip22zilog.c | 51 #define ZS_WSYNC(channel) do { } while (0) argument 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() 430 struct zilog_channel *channel in ip22zilog_interrupt() local 490 struct zilog_channel *channel; in ip22zilog_read_channel_status() local 622 struct zilog_channel *channel; in ip22zilog_stop_rx() local 682 struct zilog_channel *channel; in __ip22zilog_reset() local 711 struct zilog_channel *channel; in __ip22zilog_startup() local 772 struct zilog_channel *channel; in ip22zilog_shutdown() local [all …]
|
A D | sunzilog.c | 56 #define ZS_WSYNC(channel) do { } while (0) argument 403 struct zilog_channel __iomem *channel) in sunzilog_status_handle() 529 struct zilog_channel __iomem *channel in sunzilog_interrupt() local 590 struct zilog_channel __iomem *channel; in sunzilog_read_channel_status() local 722 struct zilog_channel __iomem *channel; in sunzilog_stop_rx() local 782 struct zilog_channel __iomem *channel; in __sunzilog_startup() local 837 struct zilog_channel __iomem *channel; in sunzilog_shutdown() local 1004 struct zilog_channel __iomem *channel in sunzilog_get_poll_char() local 1330 struct zilog_channel __iomem *channel; in sunzilog_init_hw() local 1586 struct zilog_channel __iomem *channel; in sunzilog_init() local [all …]
|
/linux-6.3-rc2/drivers/tty/serial/jsm/ |
A 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 …]
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/ |
A D | nouveau_hwmon.c | 236 nouveau_chip_is_visible(const void *data, u32 attr, int channel) in nouveau_chip_is_visible() 247 nouveau_power_is_visible(const void *data, u32 attr, int channel) in nouveau_power_is_visible() 272 nouveau_temp_is_visible(const void *data, u32 attr, int channel) in nouveau_temp_is_visible() 296 nouveau_pwm_is_visible(const void *data, u32 attr, int channel) in nouveau_pwm_is_visible() 315 nouveau_input_is_visible(const void *data, u32 attr, int channel) in nouveau_input_is_visible() 335 nouveau_fan_is_visible(const void *data, u32 attr, int channel) in nouveau_fan_is_visible() 438 nouveau_in_read(struct device *dev, u32 attr, int channel, long *val) in nouveau_in_read() 579 int channel) in nouveau_is_visible() 603 int channel, const char **buf) in nouveau_read_string() 615 int channel, long *val) in nouveau_read() [all …]
|
/linux-6.3-rc2/drivers/net/ethernet/synopsys/ |
A 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 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 437 struct xlgmac_channel *channel; in xlgmac_napi_disable() local 459 struct xlgmac_channel *channel; in xlgmac_request_irqs() local 505 struct xlgmac_channel *channel; in xlgmac_free_irqs() local [all …]
|
/linux-6.3-rc2/sound/soc/sprd/ |
A D | sprd-mcdt.c | 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() 270 static u32 sprd_mcdt_dma_ack_shift(u8 channel) in sprd_mcdt_dma_ack_shift() 339 static bool sprd_mcdt_chan_fifo_sts(struct sprd_mcdt_dev *mcdt, u8 channel, in sprd_mcdt_chan_fifo_sts() 426 static u32 sprd_mcdt_int_type_shift(u8 channel, in sprd_mcdt_int_type_shift() 453 static void sprd_mcdt_chan_int_en(struct sprd_mcdt_dev *mcdt, u8 channel, in sprd_mcdt_chan_int_en() 500 static bool sprd_mcdt_chan_int_sts(struct sprd_mcdt_dev *mcdt, u8 channel, in sprd_mcdt_chan_int_sts() [all …]
|
/linux-6.3-rc2/drivers/rpmsg/ |
A D | qcom_smd.c | 275 #define GET_RX_CHANNEL_FLAG(channel, param) \ argument 645 struct qcom_smd_channel *channel; in qcom_smd_edge_intr() local 878 struct qcom_smd_channel *channel; in qcom_smd_find_channel() local 906 struct qcom_smd_channel *channel; in qcom_smd_create_ept() local 995 struct qcom_smd_channel *channel = qsept->qsch; in qcom_smd_poll() local 1010 const char *channel) in qcom_smd_match_channel() 1033 struct qcom_smd_channel *channel = qept->qsch; in qcom_smd_announce_create() local 1128 struct qcom_smd_channel *channel; in qcom_smd_create_channel() local 1210 struct qcom_smd_channel *channel; in qcom_channel_scan_worker() local 1274 struct qcom_smd_channel *channel; in qcom_channel_state_worker() local [all …]
|
/linux-6.3-rc2/drivers/net/ipa/ |
A D | gsi.c | 169 static u32 gsi_channel_id(struct gsi_channel *channel) in gsi_channel_id() 557 struct gsi_channel *channel = &gsi->channel[channel_id]; in gsi_channel_alloc_command() local 678 struct gsi_channel *channel = &gsi->channel[channel_id]; in gsi_channel_de_alloc_command() local 947 struct gsi_channel *channel = &gsi->channel[channel_id]; in gsi_channel_start() local 1087 struct gsi_channel *channel; in gsi_trans_tx_queued() local 1120 struct gsi_channel *channel; in gsi_trans_tx_completed() local 1441 struct gsi_channel *channel; in gsi_event_trans() local 1588 void gsi_channel_doorbell(struct gsi_channel *channel) in gsi_channel_doorbell() 1603 void gsi_channel_update(struct gsi_channel *channel) in gsi_channel_update() 1677 struct gsi_channel *channel; in gsi_channel_poll() local [all …]
|
/linux-6.3-rc2/drivers/media/platform/allegro-dvt/ |
A D | allegro-core.c | 434 struct allegro_channel *channel; in allegro_find_channel_by_user_id() local 448 struct allegro_channel *channel; in allegro_find_channel_by_channel_id() local 1314 struct allegro_channel *channel) in allegro_mcu_send_create_channel() 1344 struct allegro_channel *channel) in allegro_mcu_send_destroy_channel() 1387 struct allegro_channel *channel, in allegro_mcu_send_encode_frame() 2158 struct allegro_channel *channel; in allegro_handle_create_channel() local 2238 struct allegro_channel *channel; in allegro_handle_destroy_channel() local 2261 struct allegro_channel *channel; in allegro_handle_encode_frame() local 2908 struct allegro_channel *channel = priv; in allegro_queue_init() local 3038 struct allegro_channel *channel = NULL; in allegro_open() local [all …]
|
/linux-6.3-rc2/drivers/hwmon/ |
A 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
|