/AliOS-Things-master/components/linkkit/wifi_provision/phone_ap/ |
A D | awss_aha.c | 49 uint8_t probe[AHA_PROBE_PKT_LEN]; in aws_send_aha_probe_req() local 50 memcpy(probe, aha_probe_req_frame, sizeof(probe)); in aws_send_aha_probe_req() 51 os_wifi_get_mac(&probe[AHA_SA_OFFSET]); in aws_send_aha_probe_req() 52 HAL_Wifi_Send_80211_Raw_Frame(FRAME_PROBE_REQ, probe, sizeof(probe)); in aws_send_aha_probe_req()
|
/AliOS-Things-master/components/drivers/core/base/platform/ |
A D | u_platform_bus.c | 35 .probe = NULL, 69 } else if (drv->probe) { in u_platform_bus_init() 70 ret = drv->probe(dev); in u_platform_bus_init() 218 drv->driver.probe = u_platform_bus_init; in u_platform_driver_register()
|
/AliOS-Things-master/components/drivers/core/base/core/ |
A D | u_bus.c | 205 ddkc_dbg("dev->bus->probe:%p, drv->probe:%p\r\n", dev->bus->probe, drv->probe); in u_driver_init_device() 217 if (dev->bus->probe) { in u_driver_init_device() 218 r = dev->bus->probe(dev); in u_driver_init_device() 220 } else if (drv->probe) { in u_driver_init_device() 221 r = drv->probe(dev); in u_driver_init_device()
|
A D | u_driver.c | 38 drv->probe, drv->remove, drv->shutdown, drv->suspend, drv->resume); in u_driver_dump()
|
/AliOS-Things-master/components/freetype/src/pfr/ |
A D | pfrobjs.c | 519 FT_UInt probe = power * size; in pfr_face_get_kerning() local 550 while ( probe > size ) in pfr_face_get_kerning() 552 probe >>= 1; in pfr_face_get_kerning() 553 p = base + probe; in pfr_face_get_kerning() 564 base += probe; in pfr_face_get_kerning()
|
/AliOS-Things-master/components/linkkit/wifi_provision/frameworks/ |
A D | awss_discover.c | 265 uint8_t probe[MAX_MNGMT_FRAME_LEN] = { 0 }; in aws_discover_send() local 283 len = create_mng_frame(probe, ftype, dst, &ap); in aws_discover_send() 285 HAL_Wifi_Send_80211_Raw_Frame(FRAME_BEACON, probe, len); in aws_discover_send()
|
/AliOS-Things-master/components/drivers/core/base/include/drivers/char/ |
A D | u_driver.h | 55 int (*probe)(struct u_device *dev); member
|
A D | u_bus.h | 57 int (*probe)(struct u_device *dev); member
|
/AliOS-Things-master/components/drivers/core/base/include/drivers/platform/ |
A D | u_platform_bus.h | 34 int (*probe)(struct u_platform_device *); member
|
/AliOS-Things-master/components/drivers/core/base/include/devicevfs/ |
A D | devicevfs.h | 82 int (*probe)(struct u_platform_device *); member
|
/AliOS-Things-master/components/drivers/core/base/devicevfs/src/ |
A D | device_vfs_core.c | 810 pdrv->probe = (void *)sdrv->probe; in aos_dev_reg_with_flag() 828 dev_n->real_probe = pdrv->probe; in aos_dev_reg_with_flag() 829 pdrv->probe = _device_vfs_init; in aos_dev_reg_with_flag()
|
/AliOS-Things-master/components/drivers/peripheral/watchdog/src/ |
A D | wdg_dev.c | 152 .probe = wdg_device_probe,
|
/AliOS-Things-master/components/drivers/core/base/device/ |
A D | device.c | 71 .probe = bridge_device_probe,
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/usb_otg/include/ |
A D | usb.h | 2172 int (*probe) (struct usb_interface *intf); member
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | aclocal.m4 | 547 # recipes. So use an aggressive probe to check that the usage we want is
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | aclocal.m4 | 587 # recipes. So use an aggressive probe to check that the usage we want is
|
A D | ChangeLog | 2494 f32097e0 probe input file and quick-check for WebP format. 2543 90e2ec5a Merge "probe input file and quick-check for WebP format." 2545 830f72b7 probe input file and quick-check for WebP format.
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | aclocal.m4 | 537 # recipes. So use an aggressive probe to check that the usage we want is
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | aclocal.m4 | 637 # recipes. So use an aggressive probe to check that the usage we want is
|
/AliOS-Things-master/components/SDL2/src/image/autom4te.cache/ |
A D | traces.2 | 2146 # recipes. So use an aggressive probe to check that the usage we want is
|
A D | traces.0 | 1097 # recipes. So use an aggressive probe to check that the usage we want is
|
A D | output.0 | 11042 # recipes. So use an aggressive probe to check that the usage we want is
|
A D | output.1 | 11042 # recipes. So use an aggressive probe to check that the usage we want is
|
A D | output.2 | 12369 # recipes. So use an aggressive probe to check that the usage we want is
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | aclocal.m4 | 9626 # recipes. So use an aggressive probe to check that the usage we want is
|