Home
last modified time | relevance | path

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

12345678910>>...35

/linux/drivers/s390/net/
H A 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/drivers/net/ethernet/sfc/
H A 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 …]
H A Dnic_common.h33 static inline efx_qword_t *efx_event(struct efx_channel *channel, in efx_event()
160 static inline int efx_nic_probe_eventq(struct efx_channel *channel) in efx_nic_probe_eventq()
164 static inline int efx_nic_init_eventq(struct efx_channel *channel) in efx_nic_init_eventq()
168 static inline void efx_nic_fini_eventq(struct efx_channel *channel) in efx_nic_fini_eventq()
172 static inline void efx_nic_remove_eventq(struct efx_channel *channel) in efx_nic_remove_eventq()
177 efx_nic_process_eventq(struct efx_channel *channel, int quota) in efx_nic_process_eventq()
181 static inline void efx_nic_eventq_read_ack(struct efx_channel *channel) in efx_nic_eventq_read_ack()
224 static inline int efx_nic_event_test_irq_cpu(struct efx_channel *channel) in efx_nic_event_test_irq_cpu()
/linux/drivers/net/ethernet/sfc/siena/
H A 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/drivers/most/
H A 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/drivers/ipack/devices/
H A 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()
201 static void ipoctal_irq_tx(struct ipoctal_channel *channel) in ipoctal_irq_tx()
[all …]
/linux/drivers/hsi/controllers/
H A 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/drivers/staging/greybus/
H A Dlight.c67 static struct gb_connection *get_conn_from_channel(struct gb_channel *channel) in get_conn_from_channel()
77 static bool is_channel_flash(struct gb_channel *channel) in is_channel_flash()
90 static struct led_classdev *get_channel_cdev(struct gb_channel *channel) in get_channel_cdev()
98 struct gb_channel *channel; in get_channel_from_mode() local
109 static int __gb_lights_flash_intensity_set(struct gb_channel *channel, in __gb_lights_flash_intensity_set()
136 static int __gb_lights_flash_brightness_set(struct gb_channel *channel) in __gb_lights_flash_brightness_set()
221 struct gb_channel *channel = get_channel_from_cdev(cdev); in color_show() local
230 struct gb_channel *channel = get_channel_from_cdev(cdev); in color_store() local
257 static int channel_attr_groups_set(struct gb_channel *channel, in channel_attr_groups_set()
298 static int gb_lights_fade_set(struct gb_channel *channel) in gb_lights_fade_set()
[all …]
/linux/drivers/phy/renesas/
H A Dr8a779f0-ether-serdes.c37 struct r8a779f0_eth_serdes_channel channel[R8A779F0_ETH_SERDES_NUM]; member
60 r8a779f0_eth_serdes_reg_wait(struct r8a779f0_eth_serdes_channel *channel, in r8a779f0_eth_serdes_reg_wait()
82 struct r8a779f0_eth_serdes_channel *channel; in r8a779f0_eth_serdes_common_init_ram() local
98 r8a779f0_eth_serdes_common_setting(struct r8a779f0_eth_serdes_channel *channel) in r8a779f0_eth_serdes_common_setting()
117 r8a779f0_eth_serdes_chan_setting(struct r8a779f0_eth_serdes_channel *channel) in r8a779f0_eth_serdes_chan_setting()
210 r8a779f0_eth_serdes_chan_speed(struct r8a779f0_eth_serdes_channel *channel) in r8a779f0_eth_serdes_chan_speed()
242 static int r8a779f0_eth_serdes_monitor_linkup(struct r8a779f0_eth_serdes_channel *channel) in r8a779f0_eth_serdes_monitor_linkup()
261 static int r8a779f0_eth_serdes_hw_init(struct r8a779f0_eth_serdes_channel *channel) in r8a779f0_eth_serdes_hw_init()
306 struct r8a779f0_eth_serdes_channel *channel = phy_get_drvdata(p); in r8a779f0_eth_serdes_init() local
318 struct r8a779f0_eth_serdes_channel *channel = phy_get_drvdata(p); in r8a779f0_eth_serdes_exit() local
[all …]
/linux/drivers/hv/
H A Dchannel.c124 void vmbus_setevent(struct vmbus_channel *channel) in vmbus_setevent()
151 void vmbus_free_ring(struct vmbus_channel *channel) in vmbus_free_ring()
216 static int send_modifychannel_without_ack(struct vmbus_channel *channel, u32 target_vp) in send_modifychannel_without_ack()
232 static int send_modifychannel_with_ack(struct vmbus_channel *channel, u32 target_vp) in send_modifychannel_with_ack()
301 int vmbus_send_modifychannel(struct vmbus_channel *channel, u32 target_vp) in vmbus_send_modifychannel()
439 static int __vmbus_establish_gpadl(struct vmbus_channel *channel, in __vmbus_establish_gpadl()
580 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()
898 void vmbus_reset_channel_cb(struct vmbus_channel *channel) in vmbus_reset_channel_cb()
928 static int vmbus_close_internal(struct vmbus_channel *channel) in vmbus_close_internal()
[all …]
H A Dchannel_mgmt.c173 static void vmbus_rescind_cleanup(struct vmbus_channel *channel) in vmbus_rescind_cleanup() argument
202 static u16 hv_get_dev_type(const struct vmbus_channel *channel) in hv_get_dev_type() argument
355 struct vmbus_channel *channel; alloc_channel() local
377 free_channel(struct vmbus_channel * channel) free_channel() argument
385 vmbus_channel_map_relid(struct vmbus_channel * channel) vmbus_channel_map_relid() argument
427 vmbus_channel_unmap_relid(struct vmbus_channel * channel) vmbus_channel_unmap_relid() argument
450 hv_process_channel_removal(struct vmbus_channel * channel) hv_process_channel_removal() argument
499 struct vmbus_channel *channel, *tmp; vmbus_free_channels() local
601 struct vmbus_channel *channel; vmbus_process_offer() local
749 init_vp_index(struct vmbus_channel * channel) init_vp_index() argument
956 vmbus_setup_channel_state(struct vmbus_channel * channel,struct vmbus_channel_offer_channel * offer) vmbus_setup_channel_state() argument
982 struct vmbus_channel *channel = NULL, *iter; find_primary_channel_by_offer() local
1166 struct vmbus_channel *channel; vmbus_onoffer_rescind() local
1300 vmbus_hvsock_device_unregister(struct vmbus_channel * channel) vmbus_hvsock_device_unregister() argument
1682 vmbus_set_chn_rescind_callback(struct vmbus_channel * channel,void (* chn_rescind_cb)(struct vmbus_channel *)) vmbus_set_chn_rescind_callback() argument
[all...]
H A Dvmbus_drv.c119 static u8 channel_monitor_group(const struct vmbus_channel *channel) in channel_pending() argument
109 channel_monitor_group(const struct vmbus_channel * channel) channel_monitor_group() argument
114 channel_monitor_offset(const struct vmbus_channel * channel) channel_monitor_offset() argument
127 channel_latency(const struct vmbus_channel * channel,const struct hv_monitor_page * monitor_page) channel_latency() argument
136 channel_conn_id(struct vmbus_channel * channel,struct hv_monitor_page * monitor_page) channel_conn_id() argument
494 struct vmbus_channel *channel = hv_dev->channel, *cur_sc; channel_vp_mapping_show() local
992 struct vmbus_channel *channel = hv_dev->channel; vmbus_device_release() local
1211 vmbus_force_channel_rescinded(struct vmbus_channel * channel) vmbus_force_channel_rescinded() argument
1266 struct vmbus_channel *channel; vmbus_chan_sched() local
1617 struct vmbus_channel *channel vmbus_chan_release() local
1673 out_mask_show(struct vmbus_channel * channel,char * buf) out_mask_show() argument
1690 in_mask_show(struct vmbus_channel * channel,char * buf) in_mask_show() argument
1707 read_avail_show(struct vmbus_channel * channel,char * buf) read_avail_show() argument
1724 write_avail_show(struct vmbus_channel * channel,char * buf) write_avail_show() argument
1741 target_cpu_show(struct vmbus_channel * channel,char * buf) target_cpu_show() argument
1746 vmbus_channel_set_cpu(struct vmbus_channel * channel,u32 target_cpu) vmbus_channel_set_cpu() argument
1840 target_cpu_store(struct vmbus_channel * channel,const char * buf,size_t count) target_cpu_store() argument
1859 channel_pending_show(struct vmbus_channel * channel,char * buf) channel_pending_show() argument
1868 channel_latency_show(struct vmbus_channel * channel,char * buf) channel_latency_show() argument
1877 channel_interrupts_show(struct vmbus_channel * channel,char * buf) channel_interrupts_show() argument
1883 channel_events_show(struct vmbus_channel * channel,char * buf) channel_events_show() argument
1889 channel_intr_in_full_show(struct vmbus_channel * channel,char * buf) channel_intr_in_full_show() argument
1897 channel_intr_out_empty_show(struct vmbus_channel * channel,char * buf) channel_intr_out_empty_show() argument
1905 channel_out_full_first_show(struct vmbus_channel * channel,char * buf) channel_out_full_first_show() argument
1913 channel_out_full_total_show(struct vmbus_channel * channel,char * buf) channel_out_full_total_show() argument
1921 subchannel_monitor_id_show(struct vmbus_channel * channel,char * buf) subchannel_monitor_id_show() argument
1928 subchannel_id_show(struct vmbus_channel * channel,char * buf) subchannel_id_show() argument
1940 struct vmbus_channel *channel = container_of(kobj, struct vmbus_channel, kobj); hv_mmap_ring_buffer_wrapper() local
1994 const struct vmbus_channel *channel = vmbus_chan_attr_is_visible() local
2010 const struct vmbus_channel *channel = vmbus_chan_bin_attr_is_visible() local
2023 const struct vmbus_channel *channel = vmbus_chan_bin_size() local
2067 hv_create_ring_sysfs(struct vmbus_channel * channel,int (* hv_mmap_prepare_ring_buffer)(struct vmbus_channel * channel,struct vm_area_desc * desc)) hv_create_ring_sysfs() argument
2068 hv_create_ring_sysfs(struct vmbus_channel * channel,int (* hv_mmap_prepare_ring_buffer)(struct vmbus_channel * channel,struct vm_area_desc * desc)) hv_create_ring_sysfs() argument
2088 hv_remove_ring_sysfs(struct vmbus_channel * channel) hv_remove_ring_sysfs() argument
2103 vmbus_add_channel_kobj(struct hv_device * dev,struct vmbus_channel * channel) vmbus_add_channel_kobj() argument
2138 vmbus_remove_channel_attr_group(struct vmbus_channel * channel) vmbus_remove_channel_attr_group() argument
2149 vmbus_device_create(const guid_t * type,const guid_t * instance,struct vmbus_channel * channel) vmbus_device_create() argument
2705 struct vmbus_channel *channel, *sc; vmbus_bus_suspend() local
2779 struct vmbus_channel *channel; vmbus_bus_resume() local
[all...]
/linux/drivers/net/ethernet/sfc/falcon/
H A 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/drivers/tty/serial/jsm/
H A 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/drivers/gpu/drm/nouveau/
H A 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/drivers/hwmon/
H A Dmax6639.c86 static int max6639_temp_read_input(struct device *dev, int channel, long *temp) in max6639_temp_read_input() argument
102 static int max6639_temp_read_fault(struct device *dev, int channel, long *fault) in max6639_temp_read_fault() argument
117 static int max6639_temp_read_max(struct device *dev, int channel, long *max) in max6639_temp_read_max() argument
132 static int max6639_temp_read_crit(struct device *dev, int channel, long *crit) in max6639_temp_read_crit() argument
147 max6639_temp_read_emergency(struct device * dev,int channel,long * emerg) max6639_temp_read_emergency() argument
177 max6639_temp_set_max(struct max6639_data * data,int channel,long val) max6639_temp_set_max() argument
186 max6639_temp_set_crit(struct max6639_data * data,int channel,long val) max6639_temp_set_crit() argument
195 max6639_temp_set_emergency(struct max6639_data * data,int channel,long val) max6639_temp_set_emergency() argument
204 max6639_read_fan(struct device * dev,u32 attr,int channel,long * fan_val) max6639_read_fan() argument
232 max6639_set_ppr(struct max6639_data * data,int channel,u8 ppr) max6639_set_ppr() argument
238 max6639_write_fan(struct device * dev,u32 attr,int channel,long val) max6639_write_fan() argument
260 max6639_fan_is_visible(const void * _data,u32 attr,int channel) max6639_fan_is_visible() argument
273 max6639_read_pwm(struct device * dev,u32 attr,int channel,long * pwm_val) max6639_read_pwm() argument
304 max6639_write_pwm(struct device * dev,u32 attr,int channel,long val) max6639_write_pwm() argument
340 max6639_pwm_is_visible(const void * _data,u32 attr,int channel) max6639_pwm_is_visible() argument
351 max6639_read_temp(struct device * dev,u32 attr,int channel,long * val) max6639_read_temp() argument
396 max6639_write_temp(struct device * dev,u32 attr,int channel,long val) max6639_write_temp() argument
413 max6639_temp_is_visible(const void * _data,u32 attr,int channel) max6639_temp_is_visible() argument
432 max6639_read(struct device * dev,enum hwmon_sensor_types type,u32 attr,int channel,long * val) max6639_read() argument
447 max6639_write(struct device * dev,enum hwmon_sensor_types type,u32 attr,int channel,long val) max6639_write() argument
463 max6639_is_visible(const void * data,enum hwmon_sensor_types type,u32 attr,int channel) max6639_is_visible() argument
[all...]
/linux/sound/soc/sprd/
H A Dsprd-mcdt.c128 static void sprd_mcdt_dac_set_watermark(struct sprd_mcdt_dev *mcdt, u8 channel, in sprd_mcdt_dac_set_watermark() argument
140 static void sprd_mcdt_adc_set_watermark(struct sprd_mcdt_dev *mcdt, u8 channel, in sprd_mcdt_adc_set_watermark() argument
152 static void sprd_mcdt_dac_dma_enable(struct sprd_mcdt_dev *mcdt, u8 channel, in sprd_mcdt_dac_dma_enable() argument
163 static void sprd_mcdt_adc_dma_enable(struct sprd_mcdt_dev *mcdt, u8 channel, in sprd_mcdt_adc_dma_enable() argument
172 sprd_mcdt_ap_int_enable(struct sprd_mcdt_dev * mcdt,u8 channel,bool enable) sprd_mcdt_ap_int_enable() argument
182 sprd_mcdt_dac_write_fifo(struct sprd_mcdt_dev * mcdt,u8 channel,u32 val) sprd_mcdt_dac_write_fifo() argument
190 sprd_mcdt_adc_read_fifo(struct sprd_mcdt_dev * mcdt,u8 channel,u32 * val) sprd_mcdt_adc_read_fifo() argument
198 sprd_mcdt_dac_dma_chn_select(struct sprd_mcdt_dev * mcdt,u8 channel,enum sprd_mcdt_dma_chan dma_chan) sprd_mcdt_dac_dma_chn_select() argument
234 sprd_mcdt_adc_dma_chn_select(struct sprd_mcdt_dev * mcdt,u8 channel,enum sprd_mcdt_dma_chan dma_chan) sprd_mcdt_adc_dma_chn_select() argument
270 sprd_mcdt_dma_ack_shift(u8 channel) sprd_mcdt_dma_ack_shift() argument
295 sprd_mcdt_dac_dma_ack_select(struct sprd_mcdt_dev * mcdt,u8 channel,enum sprd_mcdt_dma_chan dma_chan) sprd_mcdt_dac_dma_ack_select() argument
317 sprd_mcdt_adc_dma_ack_select(struct sprd_mcdt_dev * mcdt,u8 channel,enum sprd_mcdt_dma_chan dma_chan) sprd_mcdt_adc_dma_ack_select() argument
339 sprd_mcdt_chan_fifo_sts(struct sprd_mcdt_dev * mcdt,u8 channel,enum sprd_mcdt_fifo_sts fifo_sts) sprd_mcdt_chan_fifo_sts() argument
388 sprd_mcdt_dac_fifo_clear(struct sprd_mcdt_dev * mcdt,u8 channel) sprd_mcdt_dac_fifo_clear() argument
393 sprd_mcdt_adc_fifo_clear(struct sprd_mcdt_dev * mcdt,u8 channel) sprd_mcdt_adc_fifo_clear() argument
400 sprd_mcdt_dac_fifo_avail(struct sprd_mcdt_dev * mcdt,u8 channel) sprd_mcdt_dac_fifo_avail() argument
413 sprd_mcdt_adc_fifo_avail(struct sprd_mcdt_dev * mcdt,u8 channel) sprd_mcdt_adc_fifo_avail() argument
426 sprd_mcdt_int_type_shift(u8 channel,enum sprd_mcdt_fifo_int int_type) sprd_mcdt_int_type_shift() argument
453 sprd_mcdt_chan_int_en(struct sprd_mcdt_dev * mcdt,u8 channel,enum sprd_mcdt_fifo_int int_type,bool enable) sprd_mcdt_chan_int_en() argument
478 sprd_mcdt_chan_int_clear(struct sprd_mcdt_dev * mcdt,u8 channel,enum sprd_mcdt_fifo_int int_type) sprd_mcdt_chan_int_clear() argument
500 sprd_mcdt_chan_int_sts(struct sprd_mcdt_dev * mcdt,u8 channel,enum sprd_mcdt_fifo_int int_type) sprd_mcdt_chan_int_sts() argument
866 sprd_mcdt_request_chan(u8 channel,enum sprd_mcdt_channel_type type) sprd_mcdt_request_chan() argument
[all...]
/linux/drivers/net/ethernet/synopsys/
H A 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 = timer_container_of(channel, t, in xlgmac_tx_timer() local
387 struct xlgmac_channel *channel; in xlgmac_init_timers() local
401 struct xlgmac_channel *channel; in xlgmac_stop_timers() local
415 struct xlgmac_channel *channel; in xlgmac_napi_enable() local
438 struct xlgmac_channel *channel; in xlgmac_napi_disable() local
[all …]
/linux/drivers/tty/serial/
H A 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/arch/sh/drivers/dma/
H A Ddma-api.c61 struct dma_channel *channel; in get_dma_channel() local
80 struct dma_channel *channel = get_dma_channel(chan); in get_dma_residue() local
91 struct dma_channel *channel = { 0 }; in request_dma() local
116 struct dma_channel *channel = get_dma_channel(chan); in free_dma() local
128 struct dma_channel *channel = get_dma_channel(chan); in dma_wait_for_completion() local
144 struct dma_channel *channel = get_dma_channel(chan); in dma_configure_channel() local
155 struct dma_channel *channel = get_dma_channel(chan); in dma_xfer() local
183 struct dma_channel *channel = info->channels + i; in dma_proc_show() local
/linux/drivers/firmware/tegra/
H A 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/drivers/media/platform/allegro-dvt/
H A Dallegro-core.c311 allegro_channel_get_i_frame_qp(struct allegro_channel *channel) in allegro_channel_get_i_frame_qp()
320 allegro_channel_get_p_frame_qp(struct allegro_channel *channel) in allegro_channel_get_p_frame_qp()
329 allegro_channel_get_b_frame_qp(struct allegro_channel *channel) in allegro_channel_get_b_frame_qp()
338 allegro_channel_get_min_qp(struct allegro_channel *channel) in allegro_channel_get_min_qp()
347 allegro_channel_get_max_qp(struct allegro_channel *channel) in allegro_channel_get_max_qp()
438 struct allegro_channel *channel; in allegro_ref_get_channel_by_user_id() local
457 struct allegro_channel *channel; in allegro_ref_get_channel_by_channel_id() local
474 struct allegro_channel *channel = container_of(ref, struct allegro_channel, ref); in allegro_free_channel() local
479 static int allegro_ref_put_channel(struct allegro_channel *channel) in allegro_ref_put_channel()
484 static inline bool channel_exists(struct allegro_channel *channel) in channel_exists()
[all …]
/linux/drivers/dma/sh/
H A Drz-dmac.c262 static void rz_lmdesc_setup(struct rz_dmac_chan *channel, in rz_dmac_lmdesc_recycle() argument
214 rz_dmac_ch_writel(struct rz_dmac_chan * channel,unsigned int val,unsigned int offset,int which) rz_dmac_ch_writel() argument
223 rz_dmac_ch_readl(struct rz_dmac_chan * channel,unsigned int offset,int which) rz_dmac_ch_readl() argument
237 rz_lmdesc_setup(struct rz_dmac_chan * channel,struct rz_lmdesc * lmdesc) rz_lmdesc_setup() argument
275 rz_dmac_enable_hw(struct rz_dmac_chan * channel) rz_dmac_enable_hw() argument
301 rz_dmac_disable_hw(struct rz_dmac_chan * channel) rz_dmac_disable_hw() argument
334 rz_dmac_prepare_desc_for_memcpy(struct rz_dmac_chan * channel) rz_dmac_prepare_desc_for_memcpy() argument
357 rz_dmac_prepare_descs_for_slave_sg(struct rz_dmac_chan * channel) rz_dmac_prepare_descs_for_slave_sg() argument
443 struct rz_dmac_chan *channel = to_rz_dmac_chan(chan); rz_dmac_alloc_chan_resources() local
465 struct rz_dmac_chan *channel = to_rz_dmac_chan(chan); rz_dmac_free_chan_resources() local
498 struct rz_dmac_chan *channel = to_rz_dmac_chan(chan); rz_dmac_prep_dma_memcpy() local
529 struct rz_dmac_chan *channel = to_rz_dmac_chan(chan); rz_dmac_prep_slave_sg() local
563 struct rz_dmac_chan *channel = to_rz_dmac_chan(chan); rz_dmac_terminate_all() local
582 struct rz_dmac_chan *channel = to_rz_dmac_chan(chan); rz_dmac_issue_pending() local
631 struct rz_dmac_chan *channel = to_rz_dmac_chan(chan); rz_dmac_config() local
670 struct rz_dmac_chan *channel = to_rz_dmac_chan(chan); rz_dmac_device_synchronize() local
694 rz_dmac_calculate_residue_bytes_in_vd(struct rz_dmac_chan * channel,u32 crla) rz_dmac_calculate_residue_bytes_in_vd() argument
718 rz_dmac_chan_get_residue(struct rz_dmac_chan * channel,dma_cookie_t cookie) rz_dmac_chan_get_residue() argument
802 struct rz_dmac_chan *channel = to_rz_dmac_chan(chan); rz_dmac_tx_status() local
831 struct rz_dmac_chan *channel = to_rz_dmac_chan(chan); rz_dmac_device_pause() local
848 struct rz_dmac_chan *channel = to_rz_dmac_chan(chan); rz_dmac_device_resume() local
866 rz_dmac_irq_handle_channel(struct rz_dmac_chan * channel) rz_dmac_irq_handle_channel() argument
891 struct rz_dmac_chan *channel = dev_id; rz_dmac_irq_handler() local
903 struct rz_dmac_chan *channel = dev_id; rz_dmac_irq_handler_thread() local
937 struct rz_dmac_chan *channel = to_rz_dmac_chan(chan); rz_dmac_chan_filter() local
972 rz_dmac_chan_probe(struct rz_dmac * dmac,struct rz_dmac_chan * channel,u8 index) rz_dmac_chan_probe() argument
1215 struct rz_dmac_chan *channel = &dmac->channels[i]; rz_dmac_probe() local
1240 struct rz_dmac_chan *channel = &dmac->channels[i]; rz_dmac_remove() local
[all...]
/linux/drivers/hsi/clients/
H A Dhsi_char.c116 static void hsc_add_tail(struct hsc_channel *channel, struct hsi_msg *msg, in hsc_add_tail()
126 static struct hsi_msg *hsc_get_first_msg(struct hsc_channel *channel, in hsc_get_first_msg()
161 static void hsc_reset_list(struct hsc_channel *channel, struct list_head *l) in hsc_reset_list()
195 static inline int hsc_msgs_alloc(struct hsc_channel *channel) in hsc_msgs_alloc()
228 struct hsc_channel *channel = cl_data->channels + msg->channel; in hsc_rx_completed() local
248 struct hsc_channel *channel = cl_data->channels + msg->channel; in hsc_tx_completed() local
276 struct hsc_channel *channel = cl_data->channels; in hsc_break_received() local
415 struct hsc_channel *channel = file->private_data; in hsc_read() local
474 struct hsc_channel *channel = file->private_data; in hsc_write() local
527 struct hsc_channel *channel = file->private_data; in hsc_ioctl() local
[all …]
/linux/drivers/net/ipa/
H A Dgsi_trans.c221 struct gsi_channel *channel = &trans->gsi->channel[trans->channel_id]; in gsi_trans_map() local
232 gsi_channel_trans_mapped(struct gsi_channel *channel, u32 index) in gsi_channel_trans_mapped()
239 struct gsi_trans *gsi_channel_trans_complete(struct gsi_channel *channel) in gsi_channel_trans_complete()
256 struct gsi_channel *channel = &trans->gsi->channel[trans->channel_id]; in gsi_trans_move_committed() local
266 struct gsi_channel *channel = &trans->gsi->channel[trans->channel_id]; in gsi_trans_move_pending() local
279 struct gsi_channel *channel = &trans->gsi->channel[trans->channel_id]; in gsi_trans_move_complete() local
293 struct gsi_channel *channel = &trans->gsi->channel[trans->channel_id]; in gsi_trans_move_polled() local
339 struct gsi_channel *channel = &gsi->channel[channel_id]; in gsi_channel_trans_alloc() local
547 struct gsi_channel *channel = &trans->gsi->channel[trans->channel_id]; in __gsi_trans_commit() local
644 void gsi_channel_trans_cancel_pending(struct gsi_channel *channel) in gsi_channel_trans_cancel_pending()
[all …]

12345678910>>...35