/kernel/linux/linux-5.10/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 …]
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
D | efx_channels.c | 56 int efx_channel_dummy_op_int(struct efx_channel *channel) in efx_channel_dummy_op_int() 61 void efx_channel_dummy_op_void(struct efx_channel *channel) in efx_channel_dummy_op_void() 352 struct efx_channel *channel; in efx_set_interrupt_affinity() local 364 struct efx_channel *channel; in efx_clear_interrupt_affinity() local 383 struct efx_channel *channel; in efx_remove_interrupts() local 404 int efx_probe_eventq(struct efx_channel *channel) in efx_probe_eventq() 423 int efx_init_eventq(struct efx_channel *channel) in efx_init_eventq() 443 void efx_start_eventq(struct efx_channel *channel) in efx_start_eventq() 457 void efx_stop_eventq(struct efx_channel *channel) in efx_stop_eventq() 466 void efx_fini_eventq(struct efx_channel *channel) in efx_fini_eventq() [all …]
|
/kernel/linux/linux-5.10/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 …]
|
/kernel/linux/linux-5.10/drivers/ipack/devices/ |
D | ipoctal.c | 50 struct ipoctal_channel channel[NR_CHANNELS]; member 62 static void ipoctal_reset_channel(struct ipoctal_channel *channel) in ipoctal_reset_channel() 74 struct ipoctal_channel *channel; in ipoctal_port_activate() local 89 struct ipoctal_channel *channel = dev_get_drvdata(tty->dev); in ipoctal_install() local 112 struct ipoctal_channel *channel = tty->driver_data; in ipoctal_open() local 127 static void ipoctal_free_channel(struct ipoctal_channel *channel) in ipoctal_free_channel() 137 struct ipoctal_channel *channel = tty->driver_data; in ipoctal_close() local 146 struct ipoctal_channel *channel = tty->driver_data; in ipoctal_get_icount() local 160 static void ipoctal_irq_rx(struct ipoctal_channel *channel, u8 sr) in ipoctal_irq_rx() 205 static void ipoctal_irq_tx(struct ipoctal_channel *channel) in ipoctal_irq_tx() [all …]
|
/kernel/linux/linux-5.10/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; 53 struct task_struct *playback_task; 54 wait_queue_head_t playback_waitq; [all …]
|
/kernel/linux/linux-5.10/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 …]
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/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 …]
|
/kernel/linux/linux-5.10/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 …]
|
/kernel/linux/linux-5.10/drivers/ptp/ |
D | ptp_idt82p33.c | 159 static int idt82p33_dpll_set_mode(struct idt82p33_channel *channel, in idt82p33_dpll_set_mode() 188 static int _idt82p33_gettime(struct idt82p33_channel *channel, in _idt82p33_gettime() 225 static int _idt82p33_settime(struct idt82p33_channel *channel, in _idt82p33_settime() 269 static int _idt82p33_adjtime(struct idt82p33_channel *channel, s64 delta_ns) in _idt82p33_adjtime() 293 static int _idt82p33_adjfine(struct idt82p33_channel *channel, long scaled_ppm) in _idt82p33_adjfine() 348 struct idt82p33_channel *channel, s64 *overhead_ns) in idt82p33_measure_one_byte_write_overhead() 383 struct idt82p33_channel *channel) in idt82p33_measure_tod_write_9_byte_overhead() 420 struct idt82p33_channel *channel, s64 *overhead_ns) in idt82p33_measure_settime_gettime_gap_overhead() 441 static int idt82p33_measure_tod_write_overhead(struct idt82p33_channel *channel) in idt82p33_measure_tod_write_overhead() 515 static int idt82p33_sync_tod(struct idt82p33_channel *channel, bool enable) in idt82p33_sync_tod() [all …]
|
D | ptp_clockmatrix.c | 38 struct idtcm_channel *channel = in set_write_phase_ready() local 264 static int _idtcm_gettime(struct idtcm_channel *channel, in _idtcm_gettime() 466 static int idtcm_sync_pps_output(struct idtcm_channel *channel) in idtcm_sync_pps_output() 550 static int _idtcm_set_dpll_hw_tod(struct idtcm_channel *channel, in _idtcm_set_dpll_hw_tod() 624 static int _idtcm_set_dpll_scsr_tod(struct idtcm_channel *channel, in _idtcm_set_dpll_scsr_tod() 686 static int _idtcm_settime(struct idtcm_channel *channel, in _idtcm_settime() 726 static int _idtcm_settime_v487(struct idtcm_channel *channel, in _idtcm_settime_v487() 735 static int idtcm_set_phase_pull_in_offset(struct idtcm_channel *channel, in idtcm_set_phase_pull_in_offset() 755 static int idtcm_set_phase_pull_in_slope_limit(struct idtcm_channel *channel, in idtcm_set_phase_pull_in_slope_limit() 778 static int idtcm_start_phase_pull_in(struct idtcm_channel *channel) in idtcm_start_phase_pull_in() [all …]
|
/kernel/linux/linux-5.10/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 …]
|
/kernel/linux/linux-5.10/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 …]
|
/kernel/linux/linux-5.10/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 …]
|
/kernel/linux/linux-5.10/drivers/net/ipa/ |
D | gsi.c | 227 static u32 gsi_channel_id(struct gsi_channel *channel) in gsi_channel_id() 417 static enum gsi_channel_state gsi_channel_state(struct gsi_channel *channel) in gsi_channel_state() 430 gsi_channel_command(struct gsi_channel *channel, enum gsi_ch_cmd_opcode opcode) in gsi_channel_command() 453 struct gsi_channel *channel = &gsi->channel[channel_id]; in gsi_channel_alloc_command() local 478 static int gsi_channel_start_command(struct gsi_channel *channel) in gsi_channel_start_command() 504 static int gsi_channel_stop_command(struct gsi_channel *channel) in gsi_channel_stop_command() 541 static void gsi_channel_reset_command(struct gsi_channel *channel) in gsi_channel_reset_command() 567 struct gsi_channel *channel = &gsi->channel[channel_id]; in gsi_channel_de_alloc_command() local 647 static struct gsi_trans *gsi_channel_trans_last(struct gsi_channel *channel) in gsi_channel_trans_last() 673 static void gsi_channel_trans_quiesce(struct gsi_channel *channel) in gsi_channel_trans_quiesce() [all …]
|
/kernel/linux/linux-5.10/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 …]
|
/kernel/linux/linux-5.10/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 …]
|
/kernel/linux/linux-5.10/drivers/hv/ |
D | channel_mgmt.c | 144 static void vmbus_rescind_cleanup(struct vmbus_channel *channel) in vmbus_rescind_cleanup() 173 static u16 hv_get_dev_type(const struct vmbus_channel *channel) in hv_get_dev_type() 313 struct vmbus_channel *channel; in alloc_channel() local 335 static void free_channel(struct vmbus_channel *channel) in free_channel() 343 void vmbus_channel_map_relid(struct vmbus_channel *channel) in vmbus_channel_map_relid() 377 void vmbus_channel_unmap_relid(struct vmbus_channel *channel) in vmbus_channel_unmap_relid() 400 void hv_process_channel_removal(struct vmbus_channel *channel) in hv_process_channel_removal() 449 struct vmbus_channel *channel, *tmp; in vmbus_free_channels() local 551 struct vmbus_channel *channel; in vmbus_process_offer() local 677 static void init_vp_index(struct vmbus_channel *channel) in init_vp_index() [all …]
|
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() 391 static int __vmbus_establish_gpadl(struct vmbus_channel *channel, in __vmbus_establish_gpadl() 498 int vmbus_establish_gpadl(struct vmbus_channel *channel, void *kbuffer, in vmbus_establish_gpadl() 670 int vmbus_teardown_gpadl(struct vmbus_channel *channel, u32 gpadl_handle) in vmbus_teardown_gpadl() 727 void vmbus_reset_channel_cb(struct vmbus_channel *channel) in vmbus_reset_channel_cb() 757 static int vmbus_close_internal(struct vmbus_channel *channel) in vmbus_close_internal() 815 int vmbus_disconnect_ring(struct vmbus_channel *channel) in vmbus_disconnect_ring() 851 void vmbus_close(struct vmbus_channel *channel) in vmbus_close() 873 int vmbus_sendpacket(struct vmbus_channel *channel, void *buffer, in vmbus_sendpacket() [all …]
|
/kernel/linux/linux-5.10/drivers/staging/media/allegro-dvt/ |
D | allegro-core.c | 253 allegro_set_state(struct allegro_channel *channel, enum allegro_state state) in allegro_set_state() 261 allegro_get_state(struct allegro_channel *channel) in allegro_get_state() 349 struct allegro_channel *channel; in allegro_find_channel_by_user_id() local 363 struct allegro_channel *channel; in allegro_find_channel_by_channel_id() local 373 static inline bool channel_exists(struct allegro_channel *channel) in channel_exists() 916 static int fill_create_channel_param(struct allegro_channel *channel, in fill_create_channel_param() 1013 struct allegro_channel *channel) in allegro_mcu_send_create_channel() 1043 struct allegro_channel *channel) in allegro_mcu_send_destroy_channel() 1060 struct allegro_channel *channel, in allegro_mcu_send_put_stream_buffer() 1086 struct allegro_channel *channel, in allegro_mcu_send_encode_frame() [all …]
|
/kernel/linux/linux-5.10/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 …]
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/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
|