/external/wpa_supplicant_8/wpa_supplicant/ |
D | driver_i.h | 18 if (wpa_s->driver->init2) in wpa_drv_init() 19 return wpa_s->driver->init2(wpa_s, ifname, in wpa_drv_init() 21 if (wpa_s->driver->init) { in wpa_drv_init() 22 return wpa_s->driver->init(wpa_s, ifname); in wpa_drv_init() 29 if (wpa_s->driver->deinit) in wpa_drv_deinit() 30 wpa_s->driver->deinit(wpa_s->drv_priv); in wpa_drv_deinit() 36 if (wpa_s->driver->set_param) in wpa_drv_set_param() 37 return wpa_s->driver->set_param(wpa_s->drv_priv, param); in wpa_drv_set_param() 44 if (wpa_s->driver->set_countermeasures) { in wpa_drv_set_countermeasures() 45 return wpa_s->driver->set_countermeasures(wpa_s->drv_priv, in wpa_drv_set_countermeasures() [all …]
|
/external/mesa3d/src/mesa/drivers/common/ |
D | driverfuncs.c | 74 _mesa_init_driver_functions(struct dd_function_table *driver) in _mesa_init_driver_functions() argument 76 memset(driver, 0, sizeof(*driver)); in _mesa_init_driver_functions() 78 driver->GetString = NULL; /* REQUIRED! */ in _mesa_init_driver_functions() 79 driver->UpdateState = NULL; /* REQUIRED! */ in _mesa_init_driver_functions() 81 driver->Finish = NULL; in _mesa_init_driver_functions() 82 driver->Flush = NULL; in _mesa_init_driver_functions() 85 driver->Clear = _swrast_Clear; in _mesa_init_driver_functions() 86 driver->RasterPos = _mesa_RasterPos; in _mesa_init_driver_functions() 87 driver->DrawPixels = _swrast_DrawPixels; in _mesa_init_driver_functions() 88 driver->ReadPixels = _mesa_readpixels; in _mesa_init_driver_functions() [all …]
|
/external/wpa_supplicant_8/src/ap/ |
D | ap_drv_ops.h | 109 if (!hapd->driver || !hapd->driver->send_action_cancel_wait || in hostapd_drv_send_action_cancel_wait() 112 hapd->driver->send_action_cancel_wait(hapd->drv_priv); in hostapd_drv_send_action_cancel_wait() 144 if (hapd->driver == NULL || in hostapd_drv_set_countermeasures() 145 hapd->driver->hapd_set_countermeasures == NULL) in hostapd_drv_set_countermeasures() 147 return hapd->driver->hapd_set_countermeasures(hapd->drv_priv, enabled); in hostapd_drv_set_countermeasures() 154 if (hapd->driver == NULL || hapd->driver->set_sta_vlan == NULL) in hostapd_drv_set_sta_vlan() 156 return hapd->driver->set_sta_vlan(hapd->drv_priv, addr, ifname, in hostapd_drv_set_sta_vlan() 163 if (hapd->driver == NULL || hapd->driver->get_inact_sec == NULL) in hostapd_drv_get_inact_sec() 165 return hapd->driver->get_inact_sec(hapd->drv_priv, addr); in hostapd_drv_get_inact_sec() 171 if (!hapd->driver || !hapd->driver->sta_remove || !hapd->drv_priv) in hostapd_drv_sta_remove() [all …]
|
D | ap_drv_ops.c | 227 if (hapd->driver == NULL || hapd->driver->set_ap_wps_ie == NULL) in hostapd_reset_ap_wps_ie() 230 return hapd->driver->set_ap_wps_ie(hapd->drv_priv, NULL, NULL, NULL); in hostapd_reset_ap_wps_ie() 239 if (hapd->driver == NULL || hapd->driver->set_ap_wps_ie == NULL) in hostapd_set_ap_wps_ie() 246 ret = hapd->driver->set_ap_wps_ie(hapd->drv_priv, beacon, proberesp, in hostapd_set_ap_wps_ie() 336 if (hapd->driver == NULL || hapd->driver->set_wds_sta == NULL) in hostapd_set_wds_sta() 342 return hapd->driver->set_wds_sta(hapd->drv_priv, addr, aid, val, in hostapd_set_wds_sta() 350 if (hapd->driver == NULL || hapd->driver->add_sta_node == NULL) in hostapd_add_sta_node() 352 return hapd->driver->add_sta_node(hapd->drv_priv, addr, auth_alg); in hostapd_add_sta_node() 364 if (hapd->driver == NULL || hapd->driver->sta_auth == NULL) in hostapd_sta_auth() 396 return hapd->driver->sta_auth(hapd->drv_priv, ¶ms); in hostapd_sta_auth() [all …]
|
/external/u-boot/drivers/spi/ |
D | Kconfig | 10 Enable driver model for SPI. The SPI slave interface 16 typically use driver-private data instead of extending the 22 bool "Altera SPI driver" 24 Enable the Altera SPI driver. This driver can be used to 30 bool "Andestech ATCSPI200 SPI driver" 32 Enable the Andestech ATCSPI200 SPI driver. This driver can be 37 bool "Atheros SPI driver" 40 Enable the Atheros ar7xxx/ar9xxx SoC SPI driver, it was used 41 to access SPI NOR flash and other SPI peripherals. This driver 42 uses driver model and requires a device tree binding to operate. [all …]
|
/external/autotest/client/site_tests/network_CastTDLS/ |
D | network_CastTDLS.py | 32 def _navigate_url(self, driver, url): argument 38 if driver.current_url != url: 39 driver.get(url) 40 driver.refresh() 42 def _set_focus_tab(self, driver, tab_handle): argument 48 driver.switch_to_window(tab_handle) 49 driver.get_screenshot_as_base64() 51 def _block_setup_dialog(self, driver, extension_id): argument 59 self._navigate_url(driver, test_utils_page) 61 driver.execute_script( [all …]
|
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device_unittest.cpp | 31 void EmptyTest(CFX_SkiaDeviceDriver* driver, const State&) { in EmptyTest() argument 32 driver->SaveState(); in EmptyTest() 33 driver->RestoreState(true); in EmptyTest() 34 driver->RestoreState(false); in EmptyTest() 37 void CommonTest(CFX_SkiaDeviceDriver* driver, const State& state) { in CommonTest() argument 50 driver->SaveState(); in CommonTest() 59 driver->SaveState(); in CommonTest() 61 driver->SetClip_PathFill(&clipPath, &clipMatrix, 0); in CommonTest() 63 driver->DrawPath(&path1, &matrix, &graphState, 0xFF112233, 0, in CommonTest() 66 driver->DrawDeviceText(SK_ARRAY_COUNT(charPos), charPos, &font, &matrix, in CommonTest() [all …]
|
/external/autotest/client/site_tests/files_CopyFileToGoogleDriveUI/ |
D | files_CopyFileToGoogleDriveUI.py | 66 def switch_to_app(self, driver, title): argument 73 windows = driver.window_handles 76 logging.debug("Current window is %s", driver.title) 77 if driver.title.strip().lower() == title.lower(): 83 driver.switch_to_window(window) 84 logging.debug("Switched to window: %s", driver.title) 86 if driver.title.strip().lower() == title.lower(): 96 def open_files_application(self, driver): argument 105 self.switch_to_files(driver) 112 self.switch_to_files(driver) [all …]
|
/external/autotest/client/site_tests/bluetooth_TurnOnOffUI/ |
D | bluetooth_TurnOnOffUI.py | 51 def open_settings(self, driver): argument 58 driver.get(self.SETTINGS_URL) 59 logging.debug("Current tab is %s", driver.title) 60 return self.settings_frame(driver) 62 def settings_frame(self, driver): argument 68 settings_ui = driver.find_element_by_tag_name(self.SETTINGS_UI_TAG) 69 settings_ui_shroot = driver.execute_script(self.SHADOW_ROOT_JS, 73 settings_basic_page = driver.execute_script(self.SHADOW_ROOT_JS, 76 return driver.execute_script(self.SHADOW_ROOT_JS, settings_basic_page) 78 def bluetooth_page(self, driver): argument [all …]
|
/external/u-boot/drivers/usb/gadget/udc/ |
D | udc-core.c | 36 struct usb_gadget_driver *driver; member 109 struct usb_gadget_driver *driver) in usb_gadget_udc_reset() argument 111 driver->reset(gadget); in usb_gadget_udc_reset() 131 return udc->gadget->ops->udc_start(udc->gadget, udc->driver); in usb_gadget_udc_start() 225 udc->driver->function); in usb_gadget_remove_driver() 228 udc->driver->disconnect(udc->gadget); in usb_gadget_remove_driver() 229 udc->driver->unbind(udc->gadget); in usb_gadget_remove_driver() 232 udc->driver = NULL; in usb_gadget_remove_driver() 262 if (udc->driver) in usb_del_gadget_udc() 269 static int udc_bind_to_driver(struct usb_udc *udc, struct usb_gadget_driver *driver) in udc_bind_to_driver() argument [all …]
|
/external/u-boot/drivers/power/regulator/ |
D | Kconfig | 5 This config enables the driver model regulator support. 16 for this purpose if PMIC I/O driver is implemented or dm_scan_fdt_dev() 29 bool "Enable driver for ACT8846 regulator" 33 driver implements get/set api for the various BUCKS and LDOS supported 34 by the PMIC device. This driver is controlled by a device tree node 38 bool "Enable driver for AS7322 regulator" 42 driver implements enable/disable for step-down bucks and LDOs, 50 This config enables implementation of driver-model regulator uclass 51 features for REGULATOR PFUZE100. The driver implements get/set api for: 55 bool "Enable driver for PWM regulators" [all …]
|
/external/freetype/src/base/ |
D | ftpsprop.c | 45 PS_Driver driver = (PS_Driver)module; in ps_property_set() local 103 driver->darken_params[0] = x1; in ps_property_set() 104 driver->darken_params[1] = y1; in ps_property_set() 105 driver->darken_params[2] = x2; in ps_property_set() 106 driver->darken_params[3] = y2; in ps_property_set() 107 driver->darken_params[4] = x3; in ps_property_set() 108 driver->darken_params[5] = y3; in ps_property_set() 109 driver->darken_params[6] = x4; in ps_property_set() 110 driver->darken_params[7] = y4; in ps_property_set() 130 driver->hinting_engine = FT_HINTING_ADOBE; in ps_property_set() [all …]
|
/external/droiddriver/src/io/appium/droiddriver/scroll/ |
D | StepBasedScroller.java | 81 protected UiElement scrollTo(DroidDriver driver, Finder containerFinder, Finder itemFinder, in scrollTo() argument 83 Logs.call(this, "scrollTo", driver, containerFinder, itemFinder, direction, scrollBack); in scrollTo() 91 return driver.getPoller() in scrollTo() 92 .pollFor(driver, itemFinder, Poller.EXISTS, perScrollTimeoutMillis); in scrollTo() 94 if (i < maxScrolls && !scrollStepStrategy.scroll(driver, containerFinder, direction)) { in scrollTo() 112 driver.on(containerFinder).scroll(direction.reverse()); in scrollTo() 119 public UiElement scrollTo(DroidDriver driver, Finder containerFinder, Finder itemFinder, in scrollTo() argument 122 scrollStepStrategy.beginScrolling(driver, containerFinder, itemFinder, direction); in scrollTo() 123 return scrollTo(driver, containerFinder, itemFinder, direction, false); in scrollTo() 125 scrollStepStrategy.endScrolling(driver, containerFinder, itemFinder, direction); in scrollTo() [all …]
|
/external/autotest/client/cros/ |
D | webstore_test.py | 191 self.driver = chromedriver_instance.driver 192 self.driver.implicitly_wait(15) 193 self._wait = WebDriverWait(self.driver, 20) 222 self.driver.get(self.webstore_url) 223 self.driver.get(self.detail_page(item_id)) 238 self.driver.find_element_by_xpath(button_xpath).click() 240 password_field = self.driver.find_element_by_xpath( 243 self.driver.find_element_by_xpath('//input[@id="signIn"]').click() 246 self.driver.find_element_by_xpath(install_type_click_xpath).click() 249 handle = self.driver.current_window_handle [all …]
|
/external/u-boot/drivers/core/ |
D | lists.c | 20 struct driver *lists_driver_lookup_name(const char *name) in lists_driver_lookup_name() 22 struct driver *drv = in lists_driver_lookup_name() 23 ll_entry_start(struct driver, driver); in lists_driver_lookup_name() 24 const int n_ents = ll_entry_count(struct driver, driver); in lists_driver_lookup_name() 25 struct driver *entry; in lists_driver_lookup_name() 84 struct driver *drv; in device_bind_driver_to_node() 127 struct driver *driver = ll_entry_start(struct driver, driver); in lists_bind_fdt() local 128 const int n_ents = ll_entry_count(struct driver, driver); in lists_bind_fdt() 130 struct driver *entry; in lists_bind_fdt() 165 for (entry = driver; entry != driver + n_ents; entry++) { in lists_bind_fdt() [all …]
|
/external/u-boot/drivers/gpio/ |
D | Kconfig | 11 Enable driver model for GPIO access. The standard GPIO 18 bool "Altera PIO driver" 25 bool "BCM6345 GPIO driver" 28 This driver supports the GPIO banks on BCM6345 SoCs. 31 bool "DWAPB GPIO driver" 35 Support for the Designware APB GPIO driver. 38 bool "AT91 PIO GPIO driver" 42 Say yes here to select AT91 PIO GPIO driver. AT91 PIO 47 the responsibility of AT91 Pinctrl driver. This driver is 51 bool "ATMEL PIO4 driver" [all …]
|
/external/u-boot/drivers/pinctrl/nxp/ |
D | Kconfig | 5 bool "IMX5 pinctrl driver" 10 Say Y here to enable the imx5 pinctrl driver 12 This provides a simple pinctrl driver for i.MX 53SoC familiy, 14 configuration. This driver is different from the linux one, 19 bool "IMX6 pinctrl driver" 24 Say Y here to enable the imx6 pinctrl driver 26 This provides a simple pinctrl driver for i.MX6 SoC familiy, 28 configuration. This driver is different from the linux one, 33 bool "IMX7 pinctrl driver" 38 Say Y here to enable the imx7 pinctrl driver [all …]
|
/external/swiftshader/third_party/subzero/crosstest/ |
D | crosstest.cfg | 2 driver: simple_loop_main.c 6 driver: mem_intrin_main.cpp 11 driver: test_arith_main.cpp 22 driver: test_bitmanip_main.cpp 26 driver: test_calling_conv_main.cpp 30 driver: test_cast_main.cpp 34 driver: test_fcmp_main.cpp 38 driver: test_global_main.cpp 42 driver: test_icmp_main.cpp 46 driver: test_select_main.cpp [all …]
|
/external/droiddriver/src/io/appium/droiddriver/helpers/ |
D | DroidDriversInitializer.java | 27 private final DroidDriver driver; field in DroidDriversInitializer 29 private DroidDriversInitializer(DroidDriver driver) { in DroidDriversInitializer() argument 30 this.driver = driver; in DroidDriversInitializer() 35 DroidDrivers.setSingleton(driver); in run() 38 public static synchronized DroidDriversInitializer get(DroidDriver driver) { in get() argument 40 instance = new DroidDriversInitializer(driver); in get() 43 if (instance.driver != driver) { in get()
|
/external/mesa3d/src/egl/main/ |
D | README.txt | 9 calls into driver-specific functions. 11 2. Fallbacks for EGL API functions. A driver _could_ implement all the 19 When the apps calls eglInitialize() a device driver is selected and loaded 22 The built-in driver's entry point function is then called. This driver function 29 driver->API.Initialize and driver->API.Terminate _must_ be implemented 30 with driver-specific code (no default/fallback function is possible). 33 Shortly after, the driver->API.Initialize() function is executed. Any additional 34 driver initialization that wasn't done in the driver entry point should be 41 Certain EGL functions _must_ be implemented by the driver. This includes: 58 When eglTerminate() is called, the driver->API.Terminate() function is [all …]
|
/external/u-boot/drivers/pinctrl/ |
D | Kconfig | 27 It is totally up to the implementation of each low-level driver. 51 a single pin can be used for several functions. An SoC pinctrl driver 53 The driver is typically controlled by the device tree. 95 driver or in the device tree. If this is acceptable and you need 110 bool "QCA/Athores ar933x pin control driver" 114 The driver is controlled by a device tree node which contains 119 bool "AT91 pinctrl driver" 122 This option is to enable the AT91 pinctrl driver for AT91 PIO 131 can also control the multi-driver capability, pull-up and pull-down 135 bool "AT91 PIO4 pinctrl driver" [all …]
|
/external/autotest/server/cros/ap_configurators/ |
D | belkinF9K1103_ap_configurator.py | 35 self.driver.delete_all_cookies() 38 self.driver.switch_to_default_content() 39 frame = self.driver.find_element_by_name('mainFrame') 40 self.driver.switch_to_frame(frame) 47 element = self.driver.find_element_by_id('60') 103 self.driver.switch_to_default_content() 104 frame = self.driver.find_element_by_name('mainFrame') 105 self.driver.switch_to_frame(frame) 110 self.driver.get(page_url) 111 self.wait.until(lambda _:'index.htm' in self.driver.title) [all …]
|
/external/u-boot/doc/driver-model/ |
D | i2c-howto.txt | 1 How to port a serial driver to driver model 23 Here is a suggested approach for converting your I2C driver over to driver 26 - #ifdef out all your own I2C driver code (#ifndef CONFIG_DM_I2C) 28 - If the board does not already use driver model, you need CONFIG_DM also 30 no I2C driver 32 - Add a private struct for the driver data - avoid using static variables 33 - Implement each of the driver methods, perhaps by calling your old methods 36 - If you convert all existing users of the driver, remove the pre-driver-model 40 - clean up / prepare the driver for conversion 41 - add driver model code [all …]
|
D | serial-howto.txt | 1 How to port a serial driver to driver model 13 Here is a suggested approach for converting your serial driver over to driver 16 - #ifdef out all your own serial driver code (#ifndef CONFIG_DM_SERIAL) 18 - If the board does not already use driver model, you need CONFIG_DM also 20 driver 22 - Add a private struct for the driver data - avoid using static variables 23 - Implement each of the driver methods, perhaps by calling your old methods 26 - If you convert all existing users of the driver, remove the pre-driver-model 30 - clean up / prepare the driver for conversion 31 - add driver model code [all …]
|
/external/freetype/src/cid/ |
D | cidobjs.c | 72 module = FT_Get_Module( slot->face->driver->root.library, in cid_slot_init() 103 module = FT_Get_Module( size->root.face->driver->root.library, in cid_size_get_globals_funcs() 476 PS_Driver driver = (PS_Driver)module; in cid_driver_init() local 483 driver->hinting_engine = FT_HINTING_FREETYPE; in cid_driver_init() 485 driver->hinting_engine = FT_HINTING_ADOBE; in cid_driver_init() 488 driver->no_stem_darkening = TRUE; in cid_driver_init() 490 driver->darken_params[0] = CFF_CONFIG_OPTION_DARKENING_PARAMETER_X1; in cid_driver_init() 491 driver->darken_params[1] = CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y1; in cid_driver_init() 492 driver->darken_params[2] = CFF_CONFIG_OPTION_DARKENING_PARAMETER_X2; in cid_driver_init() 493 driver->darken_params[3] = CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y2; in cid_driver_init() [all …]
|