/linux-4.1.27/drivers/s390/net/ |
D | ctcm_main.h | 130 struct channel { struct 131 struct channel *next; argument 135 * Type of this channel. argument 138 enum ctcm_channel_types type; argument 143 __u16 protocol; /* protocol of this channel (4 = MPC) */ argument 147 struct ccw1 *ccw; 148 struct irb *irb; 152 int max_bufsize; 153 struct sk_buff *trans_skb; /* transmit/receive buffer */ 154 struct sk_buff_head io_queue; /* universal I/O queue */ [all …]
|
D | lcs.c | 116 lcs_alloc_channel(struct lcs_channel *channel) in lcs_alloc_channel() 143 lcs_free_channel(struct lcs_channel *channel) in lcs_free_channel() 158 lcs_cleanup_channel(struct lcs_channel *channel) in lcs_cleanup_channel() 492 lcs_start_channel(struct lcs_channel *channel) in lcs_start_channel() 516 lcs_clear_channel(struct lcs_channel *channel) in lcs_clear_channel() 541 lcs_stop_channel(struct lcs_channel *channel) in lcs_stop_channel() 601 __lcs_get_buffer(struct lcs_channel *channel) in __lcs_get_buffer() 618 lcs_get_buffer(struct lcs_channel *channel) in lcs_get_buffer() 634 __lcs_resume_channel(struct lcs_channel *channel) in __lcs_resume_channel() 660 __lcs_ready_buffer_bits(struct lcs_channel *channel, int index) in __lcs_ready_buffer_bits() [all …]
|
/linux-4.1.27/drivers/ipack/devices/ |
D | ipoctal.c | 52 struct ipoctal_channel channel[NR_CHANNELS]; member 64 static void ipoctal_reset_channel(struct ipoctal_channel *channel) in ipoctal_reset_channel() 76 struct ipoctal_channel *channel; in ipoctal_port_activate() local 91 struct ipoctal_channel *channel = dev_get_drvdata(tty->dev); in ipoctal_open() local 117 static void ipoctal_free_channel(struct ipoctal_channel *channel) in ipoctal_free_channel() 127 struct ipoctal_channel *channel = tty->driver_data; in ipoctal_close() local 136 struct ipoctal_channel *channel = tty->driver_data; in ipoctal_get_icount() local 150 static void ipoctal_irq_rx(struct ipoctal_channel *channel, u8 sr) in ipoctal_irq_rx() 195 static void ipoctal_irq_tx(struct ipoctal_channel *channel) in ipoctal_irq_tx() 213 static void ipoctal_irq_channel(struct ipoctal_channel *channel) in ipoctal_irq_channel() [all …]
|
/linux-4.1.27/drivers/hsi/controllers/ |
D | omap_ssi_regs.h | 46 # define SSI_DATAACCEPT(channel) (1 << (channel)) argument 47 # define SSI_DATAAVAILABLE(channel) (1 << ((channel) + 8)) argument 48 # define SSI_DATAOVERRUN(channel) (1 << ((channel) + 16)) argument 53 # define SSI_GDD_LCH(channel) (1 << (channel)) argument 57 # define SSI_WAKE(channel) (1 << (channel)) argument 75 # define SSI_FULL(channel) (1 << (channel)) argument 84 #define SSI_SST_BUFFER_CH_REG(channel) (0x80 + ((channel) * 4)) argument 85 #define SSI_SST_SWAPBUF_CH_REG(channel) (0xc0 + ((channel) * 4)) argument 95 # define SSI_NOTEMPTY(channel) (1 << (channel)) argument 104 #define SSI_SSR_BUFFER_CH_REG(channel) (0x80 + ((channel) * 4)) argument [all …]
|
/linux-4.1.27/drivers/staging/unisys/visorchannel/ |
D | visorchannel_funcs.c | 151 visorchannel_destroy(struct visorchannel *channel) in visorchannel_destroy() 164 visorchannel_get_physaddr(struct visorchannel *channel) in visorchannel_get_physaddr() 171 visorchannel_get_nbytes(struct visorchannel *channel) in visorchannel_get_nbytes() 186 visorchannel_id(struct visorchannel *channel, char *s) in visorchannel_id() 193 visorchannel_zoneid(struct visorchannel *channel, char *s) in visorchannel_zoneid() 200 visorchannel_get_clientpartition(struct visorchannel *channel) in visorchannel_get_clientpartition() 207 visorchannel_get_uuid(struct visorchannel *channel) in visorchannel_get_uuid() 214 visorchannel_get_memregion(struct visorchannel *channel) in visorchannel_get_memregion() 221 visorchannel_read(struct visorchannel *channel, ulong offset, in visorchannel_read() 236 visorchannel_write(struct visorchannel *channel, ulong offset, in visorchannel_write() [all …]
|
/linux-4.1.27/arch/blackfin/include/asm/ |
D | dma.h | 187 static inline void set_dma_start_addr(unsigned int channel, unsigned long addr) in set_dma_start_addr() 191 static inline void set_dma_next_desc_addr(unsigned int channel, void *addr) in set_dma_next_desc_addr() 195 static inline void set_dma_curr_desc_addr(unsigned int channel, void *addr) in set_dma_curr_desc_addr() 199 static inline void set_dma_x_count(unsigned int channel, unsigned DMA_MMR_SIZE_TYPE x_count) in set_dma_x_count() 203 static inline void set_dma_y_count(unsigned int channel, unsigned DMA_MMR_SIZE_TYPE y_count) in set_dma_y_count() 207 static inline void set_dma_x_modify(unsigned int channel, DMA_MMR_SIZE_TYPE x_modify) in set_dma_x_modify() 211 static inline void set_dma_y_modify(unsigned int channel, DMA_MMR_SIZE_TYPE y_modify) in set_dma_y_modify() 215 static inline void set_dma_config(unsigned int channel, unsigned DMA_MMR_SIZE_TYPE config) in set_dma_config() 219 static inline void set_dma_curr_addr(unsigned int channel, unsigned long addr) in set_dma_curr_addr() 264 static inline unsigned DMA_MMR_SIZE_TYPE get_dma_curr_irqstat(unsigned int channel) in get_dma_curr_irqstat() [all …]
|
/linux-4.1.27/arch/sh/drivers/dma/ |
D | dma-api.c | 79 struct dma_channel *channel; in get_dma_channel() local 98 struct dma_channel *channel = get_dma_channel(chan); in get_dma_residue() local 150 struct dma_channel *channel = &info->channels[i]; in request_dma_bycap() local 169 struct dma_channel *channel = { 0 }; in dmac_search_free_channel() local 196 struct dma_channel *channel = { 0 }; in request_dma() local 221 struct dma_channel *channel = get_dma_channel(chan); in free_dma() local 233 struct dma_channel *channel = get_dma_channel(chan); in dma_wait_for_completion() local 262 struct dma_channel *channel; in register_chan_caps() local 278 struct dma_channel *channel = get_dma_channel(chan); in dma_configure_channel() local 289 struct dma_channel *channel = get_dma_channel(chan); in dma_xfer() local [all …]
|
D | dma-sysfs.c | 34 struct dma_channel *channel = get_dma_channel(i); in dma_show_devices() local 64 struct dma_channel *channel = to_dma_channel(dev); in dma_show_dev_id() local 72 struct dma_channel *channel = to_dma_channel(dev); in dma_store_dev_id() local 83 struct dma_channel *channel = to_dma_channel(dev); in dma_store_config() local 97 struct dma_channel *channel = to_dma_channel(dev); in dma_show_mode() local 105 struct dma_channel *channel = to_dma_channel(dev); in dma_store_mode() local
|
/linux-4.1.27/drivers/tty/serial/jsm/ |
D | jsm_tty.c | 75 struct jsm_channel *channel = in jsm_tty_get_mctrl() local 97 struct jsm_channel *channel = in jsm_tty_set_mctrl() local 126 struct jsm_channel *channel; in jsm_tty_write() local 133 struct jsm_channel *channel = in jsm_tty_start_tx() local 146 struct jsm_channel *channel = in jsm_tty_stop_tx() local 159 struct jsm_channel *channel = in jsm_tty_send_xchar() local 175 struct jsm_channel *channel = in jsm_tty_stop_rx() local 184 struct jsm_channel *channel = in jsm_tty_break() local 199 struct jsm_channel *channel = in jsm_tty_open() local 279 struct jsm_channel *channel = in jsm_tty_close() local [all …]
|
/linux-4.1.27/drivers/tty/serial/ |
D | ip22zilog.c | 54 #define ZS_WSYNC(channel) do { } while (0) argument 112 static unsigned char read_zsreg(struct zilog_channel *channel, in read_zsreg() 125 static void write_zsreg(struct zilog_channel *channel, in write_zsreg() 134 static void ip22zilog_clear_fifo(struct zilog_channel *channel) in ip22zilog_clear_fifo() 161 static void __load_zsregs(struct zilog_channel *channel, unsigned char *regs) in __load_zsregs() 237 struct zilog_channel *channel) in ip22zilog_maybe_update_regs() 252 struct zilog_channel *channel) in ip22zilog_receive_chars() 317 struct zilog_channel *channel) in ip22zilog_status_handle() 359 struct zilog_channel *channel) in ip22zilog_transmit_chars() 434 struct zilog_channel *channel in ip22zilog_interrupt() local [all …]
|
D | sunzilog.c | 59 #define ZS_WSYNC(channel) do { } while (0) argument 129 static unsigned char read_zsreg(struct zilog_channel __iomem *channel, in read_zsreg() 142 static void write_zsreg(struct zilog_channel __iomem *channel, in write_zsreg() 151 static void sunzilog_clear_fifo(struct zilog_channel __iomem *channel) in sunzilog_clear_fifo() 178 static int __load_zsregs(struct zilog_channel __iomem *channel, unsigned char *regs) in __load_zsregs() 272 struct zilog_channel __iomem *channel) in sunzilog_maybe_update_regs() 328 struct zilog_channel __iomem *channel) in sunzilog_receive_chars() 406 struct zilog_channel __iomem *channel) in sunzilog_status_handle() 457 struct zilog_channel __iomem *channel) in sunzilog_transmit_chars() 533 struct zilog_channel __iomem *channel in sunzilog_interrupt() local [all …]
|
/linux-4.1.27/drivers/net/ethernet/sfc/ |
D | efx.c | 244 static int efx_process_channel(struct efx_channel *channel, int budget) in efx_process_channel() 270 struct efx_channel *channel = in efx_poll() local 326 static int efx_probe_eventq(struct efx_channel *channel) in efx_probe_eventq() 344 static int efx_init_eventq(struct efx_channel *channel) in efx_init_eventq() 364 void efx_start_eventq(struct efx_channel *channel) in efx_start_eventq() 379 void efx_stop_eventq(struct efx_channel *channel) in efx_stop_eventq() 390 static void efx_fini_eventq(struct efx_channel *channel) in efx_fini_eventq() 402 static void efx_remove_eventq(struct efx_channel *channel) in efx_remove_eventq() 420 struct efx_channel *channel; in efx_alloc_channel() local 454 struct efx_channel *channel; in efx_copy_channel() local [all …]
|
D | efx.h | 45 static inline void efx_rx_flush_packet(struct efx_channel *channel) in efx_rx_flush_packet() 159 static inline void efx_filter_rfs_expire(struct efx_channel *channel) in efx_filter_rfs_expire() 167 static inline void efx_filter_rfs_expire(struct efx_channel *channel) {} in efx_filter_rfs_expire() 223 static inline void efx_schedule_channel(struct efx_channel *channel) in efx_schedule_channel() 232 static inline void efx_schedule_channel_irq(struct efx_channel *channel) in efx_schedule_channel_irq()
|
D | rx.c | 244 static void efx_recycle_rx_page(struct efx_channel *channel, in efx_recycle_rx_page() 292 static void efx_recycle_rx_pages(struct efx_channel *channel, in efx_recycle_rx_pages() 304 static void efx_discard_rx_packet(struct efx_channel *channel, in efx_discard_rx_packet() 426 efx_rx_packet_gro(struct efx_channel *channel, struct efx_rx_buffer *rx_buf, in efx_rx_packet_gro() 473 static struct sk_buff *efx_rx_mk_skb(struct efx_channel *channel, in efx_rx_mk_skb() 534 struct efx_channel *channel = efx_rx_queue_channel(rx_queue); in efx_rx_packet() local 617 static void efx_rx_deliver(struct efx_channel *channel, u8 *eh, in efx_rx_deliver() 650 void __efx_rx_packet(struct efx_channel *channel) in __efx_rx_packet() 844 struct efx_channel *channel; in efx_filter_rfs() local
|
D | farch.c | 612 struct efx_channel *channel; in efx_check_tx_flush_complete() local 655 struct efx_channel *channel; in efx_farch_do_flush() local 724 struct efx_channel *channel; in efx_farch_fini_dmaq() local 783 void efx_farch_ev_read_ack(struct efx_channel *channel) in efx_farch_ev_read_ack() 815 static void efx_farch_magic_event(struct efx_channel *channel, u32 magic) in efx_farch_magic_event() 831 efx_farch_handle_tx_event(struct efx_channel *channel, efx_qword_t *event) in efx_farch_handle_tx_event() 876 struct efx_channel *channel = efx_rx_queue_channel(rx_queue); in efx_farch_handle_rx_not_ok() local 955 struct efx_channel *channel = efx_rx_queue_channel(rx_queue); in efx_farch_handle_rx_bad_index() local 985 efx_farch_handle_rx_event(struct efx_channel *channel, const efx_qword_t *event) in efx_farch_handle_rx_event() 1119 struct efx_channel *channel; in efx_farch_handle_rx_flush_done() local [all …]
|
D | ef10.c | 358 struct efx_channel *channel; in efx_ef10_link_piobufs() local 1018 static void efx_ef10_push_irq_moderation(struct efx_channel *channel) in efx_ef10_push_irq_moderation() 1168 struct efx_channel *channel; in efx_ef10_legacy_interrupt() local 1238 struct efx_channel *channel = tx_queue->channel; in efx_ef10_tx_init() local 1502 struct efx_channel *channel = efx_rx_queue_channel(rx_queue); in efx_ef10_rx_init() local 1614 struct efx_channel *channel = efx_rx_queue_channel(rx_queue); in efx_ef10_rx_defer_refill() local 1643 static int efx_ef10_ev_probe(struct efx_channel *channel) in efx_ef10_ev_probe() 1651 static int efx_ef10_ev_init(struct efx_channel *channel) in efx_ef10_ev_init() 1705 static void efx_ef10_ev_fini(struct efx_channel *channel) in efx_ef10_ev_fini() 1728 static void efx_ef10_ev_remove(struct efx_channel *channel) in efx_ef10_ev_remove() [all …]
|
D | net_driver.h | 230 struct efx_channel *channel; member 424 int channel; member 482 static inline void efx_channel_init_lock(struct efx_channel *channel) in efx_channel_init_lock() 488 static inline bool efx_channel_lock_napi(struct efx_channel *channel) in efx_channel_lock_napi() 505 static inline void efx_channel_unlock_napi(struct efx_channel *channel) in efx_channel_unlock_napi() 516 static inline bool efx_channel_lock_poll(struct efx_channel *channel) in efx_channel_lock_poll() 533 static inline void efx_channel_unlock_poll(struct efx_channel *channel) in efx_channel_unlock_poll() 544 static inline bool efx_channel_busy_polling(struct efx_channel *channel) in efx_channel_busy_polling() 550 static inline void efx_channel_enable(struct efx_channel *channel) in efx_channel_enable() 558 static inline bool efx_channel_disable(struct efx_channel *channel) in efx_channel_disable() [all …]
|
D | nic.c | 57 bool efx_nic_event_present(struct efx_channel *channel) in efx_nic_event_present() 62 void efx_nic_event_test_start(struct efx_channel *channel) in efx_nic_event_test_start() 81 struct efx_channel *channel; in efx_nic_init_interrupt() local 152 struct efx_channel *channel; in efx_nic_fini_interrupt() local
|
D | selftest.c | 167 struct efx_channel *channel; in efx_test_eventq_irq() local 605 struct efx_channel *channel = in efx_test_loopbacks() local 758 struct efx_channel *channel; in efx_selftest_async_start() local 774 struct efx_channel *channel; in efx_selftest_async_work() local
|
D | nic.h | 42 static inline efx_qword_t *efx_event(struct efx_channel *channel, in efx_event() 593 static inline void efx_siena_sriov_event(struct efx_channel *channel, in efx_siena_sriov_event() 644 static inline void efx_rx_skb_attach_timestamp(struct efx_channel *channel, in efx_rx_skb_attach_timestamp() 708 static inline int efx_nic_probe_eventq(struct efx_channel *channel) in efx_nic_probe_eventq() 712 static inline int efx_nic_init_eventq(struct efx_channel *channel) in efx_nic_init_eventq() 716 static inline void efx_nic_fini_eventq(struct efx_channel *channel) in efx_nic_fini_eventq() 720 static inline void efx_nic_remove_eventq(struct efx_channel *channel) in efx_nic_remove_eventq() 725 efx_nic_process_eventq(struct efx_channel *channel, int quota) in efx_nic_process_eventq() 729 static inline void efx_nic_eventq_read_ack(struct efx_channel *channel) in efx_nic_eventq_read_ack() 817 static inline int efx_nic_event_test_irq_cpu(struct efx_channel *channel) in efx_nic_event_test_irq_cpu()
|
D | ethtool.c | 263 struct efx_channel *channel = in efx_fill_loopback_test() local 306 struct efx_channel *channel; in efx_ethtool_fill_self_tests() local 365 struct efx_channel *channel; in efx_describe_per_queue_stats() local 444 struct efx_channel *channel; in efx_ethtool_get_stats() local 611 struct efx_channel *channel; in efx_ethtool_set_coalesce() local
|
/linux-4.1.27/drivers/net/wireless/ipw2x00/ |
D | libipw_geo.c | 45 int libipw_is_valid_channel(struct libipw_device *ieee, u8 channel) in libipw_is_valid_channel() 74 int libipw_channel_to_index(struct libipw_device *ieee, u8 channel) in libipw_channel_to_index() 96 u32 libipw_channel_to_freq(struct libipw_device * ieee, u8 channel) in libipw_channel_to_freq() 153 u8 libipw_get_channel_flags(struct libipw_device * ieee, u8 channel) in libipw_get_channel_flags() 173 *ieee, u8 channel) in libipw_get_channel()
|
/linux-4.1.27/arch/mips/jazz/ |
D | jazzdma.c | 357 void vdma_enable(int channel) in vdma_enable() 395 void vdma_disable(int channel) in vdma_disable() 438 void vdma_set_mode(int channel, int mode) in vdma_set_mode() 501 void vdma_set_addr(int channel, long addr) in vdma_set_addr() 515 void vdma_set_count(int channel, int count) in vdma_set_count() 529 int vdma_get_residue(int channel) in vdma_get_residue() 545 int vdma_get_enable(int channel) in vdma_get_enable()
|
/linux-4.1.27/drivers/hwmon/ |
D | max197.c | 59 static inline void max197_set_unipolarity(struct max197_data *data, int channel) in max197_set_unipolarity() 64 static inline void max197_set_bipolarity(struct max197_data *data, int channel) in max197_set_bipolarity() 69 static inline void max197_set_half_range(struct max197_data *data, int channel) in max197_set_half_range() 74 static inline void max197_set_full_range(struct max197_data *data, int channel) in max197_set_full_range() 79 static inline bool max197_is_bipolar(struct max197_data *data, int channel) in max197_is_bipolar() 84 static inline bool max197_is_full_range(struct max197_data *data, int channel) in max197_is_full_range() 95 int channel = attr->index; in max197_show_range() local 123 int channel = attr->index; in max197_store_range() local 178 int channel = attr->index; in max197_show_input() local
|
D | da9055-hwmon.c | 61 unsigned char channel) in da9055_adc_manual_read() 121 static inline int volt_reg_to_mv(int value, int channel) in volt_reg_to_mv() 129 static int da9055_enable_auto_mode(struct da9055 *da9055, int channel) in da9055_enable_auto_mode() 137 static int da9055_disable_auto_mode(struct da9055 *da9055, int channel) in da9055_disable_auto_mode() 148 int channel = to_sensor_dev_attr(devattr)->index; in da9055_read_auto_ch() local
|
D | wm831x-hwmon.c | 46 int channel = to_sensor_dev_attr(attr)->index; in show_voltage() local 60 int channel = to_sensor_dev_attr(attr)->index; in show_chip_temp() local 77 int channel = to_sensor_dev_attr(attr)->index; in show_label() local
|
D | wm8350-hwmon.c | 41 int channel = to_sensor_dev_attr(attr)->index; in show_voltage() local 53 int channel = to_sensor_dev_attr(attr)->index; in show_label() local
|
D | max1111.c | 52 static int max1111_read(struct device *dev, int channel) in max1111_read() 86 int max1111_read_channel(int channel) in max1111_read_channel() 108 int channel = to_sensor_dev_attr(attr)->index; in show_adc() local
|
D | ads1015.c | 73 static int ads1015_read_adc(struct i2c_client *client, unsigned int channel) in ads1015_read_adc() 123 static int ads1015_reg_to_mv(struct i2c_client *client, unsigned int channel, in ads1015_reg_to_mv() 188 unsigned int channel; in ads1015_get_channels_config_of() local
|
D | pcf8591.c | 91 #define show_in_channel(channel) \ argument 273 static int pcf8591_read_channel(struct device *dev, int channel) in pcf8591_read_channel()
|
D | s3c-hwmon.c | 71 struct s3c_hwmon *hwmon, int channel) in s3c_hwmon_read_ch() 222 int channel) in s3c_hwmon_create_attr()
|
/linux-4.1.27/drivers/gpu/host1x/ |
D | channel.c | 48 struct host1x_channel *host1x_channel_get(struct host1x_channel *channel) in host1x_channel_get() 66 void host1x_channel_put(struct host1x_channel *channel) in host1x_channel_put() 87 struct host1x_channel *channel = NULL; in host1x_channel_request() local 123 void host1x_channel_free(struct host1x_channel *channel) in host1x_channel_free()
|
D | channel.h | 43 #define host1x_for_each_channel(host, channel) \ argument
|
/linux-4.1.27/drivers/net/ethernet/neterion/vxge/ |
D | vxge-traffic.c | 293 void vxge_hw_channel_msix_mask(struct __vxge_hw_channel *channel, int msix_id) in vxge_hw_channel_msix_mask() 311 vxge_hw_channel_msix_unmask(struct __vxge_hw_channel *channel, int msix_id) in vxge_hw_channel_msix_unmask() 329 void vxge_hw_channel_msix_clear(struct __vxge_hw_channel *channel, int msix_id) in vxge_hw_channel_msix_clear() 1005 vxge_hw_channel_dtr_alloc(struct __vxge_hw_channel *channel, void **dtrh) in vxge_hw_channel_dtr_alloc() 1051 vxge_hw_channel_dtr_post(struct __vxge_hw_channel *channel, void *dtrh) in vxge_hw_channel_dtr_post() 1071 vxge_hw_channel_dtr_try_complete(struct __vxge_hw_channel *channel, void **dtrh) in vxge_hw_channel_dtr_try_complete() 1086 void vxge_hw_channel_dtr_complete(struct __vxge_hw_channel *channel) in vxge_hw_channel_dtr_complete() 1105 void vxge_hw_channel_dtr_free(struct __vxge_hw_channel *channel, void *dtrh) in vxge_hw_channel_dtr_free() 1117 int vxge_hw_channel_dtr_count(struct __vxge_hw_channel *channel) in vxge_hw_channel_dtr_count() 1141 struct __vxge_hw_channel *channel; in vxge_hw_ring_rxd_reserve() local [all …]
|
/linux-4.1.27/drivers/hv/ |
D | channel.c | 41 static void vmbus_setevent(struct vmbus_channel *channel) in vmbus_setevent() 362 int vmbus_establish_gpadl(struct vmbus_channel *channel, void *kbuffer, in vmbus_establish_gpadl() 438 int vmbus_teardown_gpadl(struct vmbus_channel *channel, u32 gpadl_handle) in vmbus_teardown_gpadl() 482 struct vmbus_channel *channel = arg; in reset_channel_cb() local 487 static int vmbus_close_internal(struct vmbus_channel *channel) in vmbus_close_internal() 555 void vmbus_close(struct vmbus_channel *channel) in vmbus_close() 584 int vmbus_sendpacket_ctl(struct vmbus_channel *channel, void *buffer, in vmbus_sendpacket_ctl() 647 int vmbus_sendpacket(struct vmbus_channel *channel, void *buffer, in vmbus_sendpacket() 663 int vmbus_sendpacket_pagebuffer_ctl(struct vmbus_channel *channel, in vmbus_sendpacket_pagebuffer_ctl() 740 int vmbus_sendpacket_pagebuffer(struct vmbus_channel *channel, in vmbus_sendpacket_pagebuffer() [all …]
|
D | channel_mgmt.c | 137 struct vmbus_channel *channel; in alloc_channel() local 156 static void free_channel(struct vmbus_channel *channel) in free_channel() 163 struct vmbus_channel *channel = arg; in percpu_channel_enq() local 171 struct vmbus_channel *channel = arg; in percpu_channel_deq() local 177 void hv_process_channel_removal(struct vmbus_channel *channel, u32 relid) in hv_process_channel_removal() 215 struct vmbus_channel *channel; in vmbus_free_channels() local 229 struct vmbus_channel *channel; in vmbus_process_offer() local 388 static void init_vp_index(struct vmbus_channel *channel, const uuid_le *type_guid) in init_vp_index() 482 struct vmbus_channel *channel; in vmbus_onoffer_rescind() local
|
D | connection.c | 254 struct vmbus_channel *channel; in pcpu_relid2channel() local 275 struct vmbus_channel *channel; in relid2channel() local 310 struct vmbus_channel *channel; in process_chn_event() local 468 int vmbus_set_event(struct vmbus_channel *channel) in vmbus_set_event()
|
D | hv_util.c | 104 struct vmbus_channel *channel = context; in shutdown_onchannelcallback() local 235 struct vmbus_channel *channel = context; in timesync_onchannelcallback() local 278 struct vmbus_channel *channel = context; in heartbeat_onchannelcallback() local
|
D | hv_kvp.c | 130 static void poll_channel(struct vmbus_channel *channel) in poll_channel() 477 struct vmbus_channel *channel; in kvp_respond_to_host() local 604 struct vmbus_channel *channel = context; in hv_kvp_onchannelcallback() local
|
D | hv_snapshot.c | 135 struct vmbus_channel *channel; in vss_respond_to_host() local 185 struct vmbus_channel *channel = context; in hv_vss_onchannelcallback() local
|
D | vmbus_drv.c | 97 static u8 channel_monitor_group(struct vmbus_channel *channel) in channel_monitor_group() 102 static u8 channel_monitor_offset(struct vmbus_channel *channel) in channel_monitor_offset() 107 static u32 channel_pending(struct vmbus_channel *channel, in channel_pending() 114 static u32 channel_latency(struct vmbus_channel *channel, in channel_latency() 122 static u32 channel_conn_id(struct vmbus_channel *channel, in channel_conn_id() 919 struct vmbus_channel *channel) in vmbus_device_create()
|
D | hv_fcopy.c | 177 struct vmbus_channel *channel; in fcopy_respond_to_host() local 212 struct vmbus_channel *channel = context; in hv_fcopy_onchannelcallback() local
|
/linux-4.1.27/drivers/isdn/sc/ |
D | command.c | 161 static int dial(int card, unsigned long channel, setup_parm setup) in dial() 191 static int answer(int card, unsigned long channel) in answer() 212 static int hangup(int card, unsigned long channel) in hangup() 238 int protocol, channel; in setl2() local 267 static int setl3(int card, unsigned long channel) in setl3() 280 static int acceptb(int card, unsigned long channel) in acceptb()
|
D | interrupt.c | 31 int channel; in interrupt_handler() local
|
D | packet.c | 23 int sndpkt(int devId, int channel, int ack, struct sk_buff *data) in sndpkt()
|
/linux-4.1.27/drivers/usb/musb/ |
D | musbhsdma.c | 45 struct dma_channel *channel; in dma_controller_stop() local 70 struct dma_channel *channel = NULL; in dma_channel_allocate() local 95 static void dma_channel_release(struct dma_channel *channel) in dma_channel_release() 109 static void configure_channel(struct dma_channel *channel, in configure_channel() 147 static int dma_channel_program(struct dma_channel *channel, in dma_channel_program() 194 static int dma_channel_abort(struct dma_channel *channel) in dma_channel_abort() 245 struct dma_channel *channel; in dma_controller_irq() local
|
D | ux500_dma.c | 43 struct dma_channel channel; member 65 struct dma_channel *channel = private_data; in ux500_dma_callback() local 82 static bool ux500_configure_channel(struct dma_channel *channel, in ux500_configure_channel() 175 static void ux500_dma_channel_release(struct dma_channel *channel) in ux500_dma_channel_release() 189 static int ux500_dma_is_compatible(struct dma_channel *channel, in ux500_dma_is_compatible() 201 static int ux500_dma_channel_program(struct dma_channel *channel, in ux500_dma_channel_program() 222 static int ux500_dma_channel_abort(struct dma_channel *channel) in ux500_dma_channel_abort() 257 struct dma_channel *channel; in ux500_dma_controller_stop() local
|
D | musb_cppi41.c | 26 struct dma_channel channel; member 225 struct dma_channel *channel = private_data; in cppi41_dma_callback() local 366 static bool cppi41_configure_channel(struct dma_channel *channel, in cppi41_configure_channel() 467 static void cppi41_dma_channel_release(struct dma_channel *channel) in cppi41_dma_channel_release() 478 static int cppi41_dma_channel_program(struct dma_channel *channel, in cppi41_dma_channel_program() 509 static int cppi41_is_compatible(struct dma_channel *channel, u16 maxpacket, in cppi41_is_compatible() 528 static int cppi41_dma_channel_abort(struct dma_channel *channel) in cppi41_dma_channel_abort()
|
D | tusb6010_omap.c | 109 struct dma_channel *channel = (struct dma_channel *)data; in tusb_omap_dma_cb() local 208 static int tusb_omap_dma_program(struct dma_channel *channel, u16 packet_sz, in tusb_omap_dma_program() 411 static int tusb_omap_dma_abort(struct dma_channel *channel) in tusb_omap_dma_abort() 495 struct dma_channel *channel = NULL; in tusb_omap_dma_allocate() local 591 static void tusb_omap_dma_release(struct dma_channel *channel) in tusb_omap_dma_release()
|
/linux-4.1.27/drivers/hsi/clients/ |
D | hsi_char.c | 129 static void hsc_add_tail(struct hsc_channel *channel, struct hsi_msg *msg, in hsc_add_tail() 139 static struct hsi_msg *hsc_get_first_msg(struct hsc_channel *channel, in hsc_get_first_msg() 174 static void hsc_reset_list(struct hsc_channel *channel, struct list_head *l) in hsc_reset_list() 208 static inline int hsc_msgs_alloc(struct hsc_channel *channel) in hsc_msgs_alloc() 241 struct hsc_channel *channel = cl_data->channels + msg->channel; in hsc_rx_completed() local 261 struct hsc_channel *channel = cl_data->channels + msg->channel; in hsc_tx_completed() local 289 struct hsc_channel *channel = cl_data->channels; in hsc_break_received() local 428 struct hsc_channel *channel = file->private_data; in hsc_read() local 487 struct hsc_channel *channel = file->private_data; in hsc_write() local 540 struct hsc_channel *channel = file->private_data; in hsc_ioctl() local [all …]
|
/linux-4.1.27/sound/soc/tegra/ |
D | tegra30_ahub.c | 101 int channel; in tegra30_ahub_allocate_rx_fifo() local 153 int channel = rxcif - TEGRA30_AHUB_RXCIF_APBIF_RX0; in tegra30_ahub_enable_rx_fifo() local 172 int channel = rxcif - TEGRA30_AHUB_RXCIF_APBIF_RX0; in tegra30_ahub_disable_rx_fifo() local 191 int channel = rxcif - TEGRA30_AHUB_RXCIF_APBIF_RX0; in tegra30_ahub_free_rx_fifo() local 203 int channel; in tegra30_ahub_allocate_tx_fifo() local 255 int channel = txcif - TEGRA30_AHUB_TXCIF_APBIF_TX0; in tegra30_ahub_enable_tx_fifo() local 274 int channel = txcif - TEGRA30_AHUB_TXCIF_APBIF_TX0; in tegra30_ahub_disable_tx_fifo() local 293 int channel = txcif - TEGRA30_AHUB_TXCIF_APBIF_TX0; in tegra30_ahub_free_tx_fifo() local 304 int channel = rxcif - TEGRA30_AHUB_RXCIF_APBIF_RX0; in tegra30_ahub_set_rx_cif_source() local 321 int channel = rxcif - TEGRA30_AHUB_RXCIF_APBIF_RX0; in tegra30_ahub_unset_rx_cif_source() local
|
/linux-4.1.27/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-drv.c | 135 struct xgbe_channel *channel_mem, *channel; in xgbe_alloc_channels() local 232 static int xgbe_maybe_stop_tx_queue(struct xgbe_channel *channel, in xgbe_maybe_stop_tx_queue() 275 struct xgbe_channel *channel; in xgbe_enable_rx_tx_ints() local 297 struct xgbe_channel *channel; in xgbe_disable_rx_tx_ints() local 320 struct xgbe_channel *channel; in xgbe_isr() local 397 struct xgbe_channel *channel = data; in xgbe_dma_isr() local 415 struct xgbe_channel *channel = (struct xgbe_channel *)data; in xgbe_tx_timer() local 441 struct xgbe_channel *channel; in xgbe_init_tx_timers() local 461 struct xgbe_channel *channel; in xgbe_stop_tx_timers() local 579 struct xgbe_channel *channel; in xgbe_napi_enable() local [all …]
|
D | xgbe-dev.c | 174 struct xgbe_channel *channel; in xgbe_config_pblx8() local 192 struct xgbe_channel *channel; in xgbe_config_tx_pbl_val() local 214 struct xgbe_channel *channel; in xgbe_config_rx_pbl_val() local 231 struct xgbe_channel *channel; in xgbe_config_osp_mode() local 290 struct xgbe_channel *channel; in xgbe_config_rx_coalesce() local 312 struct xgbe_channel *channel; in xgbe_config_rx_buffer_size() local 327 struct xgbe_channel *channel; in xgbe_config_tso_mode() local 341 struct xgbe_channel *channel; in xgbe_config_sph_mode() local 600 struct xgbe_channel *channel; in xgbe_enable_dma_interrupts() local 1090 static void xgbe_tx_desc_init(struct xgbe_channel *channel) in xgbe_tx_desc_init() [all …]
|
D | xgbe-desc.c | 174 struct xgbe_channel *channel; in xgbe_free_ring_resources() local 221 struct xgbe_channel *channel; in xgbe_alloc_ring_resources() local 351 struct xgbe_channel *channel; in xgbe_wrapper_tx_descriptor_init() local 392 struct xgbe_channel *channel; in xgbe_wrapper_rx_descriptor_init() local 487 static int xgbe_map_tx_skb(struct xgbe_channel *channel, struct sk_buff *skb) in xgbe_map_tx_skb()
|
/linux-4.1.27/drivers/video/fbdev/omap2/dss/ |
D | dispc.h | 118 static inline u16 DISPC_DEFAULT_COLOR(enum omap_channel channel) in DISPC_DEFAULT_COLOR() 135 static inline u16 DISPC_TRANS_COLOR(enum omap_channel channel) in DISPC_TRANS_COLOR() 152 static inline u16 DISPC_TIMING_H(enum omap_channel channel) in DISPC_TIMING_H() 170 static inline u16 DISPC_TIMING_V(enum omap_channel channel) in DISPC_TIMING_V() 188 static inline u16 DISPC_POL_FREQ(enum omap_channel channel) in DISPC_POL_FREQ() 206 static inline u16 DISPC_DIVISORo(enum omap_channel channel) in DISPC_DIVISORo() 225 static inline u16 DISPC_SIZE_MGR(enum omap_channel channel) in DISPC_SIZE_MGR() 242 static inline u16 DISPC_DATA_CYCLE1(enum omap_channel channel) in DISPC_DATA_CYCLE1() 260 static inline u16 DISPC_DATA_CYCLE2(enum omap_channel channel) in DISPC_DATA_CYCLE2() 278 static inline u16 DISPC_DATA_CYCLE3(enum omap_channel channel) in DISPC_DATA_CYCLE3() [all …]
|
D | dispc.c | 258 static u32 mgr_fld_read(enum omap_channel channel, enum mgr_reg_fields regfld) in mgr_fld_read() 264 static void mgr_fld_write(enum omap_channel channel, in mgr_fld_write() 536 u32 dispc_mgr_get_vsync_irq(enum omap_channel channel) in dispc_mgr_get_vsync_irq() 542 u32 dispc_mgr_get_framedone_irq(enum omap_channel channel) in dispc_mgr_get_framedone_irq() 551 u32 dispc_mgr_get_sync_lost_irq(enum omap_channel channel) in dispc_mgr_get_sync_lost_irq() 562 bool dispc_mgr_go_busy(enum omap_channel channel) in dispc_mgr_go_busy() 568 void dispc_mgr_go(enum omap_channel channel) in dispc_mgr_go() 925 void dispc_ovl_set_channel_out(enum omap_plane plane, enum omap_channel channel) in dispc_ovl_set_channel_out() 987 enum omap_channel channel; in dispc_ovl_get_channel_out() local 1024 void dispc_wb_set_channel_in(enum dss_writeback_channel channel) in dispc_wb_set_channel_in() [all …]
|
D | dss.c | 197 enum omap_channel channel) in dss_ctrl_pll_set_control_mux() 451 void dss_select_lcd_clk_source(enum omap_channel channel, in dss_select_lcd_clk_source() 498 enum omap_dss_clk_source dss_get_lcd_clk_source(enum omap_channel channel) in dss_get_lcd_clk_source() 653 static int dss_dpi_select_source_omap2_omap3(int port, enum omap_channel channel) in dss_dpi_select_source_omap2_omap3() 661 static int dss_dpi_select_source_omap4(int port, enum omap_channel channel) in dss_dpi_select_source_omap4() 681 static int dss_dpi_select_source_omap5(int port, enum omap_channel channel) in dss_dpi_select_source_omap5() 707 static int dss_dpi_select_source_dra7xx(int port, enum omap_channel channel) in dss_dpi_select_source_dra7xx() 727 int dss_dpi_select_source(int port, enum omap_channel channel) in dss_dpi_select_source()
|
D | dsi.c | 643 static void print_irq_status_vc(int channel, u32 status) in print_irq_status_vc() 1048 static int dsi_register_isr_vc(struct platform_device *dsidev, int channel, in dsi_register_isr_vc() 1069 static int dsi_unregister_isr_vc(struct platform_device *dsidev, int channel, in dsi_unregister_isr_vc() 2289 static bool dsi_vc_is_enabled(struct platform_device *dsidev, int channel) in dsi_vc_is_enabled() 2299 const int channel = dsi->update_channel; in dsi_packet_sent_handler_vp() local 2306 static int dsi_sync_vc_vp(struct platform_device *dsidev, int channel) in dsi_sync_vc_vp() 2350 const int channel = dsi->update_channel; in dsi_packet_sent_handler_l4() local 2356 static int dsi_sync_vc_l4(struct platform_device *dsidev, int channel) in dsi_sync_vc_l4() 2391 static int dsi_sync_vc(struct platform_device *dsidev, int channel) in dsi_sync_vc() 2413 static int dsi_vc_enable(struct platform_device *dsidev, int channel, in dsi_vc_enable() [all …]
|
D | dispc-compat.c | 468 static void dispc_mgr_enable_lcd_out(enum omap_channel channel) in dispc_mgr_enable_lcd_out() 473 static void dispc_mgr_disable_lcd_out(enum omap_channel channel) in dispc_mgr_disable_lcd_out() 617 void dispc_mgr_enable_sync(enum omap_channel channel) in dispc_mgr_enable_sync() 627 void dispc_mgr_disable_sync(enum omap_channel channel) in dispc_mgr_disable_sync()
|
/linux-4.1.27/arch/sh/include/cpu-sh3/cpu/ |
D | dac.h | 17 static __inline__ void sh_dac_enable(int channel) in sh_dac_enable() 26 static __inline__ void sh_dac_disable(int channel) in sh_dac_disable() 35 static __inline__ void sh_dac_output(u8 value, int channel) in sh_dac_output()
|
/linux-4.1.27/drivers/staging/comedi/drivers/ |
D | unioxx5.c | 109 static void __unioxx5_analog_config(struct unioxx5_subd_priv *usp, int channel) in __unioxx5_analog_config() 137 unsigned int *data, int channel, int minor) in __unioxx5_digital_read() 162 unsigned int *data, int channel, int minor) in __unioxx5_analog_read() 205 unsigned int *data, int channel, int minor) in __unioxx5_digital_write() 236 unsigned int *data, int channel, int minor) in __unioxx5_analog_write() 279 int channel, type; in unioxx5_subdev_read() local 301 int channel, type; in unioxx5_subdev_write() local 323 int channel_offset, flags, channel = CR_CHAN(insn->chanspec), type; in unioxx5_insn_config() local
|
D | jr3_pci.c | 103 struct jr3_channel __iomem *channel; member 134 static int is_complete(struct jr3_channel __iomem *channel) in is_complete() 139 static void set_transforms(struct jr3_channel __iomem *channel, in set_transforms() 157 static void use_transform(struct jr3_channel __iomem *channel, in use_transform() 163 static void use_offset(struct jr3_channel __iomem *channel, short offset_num) in use_offset() 168 static void set_offset(struct jr3_channel __iomem *channel) in set_offset() 182 static void set_full_scales(struct jr3_channel __iomem *channel, in set_full_scales() 194 static struct six_axis_t get_min_full_scales(struct jr3_channel __iomem in get_min_full_scales() 208 static struct six_axis_t get_max_full_scales(struct jr3_channel __iomem in get_max_full_scales() 455 struct jr3_channel __iomem *channel; in jr3_pci_poll_subdevice() local
|
D | cb_pcidda.c | 67 #define CAL_CHANNEL_BITS(channel) (((channel) << 1) & CAL_CHANNEL_MASK) argument 233 unsigned int caldac, unsigned int channel, in cb_pcidda_write_caldac() 266 static void cb_pcidda_calibrate(struct comedi_device *dev, unsigned int channel, in cb_pcidda_calibrate() 300 unsigned int channel = CR_CHAN(insn->chanspec); in cb_pcidda_ao_insn_write() local
|
D | cb_pcidas64.c | 142 static inline unsigned int dac_convert_reg(unsigned int channel) in dac_convert_reg() 147 static inline unsigned int dac_lsb_4020_reg(unsigned int channel) in dac_lsb_4020_reg() 152 static inline unsigned int dac_msb_4020_reg(unsigned int channel) in dac_msb_4020_reg() 277 static inline uint16_t adc_lo_chan_4020_bits(unsigned int channel) in adc_lo_chan_4020_bits() 282 static inline uint16_t adc_hi_chan_4020_bits(unsigned int channel) in adc_hi_chan_4020_bits() 319 static inline uint16_t adc_convert_chan_4020_bits(unsigned int channel) in adc_convert_chan_4020_bits() 333 static inline uint16_t adc_chan_bits(unsigned int channel) in adc_chan_bits() 419 static inline uint8_t attenuate_bit(unsigned int channel) in attenuate_bit() 1196 uint16_t *bits, unsigned int channel, in set_dac_range_bits() 1216 static void abort_dma(struct comedi_device *dev, unsigned int channel) in abort_dma() [all …]
|
/linux-4.1.27/sound/oss/ |
D | midi_synth.c | 283 midi_synth_kill_note(int dev, int channel, int note, int velocity) in midi_synth_kill_note() 350 midi_synth_set_instr(int dev, int channel, int instr_no) in midi_synth_set_instr() 373 midi_synth_start_note(int dev, int channel, int note, int velocity) in midi_synth_start_note() 554 void midi_synth_panning(int dev, int channel, int pressure) in midi_synth_panning() 559 void midi_synth_aftertouch(int dev, int channel, int pressure) in midi_synth_aftertouch() 591 midi_synth_controller(int dev, int channel, int ctrl_num, int value) in midi_synth_controller() 620 midi_synth_bender(int dev, int channel, int value) in midi_synth_bender() 652 midi_synth_setup_voice(int dev, int voice, int channel) in midi_synth_setup_voice()
|
/linux-4.1.27/drivers/iio/adc/ |
D | twl6030-gpadc.c | 98 int channel; member 393 static int twl6030_start_conversion(int channel) in twl6030_start_conversion() 399 static int twl6032_start_conversion(int channel) in twl6032_start_conversion() 411 static u8 twl6030_channel_to_reg(int channel) in twl6030_channel_to_reg() 416 static u8 twl6032_channel_to_reg(int channel) in twl6032_channel_to_reg() 427 int channel, int size) in twl6030_gpadc_lookup() 439 *pdata, int channel) in twl6030_channel_calibrated() 450 int channel, int raw_code) in twl6030_gpadc_make_correction() 465 int channel, int *res) in twl6030_gpadc_get_raw() 490 int channel, int *val) in twl6030_gpadc_get_processed() [all …]
|
D | ti-adc128s052.c | 28 static int adc128_adc_conversion(struct adc128 *adc, u8 channel) in adc128_adc_conversion() 54 struct iio_chan_spec const *channel, int *val, in adc128_read_raw()
|
D | mcp320x.c | 72 const unsigned int channel, bool differential) in mcp320x_channel_to_tx_data() 95 static int mcp320x_adc_conversion(struct mcp320x *adc, u8 channel, in mcp320x_adc_conversion() 134 struct iio_chan_spec const *channel, int *val, in mcp320x_read_raw()
|
D | cc10001_adc.c | 95 unsigned int channel) in cc10001_adc_start() 110 unsigned int channel, in cc10001_adc_poll_done() 144 unsigned int channel; in cc10001_adc_trigger_h() local
|
D | mcp3422.c | 137 struct iio_chan_spec const *channel, int *value) in mcp3422_read_channel() 159 struct iio_chan_spec const *channel, int *val1, in mcp3422_read_raw() 193 struct iio_chan_spec const *channel, int val1, in mcp3422_write_raw()
|
D | da9150-gpadc.c | 160 static int da9150_gpadc_read_processed(struct da9150_gpadc *gpadc, int channel, in da9150_gpadc_read_processed() 194 static int da9150_gpadc_read_scale(int channel, int *val, int *val2) in da9150_gpadc_read_scale() 211 static int da9150_gpadc_read_offset(int channel, int *val) in da9150_gpadc_read_offset()
|
/linux-4.1.27/drivers/net/wireless/ath/ath5k/ |
D | phy.c | 136 ath5k_channel_ok(struct ath5k_hw *ah, struct ieee80211_channel *channel) in ath5k_channel_ok() 160 struct ieee80211_channel *channel) in ath5k_hw_chan_has_spur_noise() 286 struct ieee80211_channel *channel) in ath5k_hw_write_ofdm_timings() 364 struct ieee80211_channel *channel) in ath5k_hw_wait_for_synth() 816 struct ieee80211_channel *channel, in ath5k_hw_rfregs_init() 1183 ath5k_hw_rf5110_chan2athchan(struct ieee80211_channel *channel) in ath5k_hw_rf5110_chan2athchan() 1201 struct ieee80211_channel *channel) in ath5k_hw_rf5110_channel() 1230 int channel; in ath5k_hw_rf5111_chan2athchan() local 1260 struct ieee80211_channel *channel) in ath5k_hw_rf5111_channel() 1318 struct ieee80211_channel *channel) in ath5k_hw_rf5112_channel() [all …]
|
D | reset.c | 134 struct ieee80211_channel *channel = ah->ah_current_channel; in ath5k_hw_init_core_clock() local 669 ath5k_hw_nic_wakeup(struct ath5k_hw *ah, struct ieee80211_channel *channel) in ath5k_hw_nic_wakeup() 849 struct ieee80211_channel *channel) in ath5k_hw_tweak_initval_settings() 977 struct ieee80211_channel *channel) in ath5k_hw_commit_eeprom_settings() 1147 struct ieee80211_channel *channel, bool fast, bool skip_pcu) in ath5k_hw_reset()
|
/linux-4.1.27/arch/x86/kvm/ |
D | i8254.c | 73 static void pit_set_gate(struct kvm *kvm, int channel, u32 val) in pit_set_gate() 99 static int pit_get_gate(struct kvm *kvm, int channel) in pit_get_gate() 131 int channel) in kpit_elapsed() 139 static int pit_get_count(struct kvm *kvm, int channel) in pit_get_count() 169 static int pit_get_out(struct kvm *kvm, int channel) in pit_get_out() 204 static void pit_latch_count(struct kvm *kvm, int channel) in pit_latch_count() 217 static void pit_latch_status(struct kvm *kvm, int channel) in pit_latch_status() 378 static void pit_load_count(struct kvm *kvm, int channel, u32 val) in pit_load_count() 418 void kvm_pit_load_count(struct kvm *kvm, int channel, u32 val, int hpet_legacy_start) in kvm_pit_load_count() 455 int channel, access; in pit_ioport_write() local
|
/linux-4.1.27/drivers/net/wireless/b43legacy/ |
D | main.h | 48 u8 channel; in b43legacy_freq_to_channel_bg() local 66 int b43legacy_channel_to_freq_bg(u8 channel) in b43legacy_channel_to_freq_bg() 80 u8 channel) in b43legacy_channel_to_freq()
|
D | radio.c | 68 u16 channel2freq_bg(u8 channel) in channel2freq_bg() 225 u8 channel) in b43legacy_synth_pu_workaround() 246 u8 b43legacy_radio_aci_detect(struct b43legacy_wldev *dev, u8 channel) in b43legacy_radio_aci_detect() 284 unsigned int channel = phy->channel; in b43legacy_radio_aci_scan() local 1747 u8 channel, in b43legacy_radio_selectchannel() 2066 u8 channel; in b43legacy_radio_turn_on() local
|
/linux-4.1.27/drivers/isdn/icn/ |
D | icn.c | 57 icn_free_queue(icn_card *card, int channel) in icn_free_queue() 116 icn_map_channel(icn_card *card, int channel) in icn_map_channel() 142 icn_lock_channel(icn_card *card, int channel) in icn_lock_channel() 197 icn_trymaplock_channel(icn_card *card, int channel) in icn_trymaplock_channel() 228 icn_maprelease_channel(icn_card *card, int channel) in icn_maprelease_channel() 249 icn_pollbchan_receive(int channel, icn_card *card) in icn_pollbchan_receive() 300 icn_pollbchan_send(int channel, icn_card *card) in icn_pollbchan_send() 448 icn_parse_status(u_char *status, int channel, icn_card *card) in icn_parse_status() 705 icn_sendbuf(int channel, int ack, struct sk_buff *skb, icn_card *card) in icn_sendbuf() 1469 if_writecmd(const u_char __user *buf, int len, int id, int channel) in if_writecmd() [all …]
|
/linux-4.1.27/arch/frv/kernel/ |
D | dma.c | 114 #define frv_clear_dma_inprogress(channel) \ argument 117 #define frv_set_dma_inprogress(channel) \ argument 126 struct frv_dma_channel *channel = _channel; in dma_irq_handler() local 176 struct frv_dma_channel *channel; in frv_dma_open() local 241 struct frv_dma_channel *channel = &frv_dma_channels[dma]; in frv_dma_close() local 379 struct frv_dma_channel *channel; in frv_dma_pause_all() local 420 struct frv_dma_channel *channel; in frv_dma_resume_all() local
|
/linux-4.1.27/drivers/gpu/ipu-v3/ |
D | ipu-common.c | 246 struct ipuv3_channel *channel; in ipu_idmac_get() local 272 void ipu_idmac_put(struct ipuv3_channel *channel) in ipu_idmac_put() 299 static void __ipu_idmac_reset_current_buffer(struct ipuv3_channel *channel) in __ipu_idmac_reset_current_buffer() 307 void ipu_idmac_set_double_buffer(struct ipuv3_channel *channel, in ipu_idmac_set_double_buffer() 353 int ipu_idmac_lock_enable(struct ipuv3_channel *channel, int num_bursts) in ipu_idmac_lock_enable() 450 int ipu_idmac_get_current_buffer(struct ipuv3_channel *channel) in ipu_idmac_get_current_buffer() 459 bool ipu_idmac_buffer_is_ready(struct ipuv3_channel *channel, u32 buf_num) in ipu_idmac_buffer_is_ready() 483 void ipu_idmac_select_buffer(struct ipuv3_channel *channel, u32 buf_num) in ipu_idmac_select_buffer() 501 void ipu_idmac_clear_buffer(struct ipuv3_channel *channel, u32 buf_num) in ipu_idmac_clear_buffer() 529 int ipu_idmac_enable_channel(struct ipuv3_channel *channel) in ipu_idmac_enable_channel() [all …]
|
/linux-4.1.27/drivers/uwb/ |
D | radio.c | 42 static void uwb_radio_channel_changed(struct uwb_rc *rc, int channel) in uwb_radio_channel_changed() 62 static int uwb_radio_change_channel(struct uwb_rc *rc, int channel) in uwb_radio_change_channel() 145 int uwb_radio_force_channel(struct uwb_rc *rc, int channel) in uwb_radio_force_channel()
|
D | scan.c | 58 unsigned channel, enum uwb_scan_type type, in uwb_rc_scan() 122 unsigned channel; in uwb_rc_scan_store() local
|
D | beacon.c | 43 static int uwb_rc_start_beacon(struct uwb_rc *rc, u16 bpst_offset, u8 channel) in uwb_rc_start_beacon() 115 int uwb_rc_beacon(struct uwb_rc *rc, int channel, unsigned bpst_offset) in uwb_rc_beacon() 600 int channel; in uwb_rc_beacon_store() local
|
/linux-4.1.27/sound/pci/oxygen/ |
D | oxygen_pcm.c | 133 unsigned int channel) in oxygen_open() 234 unsigned int channel = oxygen_substream_channel(substream); in oxygen_close() local 318 unsigned int channel = oxygen_substream_channel(substream); in oxygen_hw_params() local 342 static u16 get_mclk(struct oxygen *chip, unsigned int channel, in get_mclk() 533 unsigned int channel = oxygen_substream_channel(substream); in oxygen_hw_free() local 561 unsigned int channel = oxygen_substream_channel(substream); in oxygen_prepare() local 626 unsigned int channel = oxygen_substream_channel(substream); in oxygen_pointer() local
|
/linux-4.1.27/sound/firewire/ |
D | iso-resources.c | 109 int bandwidth, channel, err; in fw_iso_resources_allocate() local 167 int bandwidth, channel; in fw_iso_resources_update() local 214 int bandwidth, channel; in fw_iso_resources_free() local
|
D | iso-resources.h | 22 unsigned int channel; member
|
/linux-4.1.27/drivers/net/ethernet/ibm/emac/ |
D | mal.c | 85 int mal_set_rcbs(struct mal_instance *mal, int channel, unsigned long size) in mal_set_rcbs() 103 int mal_tx_bd_offset(struct mal_instance *mal, int channel) in mal_tx_bd_offset() 110 int mal_rx_bd_offset(struct mal_instance *mal, int channel) in mal_rx_bd_offset() 116 void mal_enable_tx_channel(struct mal_instance *mal, int channel) in mal_enable_tx_channel() 130 void mal_disable_tx_channel(struct mal_instance *mal, int channel) in mal_disable_tx_channel() 137 void mal_enable_rx_channel(struct mal_instance *mal, int channel) in mal_enable_rx_channel() 159 void mal_disable_rx_channel(struct mal_instance *mal, int channel) in mal_disable_rx_channel()
|
D | tah.c | 27 int tah_attach(struct platform_device *ofdev, int channel) in tah_attach() 39 void tah_detach(struct platform_device *ofdev, int channel) in tah_detach()
|
/linux-4.1.27/drivers/char/xillybus/ |
D | xillybus_core.c | 134 struct xilly_channel *channel; in xillybus_isr() local 411 struct xilly_channel *channel; in xilly_setupchannels() local 610 struct xilly_channel *channel; in xilly_obtain_idt() local 675 struct xilly_channel *channel = filp->private_data; in xillybus_read() local 993 static int xillybus_myflush(struct xilly_channel *channel, long timeout) in xillybus_myflush() 1169 struct xilly_channel *channel = container_of( in xillybus_autoflush() local 1188 struct xilly_channel *channel = filp->private_data; in xillybus_write() local 1416 struct xilly_channel *channel; in xillybus_open() local 1565 struct xilly_channel *channel = filp->private_data; in xillybus_release() local 1665 struct xilly_channel *channel = filp->private_data; in xillybus_llseek() local [all …]
|
/linux-4.1.27/drivers/net/wireless/zd1211rw/ |
D | zd_rf.c | 119 int zd_rf_set_channel(struct zd_rf *rf, u8 channel) in zd_rf_set_channel() 169 int zd_rf_patch_6m_band_edge(struct zd_rf *rf, u8 channel) in zd_rf_patch_6m_band_edge() 177 int zd_rf_generic_patch_6m(struct zd_rf *rf, u8 channel) in zd_rf_generic_patch_6m()
|
D | zd_rf_al7230b.c | 325 static int zd1211_al7230b_set_channel(struct zd_rf *rf, u8 channel) in zd1211_al7230b_set_channel() 372 static int zd1211b_al7230b_set_channel(struct zd_rf *rf, u8 channel) in zd1211b_al7230b_set_channel() 454 static int zd1211b_al7230b_patch_6m(struct zd_rf *rf, u8 channel) in zd1211b_al7230b_patch_6m()
|
D | zd_rf_uw2453.c | 254 static int uw2453_synth_set_channel(struct zd_chip *chip, int channel, in uw2453_synth_set_channel() 294 static int uw2453_set_tx_gain_level(struct zd_chip *chip, int channel) in uw2453_set_tx_gain_level() 440 static int uw2453_set_channel(struct zd_rf *rf, u8 channel) in uw2453_set_channel()
|
D | zd_rf_al2230.c | 359 static int zd1211_al2230_set_channel(struct zd_rf *rf, u8 channel) in zd1211_al2230_set_channel() 375 static int zd1211b_al2230_set_channel(struct zd_rf *rf, u8 channel) in zd1211b_al2230_set_channel()
|
D | zd_chip.c | 581 static int patch_6m_band_edge(struct zd_chip *chip, u8 channel) in patch_6m_band_edge() 592 int zd_chip_generic_patch_6m_band(struct zd_chip *chip, int channel) in zd_chip_generic_patch_6m_band() 1199 static int update_pwr_int(struct zd_chip *chip, u8 channel) in update_pwr_int() 1205 static int update_pwr_cal(struct zd_chip *chip, u8 channel) in update_pwr_cal() 1211 static int update_ofdm_cal(struct zd_chip *chip, u8 channel) in update_ofdm_cal() 1226 u8 channel) in update_channel_integration_and_calibration() 1274 int zd_chip_set_channel(struct zd_chip *chip, u8 channel) in zd_chip_set_channel() 1306 u8 channel; in zd_chip_get_channel() local
|
/linux-4.1.27/drivers/gpu/host1x/hw/ |
D | hw_host1x01_sync.h | 80 static inline u32 host1x_sync_cf_setup_r(unsigned int channel) in host1x_sync_cf_setup_r() 84 #define HOST1X_SYNC_CF_SETUP(channel) \ argument 170 static inline u32 host1x_sync_cbread_r(unsigned int channel) in host1x_sync_cbread_r() 174 #define HOST1X_SYNC_CBREAD(channel) \ argument 224 static inline u32 host1x_sync_cbstat_r(unsigned int channel) in host1x_sync_cbstat_r() 228 #define HOST1X_SYNC_CBSTAT(channel) \ argument
|
D | hw_host1x04_sync.h | 80 static inline u32 host1x_sync_cf_setup_r(unsigned int channel) in host1x_sync_cf_setup_r() 84 #define HOST1X_SYNC_CF_SETUP(channel) \ argument 170 static inline u32 host1x_sync_cbread_r(unsigned int channel) in host1x_sync_cbread_r() 174 #define HOST1X_SYNC_CBREAD(channel) \ argument 224 static inline u32 host1x_sync_cbstat_r(unsigned int channel) in host1x_sync_cbstat_r() 228 #define HOST1X_SYNC_CBSTAT(channel) \ argument
|
D | hw_host1x02_sync.h | 80 static inline u32 host1x_sync_cf_setup_r(unsigned int channel) in host1x_sync_cf_setup_r() 84 #define HOST1X_SYNC_CF_SETUP(channel) \ argument 170 static inline u32 host1x_sync_cbread_r(unsigned int channel) in host1x_sync_cbread_r() 174 #define HOST1X_SYNC_CBREAD(channel) \ argument 224 static inline u32 host1x_sync_cbstat_r(unsigned int channel) in host1x_sync_cbstat_r() 228 #define HOST1X_SYNC_CBSTAT(channel) \ argument
|
/linux-4.1.27/drivers/staging/rtl8188eu/core/ |
D | rtw_rf.c | 29 u32 channel; member 57 u32 rtw_ch2freq(u32 channel) in rtw_ch2freq()
|
/linux-4.1.27/arch/m68k/include/asm/ |
D | m68360_regs.h | 364 #define CHANNEL_PRAM_BASE(quicc,channel) ((struct quicc32_pram *) \ argument 366 #define TBD_32_ADDR(quicc,page,channel) ((struct quicc_bd *) \ argument 368 #define RBD_32_ADDR(quicc,page,channel) ((struct quicc_bd *) \ argument 370 #define TBD_32_CUR_ADDR(quicc,page,channel) ((struct quicc_bd *) \ argument 372 #define RBD_32_CUR_ADDR(quicc,page,channel) ((struct quicc_bd *) \ argument 374 #define TBD_32_SET_CUR_ADDR(bd,quicc,page,channel) \ argument 377 #define RBD_32_SET_CUR_ADDR(bd,quicc,page,channel) \ argument 381 #define INCREASE_TBD_32(bd,quicc,page,channel) { \ argument 387 #define DECREASE_TBD_32(bd,quicc,page,channel) { \ argument 394 #define INCREASE_RBD_32(bd,quicc,page,channel) { \ argument [all …]
|
/linux-4.1.27/sound/core/oss/ |
D | io.c | 49 int channel, channels = plugin->dst_format.channels; in io_playback_transfer() local 75 int channel, channels = plugin->dst_format.channels; in io_capture_transfer() local 95 unsigned int channel; in io_src_channels() local
|
D | rate.c | 55 unsigned int channel; in rate_init() local 73 unsigned int channel; in resample_expand() local 132 unsigned int channel; in resample_shrink() local 263 unsigned int channel; in rate_transfer() local
|
D | mulaw.c | 174 int channel; in mulaw_decode() local 220 int channel; in mulaw_encode() local 261 unsigned int channel; in mulaw_transfer() local
|
D | linear.c | 61 int channel; in convert() local 99 unsigned int channel; in linear_transfer() local
|
D | copy.c | 32 unsigned int channel; in copy_transfer() local
|
/linux-4.1.27/drivers/tty/ |
D | cyclades.c | 446 u8 ivr, save_xir, channel, save_car, data, char_count; in cyy_chip_rx() local 574 u8 save_xir, channel, save_car, outch; in cyy_chip_tx() local 687 u8 save_xir, channel, save_car, mdm_change, mdm_status; in cyy_chip_modem() local 826 int channel = info->line - card->first_line; in cyy_change_rts_dtr() local 879 __u32 *channel, __u8 *cmd, __u32 *param) in cyz_fetch_msg() 897 __u32 channel, __u8 cmd, __u32 param) in cyz_issue_cmd() 1091 __u32 channel, param, fw_ver; in cyz_handle_cmd() local 1207 __u32 channel = info->line - card->first_line; in cyz_rx_restart() local 1270 int channel; in cy_startup() local 1394 int channel = info->line - card->first_line; in start_xmit() local [all …]
|
D | metag_da.c | 160 static int fetch_data(unsigned int channel) in fetch_data() 314 int channel; in dashtty_timer() local 436 int channel; in dashtty_hangup() local 473 int channel, count, block; in dashtty_write() local 530 int channel; in dashtty_write_room() local 547 int channel; in dashtty_chars_in_buffer() local
|
D | isicom.c | 205 u16 channel; member 271 u16 channel = port->channel; in raise_dtr() local 287 u16 channel = port->channel; in drop_dtr() local 303 u16 channel = port->channel; in raise_rts() local 319 u16 channel = port->channel; in drop_rts() local 337 u16 channel = ip->channel; in isicom_dtr_rts() local 361 u16 channel = port->channel; in drop_dtr_rts() local 521 u16 header, word_count, count, channel; in isicom_interrupt() local 689 u16 channel_setup, channel = port->channel, in isicom_config_port() local 796 int channel; in isicom_setup_board() local [all …]
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
D | nouveau_abi16.h | 49 int channel; member 64 int channel; member 68 int channel; member 74 uint32_t channel; member 81 int channel; member
|
/linux-4.1.27/arch/mips/pci/ |
D | ops-tx4927.c | 25 struct pci_controller *channel; member 29 static void __init set_tx4927_pcicptr(struct pci_controller *channel, in set_tx4927_pcicptr() 51 struct pci_controller *channel) in get_tx4927_pcicptr() 139 struct pci_controller *channel = bus->sysdata; in pci_bus_to_pcicptr() local 224 struct pci_controller *channel, int extarb) in tx4927_pcic_setup()
|
/linux-4.1.27/drivers/clocksource/ |
D | samsung_pwm_timer.c | 85 static void samsung_timer_set_prescale(unsigned int channel, u16 prescale) in samsung_timer_set_prescale() 104 static void samsung_timer_set_divisor(unsigned int channel, u8 divisor) in samsung_timer_set_divisor() 123 static void samsung_time_stop(unsigned int channel) in samsung_time_stop() 140 static void samsung_time_setup(unsigned int channel, unsigned long tcnt) in samsung_time_setup() 163 static void samsung_time_start(unsigned int channel, bool periodic) in samsung_time_start() 389 int channel; in _samsung_pwm_clocksource_init() local
|
/linux-4.1.27/sound/pci/emu10k1/ |
D | p16v.c | 177 struct snd_emu10k1_voice *channel = &(emu->p16v_voices[channel_id]); in snd_p16v_pcm_open_playback_channel() local 225 struct snd_emu10k1_voice *channel = &(emu->p16v_capture_voice); in snd_p16v_pcm_open_capture_channel() local 342 int channel = substream->pcm->device - emu->p16v_device_offset; in snd_p16v_pcm_prepare_playback() local 404 int channel = substream->pcm->device - emu->p16v_device_offset; in snd_p16v_pcm_prepare_capture() local 471 int channel; in snd_p16v_pcm_trigger_playback() local 525 int channel = 0; in snd_p16v_pcm_trigger_capture() local 556 int channel = substream->pcm->device - emu->p16v_device_offset; in snd_p16v_pcm_pointer_playback() local 581 int channel = 0; in snd_p16v_pcm_pointer_capture() local
|
/linux-4.1.27/drivers/media/usb/gspca/ |
D | spca506.c | 37 char channel; member 125 __u16 channel) in spca506_SetNormeInput() 165 __u16 *norme, __u16 *channel) in spca506_GetNormeInput() 332 __u16 channel; in sd_start() local
|
/linux-4.1.27/drivers/media/i2c/ |
D | tw2804.c | 42 u8 channel:2; member 118 static int write_reg(struct i2c_client *client, u8 reg, u8 value, u8 channel) in write_reg() 123 static int write_regs(struct i2c_client *client, const u8 *regs, u8 channel) in write_regs() 137 static int read_reg(struct i2c_client *client, u8 reg, u8 channel) in read_reg()
|
/linux-4.1.27/drivers/isdn/act2000/ |
D | module.c | 51 find_channel(act2000_card *card, int channel) in find_channel() 420 act2000_sendbuf(act2000_card *card, int channel, int ack, struct sk_buff *skb) in act2000_sendbuf() 522 if_writecmd(const u_char __user *buf, int len, int id, int channel) in if_writecmd() 537 if_readstatus(u_char __user *buf, int len, int id, int channel) in if_readstatus() 552 if_sendbuf(int id, int channel, int ack, struct sk_buff *skb) in if_sendbuf()
|
/linux-4.1.27/drivers/net/can/usb/ |
D | kvaser_usb.c | 189 u8 channel; member 248 u8 channel; member 257 u8 channel; member 273 u8 channel; member 278 u8 channel; member 286 u8 channel; member 295 u8 channel; member 307 u8 channel; member 318 u8 channel; member 323 u8 channel; member [all …]
|
/linux-4.1.27/net/bluetooth/ |
D | mgmt_util.c | 30 int mgmt_send_event(u16 event, struct hci_dev *hdev, unsigned short channel, in mgmt_send_event() 124 struct mgmt_pending_cmd *mgmt_pending_find(unsigned short channel, u16 opcode, in mgmt_pending_find() 139 struct mgmt_pending_cmd *mgmt_pending_find_data(unsigned short channel, in mgmt_pending_find_data()
|
/linux-4.1.27/drivers/net/wireless/ti/wl18xx/ |
D | cmd.h | 34 u8 channel; member 65 u8 channel; member 81 u8 channel; member
|
/linux-4.1.27/drivers/staging/rtl8723au/hal/ |
D | rtl8723a_phycfg.c | 752 u8 channel, u8 *cckPowerLevel, u8 *ofdmPowerLevel) in getTxPowerIndex() 776 static void ccxPowerIndexCheck(struct rtw_adapter *Adapter, u8 channel, in ccxPowerIndexCheck() 795 void PHY_SetTxPowerLevel8723A(struct rtw_adapter *Adapter, u8 channel) in PHY_SetTxPowerLevel8723A() 938 static void _PHY_SwChnl8723A(struct rtw_adapter *Adapter, u8 channel) in _PHY_SwChnl8723A() 961 void PHY_SwChnl8723A(struct rtw_adapter *Adapter, u8 channel) in PHY_SwChnl8723A()
|
/linux-4.1.27/drivers/phy/ |
D | phy-rcar-gen2.c | 50 struct rcar_gen2_channel *channel; member 74 struct rcar_gen2_channel *channel = phy->channel; in rcar_gen2_phy_init() local 102 struct rcar_gen2_channel *channel = phy->channel; in rcar_gen2_phy_exit() local 284 struct rcar_gen2_channel *channel = drv->channels + i; in rcar_gen2_phy_probe() local
|
/linux-4.1.27/drivers/scsi/ |
D | scsi_scan.c | 347 int channel, uint id) in __scsi_find_target() 411 int channel, uint id) in scsi_alloc_target() 1528 struct scsi_device *__scsi_add_device(struct Scsi_Host *shost, uint channel, in __scsi_add_device() 1564 int scsi_add_device(struct Scsi_Host *host, uint channel, in scsi_add_device() 1591 static void __scsi_scan_target(struct device *parent, unsigned int channel, in __scsi_scan_target() 1659 void scsi_scan_target(struct device *parent, unsigned int channel, in scsi_scan_target() 1679 static void scsi_scan_channel(struct Scsi_Host *shost, unsigned int channel, in scsi_scan_channel() 1710 int scsi_scan_host_selected(struct Scsi_Host *shost, unsigned int channel, in scsi_scan_host_selected()
|
D | scsi_proc.c | 242 static int scsi_add_single_device(uint host, uint channel, uint id, uint lun) in scsi_add_single_device() 269 static int scsi_remove_single_device(uint host, uint channel, uint id, uint lun) in scsi_remove_single_device() 311 int host, channel, id, lun; in proc_scsi_write() local
|
/linux-4.1.27/drivers/net/can/usb/peak_usb/ |
D | pcan_usb_pro.h | 90 u8 channel; member 97 u8 channel; member 103 u8 channel; member 121 u8 channel; member 128 u8 channel; member 151 u8 channel; member
|
/linux-4.1.27/drivers/iio/ |
D | inkern.c | 128 static int __of_iio_channel_get(struct iio_channel *channel, in __of_iio_channel_get() 167 struct iio_channel *channel; in of_iio_channel_get() local 286 struct iio_channel *channel; in iio_channel_get_sys() local 339 struct iio_channel *channel; in iio_channel_get() local 352 void iio_channel_release(struct iio_channel *channel) in iio_channel_release()
|
/linux-4.1.27/arch/blackfin/kernel/ |
D | bfin_dma.c | 99 static void set_dma_peripheral_map(unsigned int channel, const char *device_id) in set_dma_peripheral_map() 122 int request_dma(unsigned int channel, const char *device_id) in request_dma() 157 int set_dma_callback(unsigned int channel, irq_handler_t callback, void *data) in set_dma_callback() 183 static void clear_dma_buffer(unsigned int channel) in clear_dma_buffer() 190 void free_dma(unsigned int channel) in free_dma()
|
/linux-4.1.27/drivers/firewire/ |
D | core-iso.c | 164 int type, int channel, int speed, size_t header_size, in fw_iso_context_create() 278 int channel, ret = -EIO, retry = 5; in manage_channel() local 326 int generation, int channel) in deallocate_channel() 363 u64 channels_mask, int *channel, int *bandwidth, in fw_iso_resource_manage()
|
/linux-4.1.27/include/uapi/linux/ |
D | ipmi.h | 74 short channel; member 86 short channel; member 97 short channel; member 122 short channel; member 411 unsigned short channel; member
|
/linux-4.1.27/drivers/staging/rtl8188eu/hal/ |
D | rf.c | 134 u8 channel, u32 *ofdmbase, u32 *mcs_base) in getpowerbase88e() 159 static void get_rx_power_val_by_reg(struct adapter *adapt, u8 channel, in get_rx_power_val_by_reg() 291 u8 *pwr_level_bw40, u8 channel) in rtl88eu_phy_rf6052_set_ofdm_txpower()
|
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/ |
D | dot11d.c | 138 int IsLegalChannel(struct ieee80211_device *dev, u8 channel) in IsLegalChannel() 152 int ToLegalChannel(struct ieee80211_device *dev, u8 channel) in ToLegalChannel()
|
/linux-4.1.27/arch/arm/common/ |
D | edma.c | 329 void (*callback)(unsigned channel, u16 ch_status, void *data), in setup_dma_interrupt() 395 u32 channel; in dma_irq_handler() local 646 int edma_alloc_channel(int channel, in edma_alloc_channel() 647 void (*callback)(unsigned channel, u16 ch_status, void *data), in edma_alloc_channel() 731 void edma_free_channel(unsigned channel) in edma_free_channel() 1229 void edma_pause(unsigned channel) in edma_pause() 1250 void edma_resume(unsigned channel) in edma_resume() 1265 int edma_trigger_channel(unsigned channel) in edma_trigger_channel() 1293 int edma_start(unsigned channel) in edma_start() 1339 void edma_stop(unsigned channel) in edma_stop() [all …]
|
/linux-4.1.27/drivers/net/ethernet/ti/ |
D | cpmac.c | 77 #define MBP_PROMISCCHAN(channel) (((channel) & 0x7) << 16) argument 79 #define MBP_BCASTCHAN(channel) (((channel) & 0x7) << 8) argument 81 #define MBP_MCASTCHAN(channel) ((channel) & 0x7) argument 111 #define CPMAC_MAC_ADDR_LO(channel) (0x01b0 + (channel) * 4) argument 116 #define CPMAC_TX_PTR(channel) (0x0600 + (channel) * 4) argument 117 #define CPMAC_RX_PTR(channel) (0x0620 + (channel) * 4) argument 118 #define CPMAC_TX_ACK(channel) (0x0640 + (channel) * 4) argument 119 #define CPMAC_RX_ACK(channel) (0x0660 + (channel) * 4) argument 169 #define CPMAC_MDIO_ACCESS(channel) (0x0080 + (channel) * 8) argument 175 #define CPMAC_MDIO_PHYSEL(channel) (0x0084 + (channel) * 8) argument
|
/linux-4.1.27/sound/pci/ca0106/ |
D | ca0106_main.c | 564 struct snd_ca0106_channel *channel = &(chip->playback_channels[channel_id]); in snd_ca0106_pcm_open_playback_channel() local 657 struct snd_ca0106_channel *channel = &(chip->capture_channels[channel_id]); in snd_ca0106_pcm_open_capture_channel() local 760 int channel = epcm->channel_id; in snd_ca0106_pcm_prepare_playback() local 873 int channel = epcm->channel_id; in snd_ca0106_pcm_prepare_capture() local 965 int channel; in snd_ca0106_pcm_trigger_playback() local 1032 int channel = epcm->channel_id; in snd_ca0106_pcm_trigger_capture() local 1061 int channel = epcm->channel_id; in snd_ca0106_pcm_pointer_playback() local 1091 int channel = epcm->channel_id; in snd_ca0106_pcm_pointer_capture() local 1790 static int snd_ca0106_midi(struct snd_ca0106 *chip, unsigned int channel) in snd_ca0106_midi()
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192ce/ |
D | rf.c | 152 u8 *ppowerlevel, u8 channel, in rtl92c_phy_get_power_base() 193 u8 channel, u8 index, in _rtl92c_get_txpower_writeval_by_regulatory() 399 u8 *ppowerlevel, u8 channel) in rtl92ce_phy_rf6052_set_ofdm_txpower()
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8723ae/ |
D | rf.c | 152 u8 *ppowerlevel, u8 channel, in rtl8723e_phy_get_power_base() 194 u8 channel, u8 index, in get_txpower_writeval_by_reg() 407 u8 *ppowerlevel, u8 channel) in rtl8723e_phy_rf6052_set_ofdm_txpower()
|
/linux-4.1.27/drivers/dma/ |
D | imx-sdma.c | 250 unsigned int channel; member 319 struct sdma_channel channel[MAX_DMA_CHANNELS]; member 474 int channel = sdmac->channel; in sdma_config_ownership() local 506 static void sdma_enable_channel(struct sdma_engine *sdma, int channel) in sdma_enable_channel() 579 int channel = sdmac->channel; in sdma_event_enable() local 591 int channel = sdmac->channel; in sdma_event_disable() local 678 int channel = fls(stat) - 1; in sdma_int_handler() local 788 int channel = sdmac->channel; in sdma_load_context() local 846 int channel = sdmac->channel; in sdma_disable_channel() local 916 int channel = sdmac->channel; in sdma_set_channel_priority() local [all …]
|
D | coh901318.c | 1441 int channel = cohc->id; in coh901318_set_ctrl() local 1452 int channel = cohc->id; in coh901318_set_conf() local 1465 int channel = cohc->id; in coh901318_start() local 1484 int channel = cohc->id; in coh901318_prep_linked_list() local 1698 int channel = cohc->id; in coh901318_pause() local 1744 int channel = cohc->id; in coh901318_resume() local 1815 int channel = cohc->id; in coh901318_config() local 2197 int channel = cohc->id; in coh901318_free_chan_resources() local
|
/linux-4.1.27/arch/unicore32/kernel/ |
D | dma.c | 102 struct dma_channel *channel = &dma_channels[i]; in dma_irq_handler() local 130 struct dma_channel *channel = &dma_channels[i]; in dma_err_handler() local
|
/linux-4.1.27/drivers/isdn/isdnloop/ |
D | isdnloop.c | 37 isdnloop_free_queue(isdnloop_card *card, int channel) in isdnloop_free_queue() 185 isdnloop_parse_status(u_char *status, int channel, isdnloop_card *card) in isdnloop_parse_status() 400 isdnloop_sendbuf(int channel, struct sk_buff *skb, isdnloop_card *card) in isdnloop_sendbuf() 1383 if_writecmd(const u_char __user *buf, int len, int id, int channel) in if_writecmd() 1398 if_readstatus(u_char __user *buf, int len, int id, int channel) in if_readstatus() 1413 if_sendbuf(int id, int channel, int ack, struct sk_buff *skb) in if_sendbuf()
|
/linux-4.1.27/drivers/usb/atm/ |
D | usbatm.c | 211 static struct urb *usbatm_pop_urb(struct usbatm_channel *channel) in usbatm_pop_urb() 230 struct usbatm_channel *channel = urb->context; in usbatm_submit_urb() local 260 struct usbatm_channel *channel = urb->context; in usbatm_complete() local 1011 static void usbatm_init_channel(struct usbatm_channel *channel) in usbatm_init_channel() 1124 struct usbatm_channel *channel = i ? in usbatm_usb_probe() local 1135 struct usbatm_channel *channel = i < num_rcv_urbs ? in usbatm_usb_probe() local
|
/linux-4.1.27/drivers/atm/ |
D | horizon.c | 423 static inline void FLUSH_RX_CHANNEL (hrz_dev * dev, u16 channel) { in FLUSH_RX_CHANNEL() 434 static inline void SELECT_RX_CHANNEL (hrz_dev * dev, u16 channel) { in SELECT_RX_CHANNEL() 510 static inline int vpivci_to_channel (u16 * channel, const short vpi, const int vci) { in vpivci_to_channel() 718 static int hrz_open_rx (hrz_dev * dev, u16 channel) { in hrz_open_rx() 1483 u16 channel = vcc->channel; in setup_idle_tx_channel() local 1567 u16 channel = vcc->channel; in hrz_send() local 2110 u16 channel; in hrz_open() local 2495 u16 channel = vcc->channel; in hrz_close() local
|
/linux-4.1.27/drivers/dma/ipu/ |
D | ipu_idmac.c | 116 static void ipu_ic_enable_task(struct ipu *ipu, enum ipu_channel channel) in ipu_ic_enable_task() 135 static void ipu_ic_disable_task(struct ipu *ipu, enum ipu_channel channel) in ipu_ic_disable_task() 153 static uint32_t ipu_channel_status(struct ipu *ipu, enum ipu_channel channel) in ipu_channel_status() 563 static void ipu_channel_set_priority(struct ipu *ipu, enum ipu_channel channel, in ipu_channel_set_priority() 578 static uint32_t ipu_channel_conf_mask(enum ipu_channel channel) in ipu_channel_conf_mask() 608 enum ipu_channel channel = ichan->dma_chan.chan_id; in ipu_enable_channel() local 660 enum ipu_channel channel = ichan->dma_chan.chan_id; in ipu_init_channel_buffer() local 713 static void ipu_select_buffer(enum ipu_channel channel, int buffer_n) in ipu_select_buffer() 735 enum ipu_channel channel = ichan->dma_chan.chan_id; in ipu_update_channel_buffer() local 954 enum ipu_channel channel = ichan->dma_chan.chan_id; in ipu_init_channel() local [all …]
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8821ae/ |
D | rf.c | 146 u8 *ppowerlevel_bw40, u8 channel, in rtl8821ae_phy_get_power_base() 184 u8 channel, u8 index, in get_txpower_writeval_by_regulatory() 373 u8 channel) in rtl8821ae_phy_rf6052_set_ofdm_txpower()
|
D | phy.c | 69 enum ht_channel_width band_width, u8 channel) in rtl8812ae_fixspur() 988 u8 regulation, bw, channel, rate_section; in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit() local 1155 u8 regulation, bw, channel, rate_section; in _rtl8812ae_phy_convert_txpower_limit_to_power_index() local 1471 u8 band, u8 channel) in _rtl8812ae_phy_get_chnl_idx_of_txpwr_lmt() 1508 u8 regulation = 0, bandwidth = 0, rate_section = 0, channel; in _rtl8812ae_phy_set_txpower_limit() local 1615 u8 *rf_path, u8 *channel, in _rtl8812ae_phy_config_bb_txpwr_lmt() 2241 static bool _rtl8821ae_phy_get_chnl_index(u8 channel, u8 *chnl_index) in _rtl8821ae_phy_get_chnl_index() 2369 u8 rate, u8 channel) in _rtl8812ae_phy_get_txpower_limit() 2646 u8 rate, u8 bandwidth, u8 channel) in _rtl8821ae_get_txpower_index() 3186 u8 channel, u8 size) in _rtl8821ae_phy_set_txpower_level_by_path() [all …]
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192cu/ |
D | rf.c | 160 u8 *ppowerlevel, u8 channel, in rtl92c_phy_get_power_base() 197 u8 channel, u8 index, in _rtl92c_get_txpower_writeval_by_regulatory() 388 u8 *ppowerlevel, u8 channel) in rtl92cu_phy_rf6052_set_ofdm_txpower()
|
/linux-4.1.27/drivers/net/hamradio/ |
D | scc.c | 1124 static void t_dwait(unsigned long channel) in t_dwait() 1166 static void t_txdelay(unsigned long channel) in t_txdelay() 1187 static void t_tail(unsigned long channel) in t_tail() 1214 static void t_busy(unsigned long channel) in t_busy() 1233 static void t_maxkeyup(unsigned long channel) in t_maxkeyup() 1267 static void t_idle(unsigned long channel) in t_idle() 1400 static void scc_stop_calibrate(unsigned long channel) in scc_stop_calibrate()
|
/linux-4.1.27/arch/blackfin/mach-bf537/ |
D | dma.c | 34 int channel2irq(unsigned int channel) in channel2irq()
|
/linux-4.1.27/arch/blackfin/mach-bf609/ |
D | dma.c | 65 int channel2irq(unsigned int channel) in channel2irq()
|
/linux-4.1.27/arch/blackfin/mach-bf518/ |
D | dma.c | 34 int channel2irq(unsigned int channel) in channel2irq()
|
/linux-4.1.27/arch/sh/kernel/cpu/ |
D | adc.c | 12 int adc_single(unsigned int channel) in adc_single()
|
/linux-4.1.27/arch/blackfin/mach-bf533/ |
D | dma.c | 30 int channel2irq(unsigned int channel) in channel2irq()
|
/linux-4.1.27/arch/blackfin/mach-bf561/ |
D | dma.c | 54 int channel2irq(unsigned int channel) in channel2irq()
|
/linux-4.1.27/arch/blackfin/mach-bf538/ |
D | dma.c | 46 int channel2irq(unsigned int channel) in channel2irq()
|
/linux-4.1.27/arch/blackfin/mach-bf527/ |
D | dma.c | 34 int channel2irq(unsigned int channel) in channel2irq()
|
/linux-4.1.27/arch/blackfin/mach-bf548/ |
D | dma.c | 50 int channel2irq(unsigned int channel) in channel2irq()
|
/linux-4.1.27/drivers/net/ppp/ |
D | ppp_generic.c | 168 struct channel { struct 170 struct list_head list; /* link in all/new_channels list */ argument 171 struct ppp_channel *chan; /* public channel data structure */ argument 175 struct net *chan_net; /* the net channel belongs to */ argument 176 struct list_head clist; /* link in list of channels per unit */ argument 182 int speed; /* speed of the corresponding ppp channel*/ argument
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8723be/ |
D | rf.c | 162 u8 channel, u32 *ofdmbase, in rtl8723be_phy_get_power_base() 201 u8 channel, u8 index, in _rtl8723be_get_txpower_writeval_by_regulatory() 393 u8 *ppowerlevel_bw40, u8 channel) in rtl8723be_phy_rf6052_set_ofdm_txpower()
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8188ee/ |
D | rf.c | 162 u8 *ppowerlevel_bw40, u8 channel, in rtl88e_phy_get_power_base() 200 u8 channel, u8 index, in _rtl88e_get_txpower_writeval_by_regulatory() 390 u8 *ppowerlevel_bw40, u8 channel) in rtl88e_phy_rf6052_set_ofdm_txpower()
|
/linux-4.1.27/sound/pci/au88x0/ |
D | au88x0_core.c | 89 static void vortex_mixer_en_sr(vortex_t * vortex, int channel) in vortex_mixer_en_sr() 94 static void vortex_mixer_dis_sr(vortex_t * vortex, int channel) in vortex_mixer_dis_sr() 258 vortex_mix_disableinput(vortex_t * vortex, unsigned char mix, int channel, in vortex_mix_disableinput() 443 static void vortex_src_en_sr(vortex_t * vortex, int channel) in vortex_src_en_sr() 449 static void vortex_src_dis_sr(vortex_t * vortex, int channel) in vortex_src_dis_sr() 1623 static void vortex_adb_en_sr(vortex_t * vortex, int channel) in vortex_adb_en_sr() 1629 static void vortex_adb_dis_sr(vortex_t * vortex, int channel) in vortex_adb_dis_sr() 1636 vortex_adb_addroutes(vortex_t * vortex, unsigned char channel, in vortex_adb_addroutes() 1683 vortex_adb_delroutes(vortex_t * vortex, unsigned char channel, in vortex_adb_delroutes() 1723 vortex_route(vortex_t * vortex, int en, unsigned char channel, in vortex_route() [all …]
|
/linux-4.1.27/drivers/ide/ |
D | it821x.c | 117 int channel = hwif->channel; in it821x_program() local 143 int channel = hwif->channel; in it821x_program_udma() local 286 u8 unit = drive->dn & 1, channel = hwif->channel, conf; in it821x_tune_mwdma() local 323 u8 unit = drive->dn & 1, channel = hwif->channel, conf; in it821x_tune_udma() local
|
/linux-4.1.27/include/linux/ |
D | pti.h | 34 u8 channel; member
|
/linux-4.1.27/drivers/mtd/nand/gpmi-nand/ |
D | gpmi-lib.c | 1121 struct dma_chan *channel = get_dma_chan(this); in gpmi_send_command() local 1161 struct dma_chan *channel = get_dma_chan(this); in gpmi_send_data() local 1199 struct dma_chan *channel = get_dma_chan(this); in gpmi_read_data() local 1239 struct dma_chan *channel = get_dma_chan(this); in gpmi_send_page() local 1284 struct dma_chan *channel = get_dma_chan(this); in gpmi_read_page() local
|
/linux-4.1.27/drivers/misc/sgi-xp/ |
D | xpnet.c | 147 xpnet_receive(short partid, int channel, struct xpnet_message *msg) in xpnet_receive() 256 xpnet_connection_activity(enum xp_retval reason, short partid, int channel, in xpnet_connection_activity() 356 xpnet_send_completed(enum xp_retval reason, short partid, int channel, in xpnet_send_completed()
|
/linux-4.1.27/drivers/net/wireless/ti/wl1251/ |
D | cmd.c | 206 int wl1251_cmd_data_path_rx(struct wl1251 *wl, u8 channel, bool enable) in wl1251_cmd_data_path_rx() 242 int wl1251_cmd_data_path_tx(struct wl1251 *wl, u8 channel, bool enable) in wl1251_cmd_data_path_tx() 273 int wl1251_cmd_join(struct wl1251 *wl, u8 bss_type, u8 channel, in wl1251_cmd_join()
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | aic7xxx_proc.c | 135 u_int our_id, char channel, u_int target_id, in ahc_dump_target_state() 327 char channel; in ahc_linux_show_info() local
|
D | aic7xxx_core.c | 450 ahc_fetch_transinfo(struct ahc_softc *ahc, char channel, u_int our_id, in ahc_fetch_transinfo() 1787 char channel; in ahc_handle_scsiint() local 2140 ahc_alloc_tstate(struct ahc_softc *ahc, u_int scsi_id, char channel) in ahc_alloc_tstate() 2187 ahc_free_tstate(struct ahc_softc *ahc, u_int scsi_id, char channel, int force) in ahc_free_tstate() 2821 u_int lun, char channel, role_t role) in ahc_compile_devinfo() 5489 char channel; in ahc_init() local 5756 char channel, int lun, u_int tag, role_t role) in ahc_match_scb() 5794 char channel; in ahc_freeze_devq() local 5862 ahc_search_qinfifo(struct ahc_softc *ahc, int target, char channel, in ahc_search_qinfifo() 6072 int target, char channel, int lun, uint32_t status, in ahc_search_untagged_queues() [all …]
|
/linux-4.1.27/include/linux/iio/ |
D | consumer.h | 28 const struct iio_chan_spec *channel; member
|
/linux-4.1.27/drivers/usb/wusbcore/ |
D | pal.c | 21 static void wusbhc_channel_changed(struct uwb_pal *pal, int channel) in wusbhc_channel_changed()
|
/linux-4.1.27/include/asm-generic/ |
D | pci.h | 23 static inline int pci_get_legacy_ide_irq(struct pci_dev *dev, int channel) in pci_get_legacy_ide_irq()
|
/linux-4.1.27/drivers/spi/ |
D | spi-pxa2xx-pxadma.c | 128 static int wait_dma_channel_stop(int channel) in wait_dma_channel_stop() 208 void pxa2xx_spi_dma_handler(int channel, void *data) in pxa2xx_spi_dma_handler()
|
/linux-4.1.27/drivers/net/wireless/orinoco/ |
D | scan.c | 78 struct ieee80211_channel *channel; in orinoco_add_hostscan_result() local 138 struct ieee80211_channel *channel; in orinoco_add_extscan_result() local
|
/linux-4.1.27/include/sound/ |
D | sh_dac_audio.h | 16 int channel; member
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | pci.h | 30 static inline int pci_get_legacy_ide_irq(struct pci_dev *dev, int channel) in pci_get_legacy_ide_irq()
|
/linux-4.1.27/drivers/net/wireless/rtl818x/rtl8187/ |
D | rtl8225.c | 281 static void rtl8225_rf_set_tx_power(struct ieee80211_hw *dev, int channel) in rtl8225_rf_set_tx_power() 532 static void rtl8225z2_rf_set_tx_power(struct ieee80211_hw *dev, int channel) in rtl8225z2_rf_set_tx_power() 588 static void rtl8225z2_b_rf_set_tx_power(struct ieee80211_hw *dev, int channel) in rtl8225z2_b_rf_set_tx_power()
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192de/ |
D | rf.c | 150 u8 *ppowerlevel, u8 channel, in _rtl92d_phy_get_power_base() 215 u8 channel, u8 index, in _rtl92d_get_txpower_writeval_by_regulatory() 394 u8 *ppowerlevel, u8 channel) in rtl92d_phy_rf6052_set_ofdm_txpower()
|
/linux-4.1.27/drivers/staging/rtl8192u/ |
D | r819xU_phy.c | 916 void rtl8192_phy_setTxPower(struct net_device *dev, u8 channel) in rtl8192_phy_setTxPower() 1058 static void rtl8192_SetTxPowerLevel(struct net_device *dev, u8 channel) in rtl8192_SetTxPowerLevel() 1263 static u8 rtl8192_phy_SwChnlStepByStep(struct net_device *dev, u8 channel, in rtl8192_phy_SwChnlStepByStep() 1418 static void rtl8192_phy_FinishSwChnlNow(struct net_device *dev, u8 channel) in rtl8192_phy_FinishSwChnlNow() 1459 u8 rtl8192_phy_SwChnl(struct net_device *dev, u8 channel) in rtl8192_phy_SwChnl()
|
/linux-4.1.27/drivers/message/fusion/ |
D | mptsas.c | 554 mptsas_add_device_component(MPT_ADAPTER *ioc, u8 channel, u8 id, in mptsas_add_device_component() 619 mptsas_add_device_component_by_fw(MPT_ADAPTER *ioc, u8 channel, u8 id) in mptsas_add_device_component_by_fw() 790 mptsas_del_device_component_by_os(MPT_ADAPTER *ioc, u8 channel, u8 id) in mptsas_del_device_component_by_os() 966 mptsas_find_vtarget(MPT_ADAPTER *ioc, u8 channel, u8 id) in mptsas_find_vtarget() 1040 mptsas_target_reset(MPT_ADAPTER *ioc, u8 channel, u8 id) in mptsas_target_reset() 1116 u8 id, channel; in mptsas_target_reset_queue() local 1163 u8 id, channel; in mptsas_schedule_target_reset() local 1198 u8 id, channel; in mptsas_taskmgmt_complete() local 1721 u8 id, channel; in mptsas_target_alloc() local 3741 u8 channel, id; in mptsas_send_link_status_event() local [all …]
|
/linux-4.1.27/sound/soc/samsung/ |
D | dma.h | 18 int channel; /* Channel ID */ member
|
/linux-4.1.27/drivers/staging/octeon-usb/ |
D | octeon-hcd.c | 344 uint8_t channel; member 350 int channel; member 433 #define USB_FIFO_ADDRESS(channel, usb_index) \ argument 708 int channel; in cvmx_usb_initialize() local 1174 int channel; in cvmx_usb_poll_rx_fifo() local 1316 static void cvmx_usb_fill_tx_fifo(struct cvmx_usb_state *usb, int channel) in cvmx_usb_fill_tx_fifo() 1371 int channel, in cvmx_usb_start_channel_control() 1520 static void cvmx_usb_start_channel(struct cvmx_usb_state *usb, int channel, in cvmx_usb_start_channel() 1899 int channel; in cvmx_usb_schedule() local 2442 static int cvmx_usb_poll_channel(struct cvmx_usb_state *usb, int channel) in cvmx_usb_poll_channel() [all …]
|
/linux-4.1.27/drivers/w1/masters/ |
D | ds2482.c | 115 u8 channel; member 128 u8 channel; member 243 static int ds2482_set_channel(struct ds2482_data *pdev, u8 channel) in ds2482_set_channel()
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | pci_32.h | 50 static inline int pci_get_legacy_ide_irq(struct pci_dev *dev, int channel) in pci_get_legacy_ide_irq()
|
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/ |
D | r8192E_phy.c | 641 void rtl8192_phy_setTxPower(struct net_device *dev, u8 channel) in rtl8192_phy_setTxPower() 787 static void rtl8192_SetTxPowerLevel(struct net_device *dev, u8 channel) in rtl8192_SetTxPowerLevel() 839 static u8 rtl8192_phy_SwChnlStepByStep(struct net_device *dev, u8 channel, in rtl8192_phy_SwChnlStepByStep() 982 static void rtl8192_phy_FinishSwChnlNow(struct net_device *dev, u8 channel) in rtl8192_phy_FinishSwChnlNow() 1010 u8 rtl8192_phy_SwChnl(struct net_device *dev, u8 channel) in rtl8192_phy_SwChnl()
|
/linux-4.1.27/drivers/net/wireless/brcm80211/include/ |
D | brcmu_wifi.h | 148 static inline int lower_20_sb(int channel) in lower_20_sb() 153 static inline int upper_20_sb(int channel) in upper_20_sb() 164 static inline u16 ch20mhz_chspec(int channel) in ch20mhz_chspec() 173 static inline int next_20mhz_chan(int channel) in next_20mhz_chan()
|
/linux-4.1.27/drivers/net/hyperv/ |
D | netvsc.c | 630 struct vmbus_channel *channel = device->channel; in netvsc_send_completion() local 933 struct vmbus_channel *channel, in netvsc_send_recv_completion() 978 struct vmbus_channel *channel, in netvsc_receive() 1083 struct vmbus_channel *channel = (struct vmbus_channel *)context; in netvsc_channel_cb() local
|
/linux-4.1.27/drivers/edac/ |
D | x38_edac.c | 123 static int eccerrlog_row(int channel, u64 log) in eccerrlog_row() 208 int channel; in x38_process_error_info() local 304 bool stacked, int channel, int rank) in drb_to_nr_pages()
|
D | i5400_edac.c | 517 int channel; in i5400_proccess_non_recoverable_info() local 582 int channel; in i5400_process_nonfatal_error_info() local 837 static int determine_amb_present_reg(struct i5400_pvt *pvt, int channel) in determine_amb_present_reg() 861 static int determine_mtr(struct i5400_pvt *pvt, int dimm, int channel) in determine_mtr() 918 static void handle_channel(struct i5400_pvt *pvt, int dimm, int channel, in handle_channel() 962 int channel, branch; in calculate_dimm_size() local 1177 int channel, slot; in i5400_init_dimms() local
|
D | i3200_edac.c | 137 static int eccerrlog_row(int channel, u64 log) in eccerrlog_row() 224 int channel; in i3200_process_error_info() local 320 int channel, int rank) in drb_to_nr_pages()
|
D | i7300_edac.c | 414 unsigned branch, channel, bank, rank, cas, ras; in i7300_process_fbd_error() local 592 int mtr, ans, addrBits, channel; in decode_mtr() local 690 int channel, slot; in print_dimm_size() local 753 int ch, branch, slot, channel, max_channel, max_branch; in i7300_init_csrows() local 797 int channel = to_channel(ch, branch); in i7300_init_csrows() local
|
D | i5000_edac.c | 467 int channel; in i5000_process_fatal_error_info() local 552 int channel; in i5000_process_nonfatal_error_info() local 927 static int determine_amb_present_reg(struct i5000_pvt *pvt, int channel) in determine_amb_present_reg() 951 static int determine_mtr(struct i5000_pvt *pvt, int slot, int channel) in determine_mtr() 992 static void handle_channel(struct i5000_pvt *pvt, int slot, int channel, in handle_channel() 1037 int slot, channel, branch; in calculate_dimm_size() local 1260 int channel; in i5000_init_csrows() local
|
/linux-4.1.27/drivers/soc/ti/ |
D | knav_qmss_acc.c | 104 int range_base, channel, queue = 0; in knav_acc_int_handler() local 445 int channel, channels; in knav_acc_free_range() local 491 int ret, channel, channels; in knav_init_acc_range() local
|
/linux-4.1.27/drivers/net/wireless/iwlegacy/ |
D | iwl-spectrum.h | 41 u8 channel; member 63 u8 channel; member
|
/linux-4.1.27/sound/firewire/dice/ |
D | dice-stream.c | 47 unsigned int channel; in release_resources() local 65 unsigned int channel; in keep_resources() local
|
/linux-4.1.27/arch/arm/include/asm/ |
D | pci.h | 48 static inline int pci_get_legacy_ide_irq(struct pci_dev *dev, int channel) in pci_get_legacy_ide_irq()
|
/linux-4.1.27/net/bluetooth/rfcomm/ |
D | sock.c | 108 static struct sock *__rfcomm_get_listen_sock_by_addr(u8 channel, bdaddr_t *src) in __rfcomm_get_listen_sock_by_addr() 129 static struct sock *rfcomm_get_sock_by_channel(int state, u8 channel, bdaddr_t *src) in rfcomm_get_sock_by_channel() 441 u8 channel; in rfcomm_sock_listen() local 949 int rfcomm_connect_ind(struct rfcomm_session *s, u8 channel, struct rfcomm_dlc **d) in rfcomm_connect_ind()
|
/linux-4.1.27/drivers/net/wireless/rtl818x/rtl8180/ |
D | rtl8225.c | 258 static void rtl8225_rf_set_tx_power(struct ieee80211_hw *dev, int channel) in rtl8225_rf_set_tx_power() 475 static void rtl8225z2_rf_set_tx_power(struct ieee80211_hw *dev, int channel) in rtl8225z2_rf_set_tx_power()
|
/linux-4.1.27/drivers/net/wireless/b43/ |
D | phy_lcn.c | 587 static void b43_phy_lcn_set_channel_tweaks(struct b43_wldev *dev, int channel) in b43_phy_lcn_set_channel_tweaks() 626 struct ieee80211_channel *channel, in b43_phy_lcn_set_channel() 778 struct ieee80211_channel *channel = dev->wl->hw->conf.chandef.chan; in b43_phy_lcn_op_switch_channel() local
|
/linux-4.1.27/drivers/gpu/drm/omapdrm/ |
D | omap_drv.c | 75 static bool channel_used(struct drm_device *dev, enum omap_channel channel) in channel_used() 132 enum omap_channel channel) in omap_modeset_create_crtc() 181 enum omap_channel channel; in omap_modeset_init() local
|
D | omap_crtc.c | 34 enum omap_channel channel; member 150 enum omap_channel channel = omap_crtc->channel; in omap_crtc_set_enabled() local 340 enum omap_channel channel = omap_crtc->channel; in apply_worker() local 698 struct drm_plane *plane, enum omap_channel channel, int id) in omap_crtc_init()
|
/linux-4.1.27/sound/pci/ali5451/ |
D | ali5451.c | 476 unsigned int channel) in snd_ali_enable_special_channel() 486 unsigned int channel) in snd_ali_disable_special_channel() 516 unsigned int channel) in snd_ali_disable_voice_irq() 529 static int snd_ali_alloc_pcm_channel(struct snd_ali *codec, int channel) in snd_ali_alloc_pcm_channel() 597 static void snd_ali_free_channel_pcm(struct snd_ali *codec, int channel) in snd_ali_free_channel_pcm() 617 static void snd_ali_stop_voice(struct snd_ali *codec, unsigned int channel) in snd_ali_stop_voice() 847 static void snd_ali_update_ptr(struct snd_ali *codec, int channel) in snd_ali_update_ptr() 898 int channel; in snd_ali_card_interrupt() local 924 int type, int rec, int channel) in snd_ali_alloc_voice() 1494 int channel, struct snd_pcm_hardware *phw) in snd_ali_open() [all …]
|
/linux-4.1.27/drivers/isdn/hardware/mISDN/ |
D | avmfritz.c | 261 Sel_BCS(struct fritzcard *fc, u32 channel) in Sel_BCS() 274 __write_ctrl_pci(struct fritzcard *fc, struct hdlc_hw *hdlc, u32 channel) { in __write_ctrl_pci() 282 __write_ctrl_pciv2(struct fritzcard *fc, struct hdlc_hw *hdlc, u32 channel) { in __write_ctrl_pciv2() 307 __read_status_pci(u_long addr, u32 channel) in __read_status_pci() 314 __read_status_pciv2(u_long addr, u32 channel) in __read_status_pciv2() 322 read_status(struct fritzcard *fc, u32 channel) in read_status()
|
/linux-4.1.27/drivers/isdn/gigaset/ |
D | capi.c | 327 u16 appl, u16 msgid, int channel, in send_data_b3_conf() 1631 int channel; in do_connect_resp() local 1801 int channel; in do_connect_b3_req() local 1848 int channel; in do_connect_b3_resp() local 1920 int channel; in do_disconnect_req() local 2018 int channel; in do_disconnect_b3_req() local 2070 int channel = CAPIMSG_PLCI_PART(skb->data); in do_data_b3_req() local
|
/linux-4.1.27/drivers/mfd/ |
D | ab8500-gpadc.c | 192 int ab8500_gpadc_ad_to_voltage(struct ab8500_gpadc *gpadc, u8 channel, in ab8500_gpadc_ad_to_voltage() 310 int ab8500_gpadc_sw_hw_convert(struct ab8500_gpadc *gpadc, u8 channel, in ab8500_gpadc_sw_hw_convert() 348 int ab8500_gpadc_read_raw(struct ab8500_gpadc *gpadc, u8 channel, in ab8500_gpadc_read_raw() 357 int ab8500_gpadc_double_read_raw(struct ab8500_gpadc *gpadc, u8 channel, in ab8500_gpadc_double_read_raw()
|
/linux-4.1.27/drivers/iio/dac/ |
D | ad5755.c | 123 unsigned int channel, unsigned int reg, unsigned int val) in ad5755_write_ctrl_unlocked() 141 static int ad5755_write_ctrl(struct iio_dev *indio_dev, unsigned int channel, in ad5755_write_ctrl() 184 unsigned int channel, unsigned int set, unsigned int clr) in ad5755_update_dac_ctrl() 199 unsigned int channel, bool pwr_down) in ad5755_set_channel_pwr_down()
|