Home
last modified time | relevance | path

Searched refs:probe (Results 1 – 25 of 62) sorted by relevance

123

/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/uvc/Class/
A Duvc_v4l2.c161 memset(probe, 0, sizeof *probe); in uvc_v4l2_try_format()
163 probe->bFormatIndex = format->index; in uvc_v4l2_try_format()
180 probe->dwMaxVideoFrameSize = in uvc_v4l2_try_format()
184 ret = uvc_probe_video(stream, probe); in uvc_v4l2_try_format()
242 struct uvc_streaming_control probe; in uvc_v4l2_set_format() local
261 memcpy(&stream->ctrl, &probe, sizeof probe); in uvc_v4l2_set_format()
308 struct uvc_streaming_control probe; in uvc_v4l2_set_streamparm() local
333 memcpy(&probe, &stream->ctrl, sizeof probe); in uvc_v4l2_set_streamparm()
334 probe.dwFrameInterval = in uvc_v4l2_set_streamparm()
338 ret = uvc_probe_video(stream, &probe); in uvc_v4l2_set_streamparm()
[all …]
A Duvc_video.c300 struct uvc_streaming_control *ctrl, __s32 probe) in uvc_set_video_ctrl() argument
350 struct uvc_streaming_control *probe) in uvc_probe_video() argument
364 ret = uvc_set_video_ctrl(stream, probe, 1); in uvc_probe_video()
381 ret = uvc_set_video_ctrl(stream, probe, 1); in uvc_probe_video()
402 probe->wPFrameRate = probe_min.wPFrameRate; in uvc_probe_video()
412 struct uvc_streaming_control *probe) in uvc_commit_video() argument
414 return uvc_set_video_ctrl(stream, probe, 0); in uvc_commit_video()
1315 uvc_set_video_ctrl(stream, probe, 1); in uvc_video_init()
1333 if (format->index == probe->bFormatIndex) in uvc_video_init()
1353 probe->bFormatIndex = format->index; in uvc_video_init()
[all …]
/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/codecs/
A Ddummy_codec.c82 .probe = NULL,
111 .probe = NULL,
153 .probe = NULL,
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/host/
A Dohci_sunxi.c88 sunxi_ohci->usbc_no, sunxi_ohci->probe);
354 sunxi_ohci->probe = 1;
404 sunxi_ohci->probe = 0;
505 if (sunxi_ohci->probe == 1) {
528 if (sunxi_ohci->probe == 0) {
583 if (sunxi_ohci->probe == 0) {
704 if (sunxi_ohci->probe == 0) {
803 .probe = sunxi_ohci_hcd_probe,
824 if (sunxi_ohci->probe == 0) {
829 sunxi_ohci->probe = 0;
[all …]
/bsp/stm32/stm32mp157a-st-ev1/
A DREADME_zh.md124 在使用设备前,需要先查找设备是否存在,可以使用命令 `dac probe` 后面跟注册的 DAC 设备的名称。如下所示:
127 msh />dac probe dac1
128 probe dac1 success
A DREADME.md116 …an use the name of the DAC device that is enrolled with the command `dac probe` . As shown as fol…
119 msh />dac probe dac1
120 probe dac1 success
126 msh />dac probe dac1
127 probe dac1 success
/bsp/stm32/stm32mp157a-st-discovery/
A DREADME_zh.md122 在使用设备前,需要先查找设备是否存在,可以使用命令 `dac probe` 后面跟注册的 DAC 设备的名称。如下所示:
125 msh />dac probe dac1
126 probe dac1 success
/bsp/stm32/stm32l4r9-st-eval/board/ports/include/
A Ddrv_touch.h46 rt_bool_t (*probe)(struct rt_i2c_bus_device *i2c_bus); member
/bsp/stm32/stm32f407-atk-explorer/board/ports/touch/
A Ddrv_touch.h47 rt_bool_t (*probe)(struct rt_i2c_bus_device *i2c_bus); member
A Ddrv_touch_ft.c232 ft_driver.probe = ft_probe; in ft_driver_register()
/bsp/loongson/ls1cdev/drivers/
A Ddrv_touch.h42 rt_bool_t (*probe)(struct rt_i2c_bus_device *i2c_bus); member
A Ddrv_touch.c151 if(current_driver->probe(i2c_bus) == RT_TRUE) in touch_run()
207 RT_ASSERT(drv->probe != RT_NULL); in rt_touch_drivers_register()
A Ddrv_touch_gt9xx.c224 gt9xx_driver.probe = gt9xx_probe; in gt9xx_driver_register()
/bsp/allwinner/libraries/drivers/touch/
A Ddrv_touch.h30 rt_bool_t (*probe)(struct rt_i2c_bus_device *i2c_bus); member
A Ddrv_touch.c85 RT_ASSERT(drv->probe != RT_NULL); in rt_touch_drivers_register()
238 if (current_driver->probe(i2c_bus) == RT_TRUE) in rt_touch_init()
/bsp/ft2004/
A DREADME.md197 - 编译 rt-thread,加载版本启动,启动后显示 spi flash probe 成功
202 1. sf probe S25FS256
/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/core/
A Dsnd_core.c1377 if (codec->probe) { in snd_card_register()
1378 ret = codec->probe(codec); in snd_card_register()
1385 if (codec->codec_dai->probe) { in snd_card_register()
1386 ret = codec->codec_dai->probe(codec->codec_dai); in snd_card_register()
1393 if (platform->probe) { in snd_card_register()
1394 ret = platform->probe(platform); in snd_card_register()
1401 if (platform->cpu_dai->probe) { in snd_card_register()
1402 ret = platform->cpu_dai->probe(platform->cpu_dai); in snd_card_register()
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/core/
A Dusb_core_base.c340 if (!func_drv->probe) in _usb_core_func_drv_probe_interface()
367 error = func_drv->probe(intf, id); in _usb_core_func_drv_probe_interface()
/bsp/efm32/Libraries/emlib/inc/
A Dem_emu.h153 EMU_Probe_TypeDef probe; member
/bsp/allwinner/libraries/sunxi-hal/include/hal/sound/
A Dsnd_core.h388 int (*probe)(struct snd_dai *dai); member
397 int (*probe)(struct snd_codec *); member
413 int (*probe)(struct snd_platform *); member
/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/platform/
A Dsunxi-dummy-cpudai.c170 platform->probe = sunxi_cpudai_platform_probe; in snd_platform_cpudai_register()
A Dsunxi-dmic.c281 .probe = sunxi_dmic_dai_probe,
460 platform->probe = sunxi_dmic_platform_probe; in snd_platform_dmic_register()
/bsp/stm32/stm32l4r9-st-eval/board/ports/
A Ddrv_touch_ft.c209 ft_driver.probe = ft_probe; in ft_driver_register()
A Ddrv_touch.c151 if (rt_list_entry(l, struct touch_drivers, list)->probe(i2c_bus)) in rt_touch_thread_init()
/bsp/hpmicro/hpm5300evk/board/debug_scripts/boards/
A Dhpm5300evk.cfg6 # [31:28] Flash probe type

Completed in 31 milliseconds

123