Home
last modified time | relevance | path

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

1234567

/rk3399_rockchip-uboot/test/dm/
H A Dtest-driver.c81 .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 Dtest.py87 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 Dcros_subprocess.py186 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 Dserial-howto.txt11 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 Di2c-howto.txt23 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 Dfat-noncontig-test.sh100 fn=${mnt}/remove-${sects}.img
104 rm -f ${mnt}/remove-*.img
/rk3399_rockchip-uboot/test/py/
H A Dmake_test_disk.py11 os.remove("testdisk.raw")
/rk3399_rockchip-uboot/drivers/pinctrl/nxp/
H A Dpinctrl-imx5.c41 .remove = imx_pinctrl_remove,
H A Dpinctrl-imx7.c38 .remove = imx_pinctrl_remove,
H A Dpinctrl-imx7ulp.c42 .remove = imx_pinctrl_remove,
H A Dpinctrl-imx6.c45 .remove = imx_pinctrl_remove,
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dohci-pci.c39 .remove = ohci_pci_remove,
H A Dxhci-pci.c58 .remove = xhci_deregister,
H A Ddwc3-of-simple.c106 .remove = dwc3_of_simple_remove,
H A Dxhci-mvebu.c99 .remove = xhci_deregister,
H A Dehci-zynq.c87 .remove = ehci_deregister,
H A Dehci-atmel.c124 .remove = ehci_deregister,
/rk3399_rockchip-uboot/drivers/misc/
H A Dtegra_car.c67 .remove = tegra_car_bpmp_remove,
/rk3399_rockchip-uboot/drivers/core/
H A DMakefile9 obj-$(CONFIG_$(SPL_)DM_DEVICE_REMOVE) += device-remove.o
H A Ddevice-remove.c190 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 Dti-j721e-ufs.c72 .remove = ti_j721e_ufs_remove,
/rk3399_rockchip-uboot/test/py/tests/
H A Dtest_gpt.py69 os.remove('testdisk.raw')
/rk3399_rockchip-uboot/drivers/video/rockchip/
H A Drk3288_vop.c107 .remove = rk_vop_remove,
/rk3399_rockchip-uboot/scripts/
H A Dfill_scrapyard.py128 os.remove(self.filename)
/rk3399_rockchip-uboot/drivers/firmware/scmi/
H A Dsandbox-scmi_agent.c140 .remove = sandbox_scmi_test_remove,

1234567