Home
last modified time | relevance | path

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

12345678910>>...33

/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/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/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/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/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/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/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/hwmon/
H A Dmax197.c56 static inline void max197_set_unipolarity(struct max197_data *data, int channel) in max197_set_unipolarity()
61 static inline void max197_set_bipolarity(struct max197_data *data, int channel) in max197_set_bipolarity()
66 static inline void max197_set_half_range(struct max197_data *data, int channel) in max197_set_half_range()
71 static inline void max197_set_full_range(struct max197_data *data, int channel) in max197_set_full_range()
76 static inline bool max197_is_bipolar(struct max197_data *data, int channel) in max197_is_bipolar()
81 static inline bool max197_is_full_range(struct max197_data *data, int channel) in max197_is_full_range()
92 int channel = attr->index; in max197_show_range() local
120 int channel = attr->index; in max197_store_range() local
175 int channel = attr->index; in max197_show_input() local
/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 …]
/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_geo.c31 int libipw_is_valid_channel(struct libipw_device *ieee, u8 channel) in libipw_is_valid_channel()
60 int libipw_channel_to_index(struct libipw_device *ieee, u8 channel) in libipw_channel_to_index()
82 u32 libipw_channel_to_freq(struct libipw_device * ieee, u8 channel) in libipw_channel_to_freq()
139 u8 libipw_get_channel_flags(struct libipw_device * ieee, u8 channel) in libipw_get_channel_flags()
159 *ieee, u8 channel) in libipw_get_channel()
/linux/drivers/net/ethernet/microchip/
H A Dlan743x_main.h155 #define FCT_RX_CTL_EN_(channel) BIT(28 + (channel)) argument
156 #define FCT_RX_CTL_DIS_(channel) BIT(24 + (channel)) argument
157 #define FCT_RX_CTL_RESET_(channel) BIT(20 + (channel)) argument
160 #define FCT_TX_CTL_EN_(channel) BIT(28 + (channel)) argument
161 #define FCT_TX_CTL_DIS_(channel) BIT(24 + (channel)) argument
162 #define FCT_TX_CTL_RESET_(channel) BIT(20 + (channel)) argument
411 #define INT_BIT_DMA_RX_(channel) BIT(24 + (channel)) argument
413 #define INT_BIT_DMA_TX_(channel) BIT(16 + (channel)) argument
434 #define INT_VEC_MAP0_RX_VEC_(channel, vector) \ argument
438 #define INT_VEC_MAP1_TX_VEC_(channel, vector) \ argument
[all …]
/linux/drivers/net/wwan/iosm/
H A Diosm_ipc_imem_ops.c144 struct ipc_mem_channel *channel) in ipc_imem_is_channel_active()
197 struct ipc_mem_channel *channel) in ipc_imem_sys_port_close()
288 struct ipc_mem_channel *channel; in ipc_imem_sys_port_open() local
318 struct ipc_mem_channel *channel = ipc_cdev->channel; in ipc_imem_sys_cdev_write() local
348 struct ipc_mem_channel *channel; in ipc_imem_sys_devlink_open() local
405 struct ipc_mem_channel *channel; in ipc_imem_sys_devlink_close() local
474 struct ipc_mem_channel *channel, in ipc_imem_sys_psi_transfer()
575 struct ipc_mem_channel *channel; in ipc_imem_sys_devlink_write() local
/linux/drivers/gpu/drm/omapdrm/dss/
H A Ddispc.h109 static inline u16 DISPC_DEFAULT_COLOR(enum omap_channel channel) in DISPC_DEFAULT_COLOR()
126 static inline u16 DISPC_TRANS_COLOR(enum omap_channel channel) in DISPC_TRANS_COLOR()
143 static inline u16 DISPC_TIMING_H(enum omap_channel channel) in DISPC_TIMING_H()
161 static inline u16 DISPC_TIMING_V(enum omap_channel channel) in DISPC_TIMING_V()
179 static inline u16 DISPC_POL_FREQ(enum omap_channel channel) in DISPC_POL_FREQ()
197 static inline u16 DISPC_DIVISORo(enum omap_channel channel) in DISPC_DIVISORo()
216 static inline u16 DISPC_SIZE_MGR(enum omap_channel channel) in DISPC_SIZE_MGR()
233 static inline u16 DISPC_DATA_CYCLE1(enum omap_channel channel) in DISPC_DATA_CYCLE1()
251 static inline u16 DISPC_DATA_CYCLE2(enum omap_channel channel) in DISPC_DATA_CYCLE2()
269 static inline u16 DISPC_DATA_CYCLE3(enum omap_channel channel) in DISPC_DATA_CYCLE3()
[all …]
/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddispc.h106 static inline u16 DISPC_DEFAULT_COLOR(enum omap_channel channel) in DISPC_DEFAULT_COLOR()
123 static inline u16 DISPC_TRANS_COLOR(enum omap_channel channel) in DISPC_TRANS_COLOR()
140 static inline u16 DISPC_TIMING_H(enum omap_channel channel) in DISPC_TIMING_H()
158 static inline u16 DISPC_TIMING_V(enum omap_channel channel) in DISPC_TIMING_V()
176 static inline u16 DISPC_POL_FREQ(enum omap_channel channel) in DISPC_POL_FREQ()
194 static inline u16 DISPC_DIVISORo(enum omap_channel channel) in DISPC_DIVISORo()
213 static inline u16 DISPC_SIZE_MGR(enum omap_channel channel) in DISPC_SIZE_MGR()
230 static inline u16 DISPC_DATA_CYCLE1(enum omap_channel channel) in DISPC_DATA_CYCLE1()
248 static inline u16 DISPC_DATA_CYCLE2(enum omap_channel channel) in DISPC_DATA_CYCLE2()
266 static inline u16 DISPC_DATA_CYCLE3(enum omap_channel channel) in DISPC_DATA_CYCLE3()
[all …]

12345678910>>...33