Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/wifi_provision/phone_ap/
A Dawss_aha.c49 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 Du_platform_bus.c35 .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 Du_bus.c205 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 Du_driver.c38 drv->probe, drv->remove, drv->shutdown, drv->suspend, drv->resume); in u_driver_dump()
/AliOS-Things-master/components/freetype/src/pfr/
A Dpfrobjs.c519 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 Dawss_discover.c265 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 Du_driver.h55 int (*probe)(struct u_device *dev); member
A Du_bus.h57 int (*probe)(struct u_device *dev); member
/AliOS-Things-master/components/drivers/core/base/include/drivers/platform/
A Du_platform_bus.h34 int (*probe)(struct u_platform_device *); member
/AliOS-Things-master/components/drivers/core/base/include/devicevfs/
A Ddevicevfs.h82 int (*probe)(struct u_platform_device *); member
/AliOS-Things-master/components/drivers/core/base/devicevfs/src/
A Ddevice_vfs_core.c810 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 Dwdg_dev.c152 .probe = wdg_device_probe,
/AliOS-Things-master/components/drivers/core/base/device/
A Ddevice.c71 .probe = bridge_device_probe,
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/usb_otg/include/
A Dusb.h2172 int (*probe) (struct usb_interface *intf); member
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Daclocal.m4547 # 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 Daclocal.m4587 # recipes. So use an aggressive probe to check that the usage we want is
A DChangeLog2494 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 Daclocal.m4537 # recipes. So use an aggressive probe to check that the usage we want is
/AliOS-Things-master/components/SDL2/src/image/
A Daclocal.m4637 # recipes. So use an aggressive probe to check that the usage we want is
/AliOS-Things-master/components/SDL2/src/image/autom4te.cache/
A Dtraces.22146 # recipes. So use an aggressive probe to check that the usage we want is
A Dtraces.01097 # recipes. So use an aggressive probe to check that the usage we want is
A Doutput.011042 # recipes. So use an aggressive probe to check that the usage we want is
A Doutput.111042 # recipes. So use an aggressive probe to check that the usage we want is
A Doutput.212369 # 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 Daclocal.m49626 # recipes. So use an aggressive probe to check that the usage we want is

Completed in 83 milliseconds