Home
last modified time | relevance | path

Searched defs:channel (Results 151 – 175 of 2130) sorted by relevance

12345678910>>...86

/OK3568_Linux_fs/kernel/drivers/media/usb/gspca/
H A Dspca506.c24 char channel; member
112 __u16 channel) in spca506_SetNormeInput()
153 __u16 *norme, __u16 *channel) in spca506_GetNormeInput()
321 __u16 channel; in sd_start() local
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/runtime/isys/src/
H A Disys_dma_rmgr.c40 isys2401_dma_channel *channel) in ia_css_isys_dma_channel_rmgr_acquire()
70 isys2401_dma_channel *channel) in ia_css_isys_dma_channel_rmgr_release()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/dss/
H A Ddss.c178 enum omap_channel channel) in dss_ctrl_pll_set_control_mux()
389 static int dss_get_channel_index(enum omap_channel channel) in dss_get_channel_index()
467 enum omap_channel channel, in dss_lcd_clk_mux_dra7()
495 enum omap_channel channel, in dss_lcd_clk_mux_omap5()
526 enum omap_channel channel, in dss_lcd_clk_mux_omap4()
555 enum omap_channel channel, in dss_select_lcd_clk_source()
586 enum omap_channel channel) in dss_get_lcd_clk_source()
737 enum omap_channel channel) in dss_dpi_select_source_omap2_omap3()
746 enum omap_channel channel) in dss_dpi_select_source_omap4()
767 enum omap_channel channel) in dss_dpi_select_source_omap5()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/
H A Dni_routes.h176 static inline bool channel_is_pfi(int channel) in channel_is_pfi()
181 static inline bool channel_is_rtsi(int channel) in channel_is_rtsi()
186 static inline bool channel_is_ctr(int channel) in channel_is_ctr()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddsi.c633 static void print_irq_status_vc(int channel, u32 status) in print_irq_status_vc()
1038 static int dsi_register_isr_vc(struct platform_device *dsidev, int channel, in dsi_register_isr_vc()
1059 static int dsi_unregister_isr_vc(struct platform_device *dsidev, int channel, in dsi_unregister_isr_vc()
2272 static bool dsi_vc_is_enabled(struct platform_device *dsidev, int channel) in dsi_vc_is_enabled()
2282 const int channel = dsi->update_channel; in dsi_packet_sent_handler_vp() local
2289 static int dsi_sync_vc_vp(struct platform_device *dsidev, int channel) in dsi_sync_vc_vp()
2333 const int channel = dsi->update_channel; in dsi_packet_sent_handler_l4() local
2339 static int dsi_sync_vc_l4(struct platform_device *dsidev, int channel) in dsi_sync_vc_l4()
2374 static int dsi_sync_vc(struct platform_device *dsidev, int channel) in dsi_sync_vc()
2396 static int dsi_vc_enable(struct platform_device *dsidev, int channel, in dsi_vc_enable()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/
H A Defx_common.h75 static inline void efx_schedule_channel(struct efx_channel *channel) in efx_schedule_channel()
84 static inline void efx_schedule_channel_irq(struct efx_channel *channel) in efx_schedule_channel_irq()
/OK3568_Linux_fs/kernel/drivers/usb/atm/
H A Dusbatm.c196 static struct urb *usbatm_pop_urb(struct usbatm_channel *channel) in usbatm_pop_urb()
215 struct usbatm_channel *channel = urb->context; in usbatm_submit_urb() local
245 struct usbatm_channel *channel = urb->context; in usbatm_complete() local
996 struct usbatm_channel *channel = from_timer(channel, t, delay); in usbatm_tasklet_schedule() local
1001 static void usbatm_init_channel(struct usbatm_channel *channel) in usbatm_init_channel()
1110 struct usbatm_channel *channel = i ? in usbatm_usb_probe() local
1121 struct usbatm_channel *channel = i < num_rcv_urbs ? in usbatm_usb_probe() local
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Datp870u.c57 static inline void atp_writeb_io(struct atp_unit *atp, u8 channel, u8 reg, u8 val) in atp_writeb_io()
62 static inline void atp_writew_io(struct atp_unit *atp, u8 channel, u8 reg, u16 val) in atp_writew_io()
67 static inline void atp_writeb_pci(struct atp_unit *atp, u8 channel, u8 reg, u8 val) in atp_writeb_pci()
72 static inline void atp_writel_pci(struct atp_unit *atp, u8 channel, u8 reg, u32 val) in atp_writel_pci()
92 static inline u8 atp_readb_io(struct atp_unit *atp, u8 channel, u8 reg) in atp_readb_io()
97 static inline u16 atp_readw_io(struct atp_unit *atp, u8 channel, u8 reg) in atp_readw_io()
102 static inline u8 atp_readb_pci(struct atp_unit *atp, u8 channel, u8 reg) in atp_readb_pci()
/OK3568_Linux_fs/external/rknpu2/examples/RV1106_RV1103/rknn_yolov5_demo/src/
H A Dmain.cc119 int channel = 0; in load_image() local
152 int NC1HWC2_int8_to_NCHW_int8(const int8_t *src, int8_t *dst, int *dims, int channel, int h, int w) in NC1HWC2_int8_to_NCHW_int8()
182 int NC1HWC2_int8_to_NCHW_float(const int8_t *src, float *dst, int *dims, int channel, int h, int w,… in NC1HWC2_int8_to_NCHW_float()
354 int channel = input_attrs[0].dims[3]; in main() local
436 int channel = orig_output_attrs[i].dims[1]; in main() local
/OK3568_Linux_fs/kernel/drivers/media/platform/sti/c8sectpfe/
H A Dc8sectpfe-core.c64 struct channel_info *channel; in c8sectpfe_timer_interrupt() local
82 struct channel_info *channel = from_tasklet(channel, t, tsklet); in channel_swdemux_tsklet() local
139 struct channel_info *channel; in c8sectpfe_start_feed() local
260 struct channel_info *channel; in c8sectpfe_stop_feed() local
888 struct channel_info *channel; in c8sectpfe_remove() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_rf_al7230b.c313 static int zd1211_al7230b_set_channel(struct zd_rf *rf, u8 channel) in zd1211_al7230b_set_channel()
360 static int zd1211b_al7230b_set_channel(struct zd_rf *rf, u8 channel) in zd1211b_al7230b_set_channel()
442 static int zd1211b_al7230b_patch_6m(struct zd_rf *rf, u8 channel) in zd1211b_al7230b_patch_6m()
/OK3568_Linux_fs/kernel/drivers/net/can/usb/peak_usb/
H A Dpcan_usb_pro.h82 u8 channel; member
89 u8 channel; member
95 u8 channel; member
113 u8 channel; member
120 u8 channel; member
143 u8 channel; member
/OK3568_Linux_fs/kernel/sound/pci/ca0106/
H A Dca0106_main.c551 struct snd_ca0106_channel *channel = &(chip->playback_channels[channel_id]); in snd_ca0106_pcm_open_playback_channel() local
644 struct snd_ca0106_channel *channel = &(chip->capture_channels[channel_id]); in snd_ca0106_pcm_open_capture_channel() local
717 int channel = epcm->channel_id; in snd_ca0106_pcm_prepare_playback() local
830 int channel = epcm->channel_id; in snd_ca0106_pcm_prepare_capture() local
922 int channel; in snd_ca0106_pcm_trigger_playback() local
989 int channel = epcm->channel_id; in snd_ca0106_pcm_trigger_capture() local
1018 int channel = epcm->channel_id; in snd_ca0106_pcm_pointer_playback() local
1048 int channel = epcm->channel_id; in snd_ca0106_pcm_pointer_capture() local
1720 static int snd_ca0106_midi(struct snd_ca0106 *chip, unsigned int channel) in snd_ca0106_midi()
/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Dw83627ehf.c805 store_temp_offset(struct device *dev, struct w83627ehf_data *data, int channel, in store_temp_offset()
818 store_pwm_mode(struct device *dev, struct w83627ehf_data *data, int channel, in store_pwm_mode()
838 store_pwm(struct device *dev, struct w83627ehf_data *data, int channel, in store_pwm()
851 store_pwm_enable(struct device *dev, struct w83627ehf_data *data, int channel, in store_pwm_enable()
1091 clear_caseopen(struct device *dev, struct w83627ehf_data *data, int channel, in clear_caseopen()
1340 u32 attr, int channel) in w83627ehf_is_visible()
1433 int channel, long *val) in w83627ehf_do_read_temp()
1468 int channel, long *val) in w83627ehf_do_read_in()
1497 int channel, long *val) in w83627ehf_do_read_fan()
1525 int channel, long *val) in w83627ehf_do_read_pwm()
[all …]
H A Dk10temp.c112 #define HAVE_TEMP(d, channel) ((d)->show_temp & BIT(channel)) argument
196 u32 attr, int channel, const char **str) in k10temp_read_labels()
208 static int k10temp_read_temp(struct device *dev, u32 attr, int channel, in k10temp_read_temp()
255 u32 attr, int channel, long *val) in k10temp_read()
267 u32 attr, int channel) in k10temp_is_visible()
H A Dwm8350-hwmon.c29 int channel = to_sensor_dev_attr(attr)->index; in show_voltage() local
41 int channel = to_sensor_dev_attr(attr)->index; in show_label() local
/OK3568_Linux_fs/kernel/sound/core/oss/
H A Drate.c55 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
/OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac4_dma.c166 static void _dwmac4_dump_dma_regs(void __iomem *ioaddr, u32 channel, in _dwmac4_dump_dma_regs()
222 u32 channel, int fifosz, u8 qmode) in dwmac4_dma_rx_chan_op_mode()
289 u32 channel, int fifosz, u8 qmode) in dwmac4_dma_tx_chan_op_mode()
450 static void dwmac4_qmode(void __iomem *ioaddr, u32 channel, u8 qmode) in dwmac4_qmode()
/OK3568_Linux_fs/kernel/drivers/firewire/
H A Dcore-iso.c133 int type, int channel, int speed, size_t header_size, in fw_iso_context_create()
247 int channel, ret = -EIO, retry = 5; in manage_channel() local
295 int generation, int channel) in deallocate_channel()
339 u64 channels_mask, int *channel, int *bandwidth, in fw_iso_resource_manage()
/OK3568_Linux_fs/kernel/drivers/usb/musb/
H A Dtusb6010_omap.c99 struct dma_channel *channel = (struct dma_channel *)data; in tusb_omap_dma_cb() local
181 static int tusb_omap_dma_program(struct dma_channel *channel, u16 packet_sz, in tusb_omap_dma_program()
367 static int tusb_omap_dma_abort(struct dma_channel *channel) in tusb_omap_dma_abort()
429 struct dma_channel *channel = NULL; in tusb_omap_dma_allocate() local
499 static void tusb_omap_dma_release(struct dma_channel *channel) in tusb_omap_dma_release()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wl18xx/
H A Dcmd.h20 u8 channel; member
51 u8 channel; member
67 u8 channel; member
/OK3568_Linux_fs/u-boot/drivers/pwm/
H A Drk_pwm.c40 static int rk_pwm_set_invert(struct udevice *dev, uint channel, bool polarity) in rk_pwm_set_invert()
58 static int rk_pwm_set_config(struct udevice *dev, uint channel, uint period_ns, in rk_pwm_set_config()
112 static int rk_pwm_set_enable(struct udevice *dev, uint channel, bool enable) in rk_pwm_set_enable()
H A Dtegra_pwm.c20 static int tegra_pwm_set_config(struct udevice *dev, uint channel, in tegra_pwm_set_config()
44 static int tegra_pwm_set_enable(struct udevice *dev, uint channel, bool enable) in tegra_pwm_set_enable()
/OK3568_Linux_fs/u-boot/drivers/i2c/muxes/
H A Dmax96755f.c15 uint channel) in max96755f_select()
50 uint channel) in max96755f_deselect()
/OK3568_Linux_fs/kernel/drivers/iio/
H A Dinkern.c123 static int __of_iio_channel_get(struct iio_channel *channel, in __of_iio_channel_get()
164 struct iio_channel *channel; in of_iio_channel_get() local
283 struct iio_channel *channel; in iio_channel_get_sys() local
336 struct iio_channel *channel; in iio_channel_get() local
349 void iio_channel_release(struct iio_channel *channel) in iio_channel_release()
360 struct iio_channel *channel = *(struct iio_channel **)res; in devm_iio_channel_free() local
368 struct iio_channel **ptr, *channel; in devm_iio_channel_get() local

12345678910>>...86