| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/uvc/Class/ |
| A D | uvc_v4l2.c | 161 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 D | uvc_video.c | 300 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 D | dummy_codec.c | 82 .probe = NULL, 111 .probe = NULL, 153 .probe = NULL,
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/host/ |
| A D | ohci_sunxi.c | 88 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 D | README_zh.md | 124 在使用设备前,需要先查找设备是否存在,可以使用命令 `dac probe` 后面跟注册的 DAC 设备的名称。如下所示: 127 msh />dac probe dac1 128 probe dac1 success
|
| A D | README.md | 116 …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 D | README_zh.md | 122 在使用设备前,需要先查找设备是否存在,可以使用命令 `dac probe` 后面跟注册的 DAC 设备的名称。如下所示: 125 msh />dac probe dac1 126 probe dac1 success
|
| /bsp/stm32/stm32l4r9-st-eval/board/ports/include/ |
| A D | drv_touch.h | 46 rt_bool_t (*probe)(struct rt_i2c_bus_device *i2c_bus); member
|
| /bsp/stm32/stm32f407-atk-explorer/board/ports/touch/ |
| A D | drv_touch.h | 47 rt_bool_t (*probe)(struct rt_i2c_bus_device *i2c_bus); member
|
| A D | drv_touch_ft.c | 232 ft_driver.probe = ft_probe; in ft_driver_register()
|
| /bsp/loongson/ls1cdev/drivers/ |
| A D | drv_touch.h | 42 rt_bool_t (*probe)(struct rt_i2c_bus_device *i2c_bus); member
|
| A D | drv_touch.c | 151 if(current_driver->probe(i2c_bus) == RT_TRUE) in touch_run() 207 RT_ASSERT(drv->probe != RT_NULL); in rt_touch_drivers_register()
|
| A D | drv_touch_gt9xx.c | 224 gt9xx_driver.probe = gt9xx_probe; in gt9xx_driver_register()
|
| /bsp/allwinner/libraries/drivers/touch/ |
| A D | drv_touch.h | 30 rt_bool_t (*probe)(struct rt_i2c_bus_device *i2c_bus); member
|
| A D | drv_touch.c | 85 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 D | README.md | 197 - 编译 rt-thread,加载版本启动,启动后显示 spi flash probe 成功 202 1. sf probe S25FS256
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sound/core/ |
| A D | snd_core.c | 1377 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 D | usb_core_base.c | 340 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 D | em_emu.h | 153 EMU_Probe_TypeDef probe; member
|
| /bsp/allwinner/libraries/sunxi-hal/include/hal/sound/ |
| A D | snd_core.h | 388 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 D | sunxi-dummy-cpudai.c | 170 platform->probe = sunxi_cpudai_platform_probe; in snd_platform_cpudai_register()
|
| A D | sunxi-dmic.c | 281 .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 D | drv_touch_ft.c | 209 ft_driver.probe = ft_probe; in ft_driver_register()
|
| A D | drv_touch.c | 151 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 D | hpm5300evk.cfg | 6 # [31:28] Flash probe type
|