Home
last modified time | relevance | path

Searched defs:channel (Results 1 – 25 of 1250) sorted by relevance

12345678910>>...50

/linux-6.6.21/drivers/s390/net/
Dctcm_main.h132 struct channel { struct
133 struct channel *next; argument
137 * Type of this channel. argument
140 enum ctcm_channel_types type; argument
145 __u16 protocol; /* protocol of this channel (4 = MPC) */ argument
149 struct ccw1 *ccw;
150 struct irb *irb;
154 int max_bufsize;
155 struct sk_buff *trans_skb; /* transmit/receive buffer */
156 struct sk_buff_head io_queue; /* universal I/O queue */
[all …]
/linux-6.6.21/drivers/net/ethernet/sfc/siena/
Defx_channels.c367 struct efx_channel *channel; in efx_siena_set_interrupt_affinity() local
385 struct efx_channel *channel; in efx_siena_clear_interrupt_affinity() local
404 struct efx_channel *channel; in efx_siena_remove_interrupts() local
425 static int efx_probe_eventq(struct efx_channel *channel) in efx_probe_eventq()
444 static int efx_init_eventq(struct efx_channel *channel) in efx_init_eventq()
464 void efx_siena_start_eventq(struct efx_channel *channel) in efx_siena_start_eventq()
478 void efx_siena_stop_eventq(struct efx_channel *channel) in efx_siena_stop_eventq()
487 static void efx_fini_eventq(struct efx_channel *channel) in efx_fini_eventq()
499 static void efx_remove_eventq(struct efx_channel *channel) in efx_remove_eventq()
517 struct efx_channel *channel; in efx_filter_rfs_expire() local
[all …]
/linux-6.6.21/drivers/net/ethernet/sfc/
Defx_channels.c366 struct efx_channel *channel; in efx_set_interrupt_affinity() local
384 struct efx_channel *channel; in efx_clear_interrupt_affinity() local
403 struct efx_channel *channel; in efx_remove_interrupts() local
424 int efx_probe_eventq(struct efx_channel *channel) in efx_probe_eventq()
443 int efx_init_eventq(struct efx_channel *channel) in efx_init_eventq()
463 void efx_start_eventq(struct efx_channel *channel) in efx_start_eventq()
477 void efx_stop_eventq(struct efx_channel *channel) in efx_stop_eventq()
486 void efx_fini_eventq(struct efx_channel *channel) in efx_fini_eventq()
498 void efx_remove_eventq(struct efx_channel *channel) in efx_remove_eventq()
516 struct efx_channel *channel; in efx_filter_rfs_expire() local
[all …]
/linux-6.6.21/drivers/most/
Dmost_snd.c44 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;
55 struct task_struct *playback_task;
56 wait_queue_head_t playback_waitq;
[all …]
/linux-6.6.21/drivers/ipack/devices/
Dipoctal.c48 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 …]
/linux-6.6.21/drivers/hsi/controllers/
Domap_ssi_regs.h33 # 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-6.6.21/drivers/firmware/tegra/
Dbpmp.c34 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 …]
Dbpmp-tegra210.c44 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.6.21/drivers/staging/greybus/
Dlight.c71 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-6.6.21/drivers/ptp/
Dptp_idt82p33.c99 static int idt82p33_dpll_set_mode(struct idt82p33_channel *channel, in idt82p33_dpll_set_mode()
128 static int idt82p33_set_tod_trigger(struct idt82p33_channel *channel, in idt82p33_set_tod_trigger()
155 static int idt82p33_get_extts(struct idt82p33_channel *channel, in idt82p33_get_extts()
213 static int arm_tod_read_with_trigger(struct idt82p33_channel *channel, u8 trigger) in arm_tod_read_with_trigger()
235 static int idt82p33_extts_enable(struct idt82p33_channel *channel, in idt82p33_extts_enable()
330 static u8 idt82p33_extts_enable_mask(struct idt82p33_channel *channel, in idt82p33_extts_enable_mask()
372 static int _idt82p33_gettime(struct idt82p33_channel *channel, in _idt82p33_gettime()
415 static int _idt82p33_settime(struct idt82p33_channel *channel, in _idt82p33_settime()
456 static int _idt82p33_adjtime_immediate(struct idt82p33_channel *channel, in _idt82p33_adjtime_immediate()
481 static int _idt82p33_adjtime_internal_triggered(struct idt82p33_channel *channel, in _idt82p33_adjtime_internal_triggered()
[all …]
Dptp_clockmatrix.c242 static int arm_tod_read_trig_sel_refclk(struct idtcm_channel *channel, u8 ref) in arm_tod_read_trig_sel_refclk()
273 static int idtcm_extts_enable(struct idtcm_channel *channel, in idtcm_extts_enable()
398 static int _idtcm_gettime_triggered(struct idtcm_channel *channel, in _idtcm_gettime_triggered()
423 static int _idtcm_gettime(struct idtcm_channel *channel, in _idtcm_gettime()
484 static int _idtcm_gettime_immediate(struct idtcm_channel *channel, in _idtcm_gettime_immediate()
628 static int idtcm_sync_pps_output(struct idtcm_channel *channel) in idtcm_sync_pps_output()
705 static int _idtcm_set_dpll_hw_tod(struct idtcm_channel *channel, in _idtcm_set_dpll_hw_tod()
772 static int _idtcm_set_dpll_scsr_tod(struct idtcm_channel *channel, in _idtcm_set_dpll_scsr_tod()
881 static int _idtcm_settime_deprecated(struct idtcm_channel *channel, in _idtcm_settime_deprecated()
897 static int _idtcm_settime(struct idtcm_channel *channel, in _idtcm_settime()
[all …]
/linux-6.6.21/drivers/phy/renesas/
Dr8a779f0-ether-serdes.c37 struct r8a779f0_eth_serdes_channel channel[R8A779F0_ETH_SERDES_NUM]; member
53 r8a779f0_eth_serdes_reg_wait(struct r8a779f0_eth_serdes_channel *channel, in r8a779f0_eth_serdes_reg_wait()
75 struct r8a779f0_eth_serdes_channel *channel; in r8a779f0_eth_serdes_common_init_ram() local
91 r8a779f0_eth_serdes_common_setting(struct r8a779f0_eth_serdes_channel *channel) in r8a779f0_eth_serdes_common_setting()
109 r8a779f0_eth_serdes_chan_setting(struct r8a779f0_eth_serdes_channel *channel) in r8a779f0_eth_serdes_chan_setting()
166 r8a779f0_eth_serdes_chan_speed(struct r8a779f0_eth_serdes_channel *channel) in r8a779f0_eth_serdes_chan_speed()
190 static int r8a779f0_eth_serdes_monitor_linkup(struct r8a779f0_eth_serdes_channel *channel) in r8a779f0_eth_serdes_monitor_linkup()
209 static int r8a779f0_eth_serdes_hw_init(struct r8a779f0_eth_serdes_channel *channel) in r8a779f0_eth_serdes_hw_init()
250 struct r8a779f0_eth_serdes_channel *channel = phy_get_drvdata(p); in r8a779f0_eth_serdes_init() local
260 static int r8a779f0_eth_serdes_hw_init_late(struct r8a779f0_eth_serdes_channel in r8a779f0_eth_serdes_hw_init_late()
[all …]
/linux-6.6.21/drivers/hv/
Dchannel.c123 void vmbus_setevent(struct vmbus_channel *channel) in vmbus_setevent()
150 void vmbus_free_ring(struct vmbus_channel *channel) in vmbus_free_ring()
213 static int send_modifychannel_without_ack(struct vmbus_channel *channel, u32 target_vp) in send_modifychannel_without_ack()
229 static int send_modifychannel_with_ack(struct vmbus_channel *channel, u32 target_vp) in send_modifychannel_with_ack()
298 int vmbus_send_modifychannel(struct vmbus_channel *channel, u32 target_vp) in vmbus_send_modifychannel()
457 static int __vmbus_establish_gpadl(struct vmbus_channel *channel, in __vmbus_establish_gpadl()
581 int vmbus_establish_gpadl(struct vmbus_channel *channel, void *kbuffer, in vmbus_establish_gpadl()
828 int vmbus_teardown_gpadl(struct vmbus_channel *channel, struct vmbus_gpadl *gpadl) in vmbus_teardown_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()
[all …]
/linux-6.6.21/arch/sh/drivers/dma/
Ddma-api.c76 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.6.21/drivers/net/ethernet/sfc/falcon/
Defx.c232 static int ef4_process_channel(struct ef4_channel *channel, int budget) in ef4_process_channel()
270 static void ef4_update_irq_mod(struct ef4_nic *efx, struct ef4_channel *channel) in ef4_update_irq_mod()
293 struct ef4_channel *channel = in ef4_poll() local
330 static int ef4_probe_eventq(struct ef4_channel *channel) in ef4_probe_eventq()
348 static int ef4_init_eventq(struct ef4_channel *channel) in ef4_init_eventq()
368 void ef4_start_eventq(struct ef4_channel *channel) in ef4_start_eventq()
382 void ef4_stop_eventq(struct ef4_channel *channel) in ef4_stop_eventq()
391 static void ef4_fini_eventq(struct ef4_channel *channel) in ef4_fini_eventq()
403 static void ef4_remove_eventq(struct ef4_channel *channel) in ef4_remove_eventq()
421 struct ef4_channel *channel; in ef4_alloc_channel() local
[all …]
/linux-6.6.21/drivers/tty/serial/
Dip22zilog.c51 #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()
430 struct zilog_channel *channel in ip22zilog_interrupt() local
[all …]
Dsunzilog.c56 #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()
529 struct zilog_channel __iomem *channel in sunzilog_interrupt() local
[all …]
/linux-6.6.21/drivers/tty/serial/jsm/
Djsm_tty.c66 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.6.21/drivers/gpu/drm/nouveau/
Dnouveau_hwmon.c236 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()
352 nouveau_chip_read(struct device *dev, u32 attr, int channel, long *val) in nouveau_chip_read()
366 nouveau_temp_read(struct device *dev, u32 attr, int channel, long *val) in nouveau_temp_read()
415 nouveau_fan_read(struct device *dev, u32 attr, int channel, long *val) in nouveau_fan_read()
438 nouveau_in_read(struct device *dev, u32 attr, int channel, long *val) in nouveau_in_read()
[all …]
/linux-6.6.21/sound/soc/sprd/
Dsprd-mcdt.c128 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-6.6.21/drivers/net/ethernet/synopsys/
Ddwc-xlgmac-net.c39 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
437 struct xlgmac_channel *channel; in xlgmac_napi_disable() local
[all …]
/linux-6.6.21/drivers/rpmsg/
Dqcom_smd.c275 #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-6.6.21/drivers/net/ipa/
Dgsi.c169 static u32 gsi_channel_id(struct gsi_channel *channel) in gsi_channel_id()
175 static bool gsi_channel_initialized(struct gsi_channel *channel) in gsi_channel_initialized()
511 static enum gsi_channel_state gsi_channel_state(struct gsi_channel *channel) in gsi_channel_state()
527 gsi_channel_command(struct gsi_channel *channel, enum gsi_ch_cmd_opcode opcode) in gsi_channel_command()
557 struct gsi_channel *channel = &gsi->channel[channel_id]; in gsi_channel_alloc_command() local
583 static int gsi_channel_start_command(struct gsi_channel *channel) in gsi_channel_start_command()
610 static int gsi_channel_stop_command(struct gsi_channel *channel) in gsi_channel_stop_command()
648 static void gsi_channel_reset_command(struct gsi_channel *channel) in gsi_channel_reset_command()
678 struct gsi_channel *channel = &gsi->channel[channel_id]; in gsi_channel_de_alloc_command() local
778 static struct gsi_trans *gsi_channel_trans_last(struct gsi_channel *channel) in gsi_channel_trans_last()
[all …]
/linux-6.6.21/drivers/media/platform/allegro-dvt/
Dallegro-core.c306 allegro_channel_get_i_frame_qp(struct allegro_channel *channel) in allegro_channel_get_i_frame_qp()
315 allegro_channel_get_p_frame_qp(struct allegro_channel *channel) in allegro_channel_get_p_frame_qp()
324 allegro_channel_get_b_frame_qp(struct allegro_channel *channel) in allegro_channel_get_b_frame_qp()
333 allegro_channel_get_min_qp(struct allegro_channel *channel) in allegro_channel_get_min_qp()
342 allegro_channel_get_max_qp(struct allegro_channel *channel) in allegro_channel_get_max_qp()
433 struct allegro_channel *channel; in allegro_find_channel_by_user_id() local
447 struct allegro_channel *channel; in allegro_find_channel_by_channel_id() local
457 static inline bool channel_exists(struct allegro_channel *channel) in channel_exists()
1182 static u32 allegro_channel_get_entropy_mode(struct allegro_channel *channel) in allegro_channel_get_entropy_mode()
1194 static int fill_create_channel_param(struct allegro_channel *channel, in fill_create_channel_param()
[all …]
/linux-6.6.21/drivers/hwmon/
Dmax197.c57 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

12345678910>>...50