| /rk3399_rockchip-uboot/test/dm/ |
| H A D | test-driver.c | 81 .remove = test_remove, 92 .remove = test_remove, 146 .remove = test_manual_remove, 156 .remove = test_manual_remove, 167 .remove = test_manual_remove,
|
| /rk3399_rockchip-uboot/tools/patman/ |
| H A D | test.py | 87 os.remove(inname) 88 os.remove(expname) 225 os.remove(inf) 236 os.remove(inf) 247 os.remove(inf) 258 os.remove(inf)
|
| H A D | cros_subprocess.py | 186 write_set.remove(self.stdin) 197 read_set.remove(self.stdout) 212 read_set.remove(self.stderr)
|
| /rk3399_rockchip-uboot/doc/driver-model/ |
| H A D | serial-howto.txt | 11 forward to convert these, at some point there may come a patch to remove them! 26 - If you convert all existing users of the driver, remove the pre-driver-model 33 - (if no boards remain that don't use driver model) remove the old code
|
| H A D | i2c-howto.txt | 23 forward to convert these, at some point there may come a patch to remove them! 38 - If you convert all existing users of the driver, remove the pre-driver-model 45 - (if no boards remain that don't use driver model) remove the old code
|
| /rk3399_rockchip-uboot/test/fs/ |
| H A D | fat-noncontig-test.sh | 100 fn=${mnt}/remove-${sects}.img 104 rm -f ${mnt}/remove-*.img
|
| /rk3399_rockchip-uboot/test/py/ |
| H A D | make_test_disk.py | 11 os.remove("testdisk.raw")
|
| /rk3399_rockchip-uboot/drivers/pinctrl/nxp/ |
| H A D | pinctrl-imx5.c | 41 .remove = imx_pinctrl_remove,
|
| H A D | pinctrl-imx7.c | 38 .remove = imx_pinctrl_remove,
|
| H A D | pinctrl-imx7ulp.c | 42 .remove = imx_pinctrl_remove,
|
| H A D | pinctrl-imx6.c | 45 .remove = imx_pinctrl_remove,
|
| /rk3399_rockchip-uboot/drivers/usb/host/ |
| H A D | ohci-pci.c | 39 .remove = ohci_pci_remove,
|
| H A D | xhci-pci.c | 58 .remove = xhci_deregister,
|
| H A D | dwc3-of-simple.c | 106 .remove = dwc3_of_simple_remove,
|
| H A D | xhci-mvebu.c | 99 .remove = xhci_deregister,
|
| H A D | ehci-zynq.c | 87 .remove = ehci_deregister,
|
| H A D | ehci-atmel.c | 124 .remove = ehci_deregister,
|
| /rk3399_rockchip-uboot/drivers/misc/ |
| H A D | tegra_car.c | 67 .remove = tegra_car_bpmp_remove,
|
| /rk3399_rockchip-uboot/drivers/core/ |
| H A D | Makefile | 9 obj-$(CONFIG_$(SPL_)DM_DEVICE_REMOVE) += device-remove.o
|
| H A D | device-remove.c | 190 if (drv->remove && flags_remove(flags, drv->flags)) { in device_remove() 191 ret = drv->remove(dev); in device_remove()
|
| /rk3399_rockchip-uboot/drivers/ufs/ |
| H A D | ti-j721e-ufs.c | 72 .remove = ti_j721e_ufs_remove,
|
| /rk3399_rockchip-uboot/test/py/tests/ |
| H A D | test_gpt.py | 69 os.remove('testdisk.raw')
|
| /rk3399_rockchip-uboot/drivers/video/rockchip/ |
| H A D | rk3288_vop.c | 107 .remove = rk_vop_remove,
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | fill_scrapyard.py | 128 os.remove(self.filename)
|
| /rk3399_rockchip-uboot/drivers/firmware/scmi/ |
| H A D | sandbox-scmi_agent.c | 140 .remove = sandbox_scmi_test_remove,
|