Home
last modified time | relevance | path

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

1234567891011

/u-boot/test/dm/
A Dtest-driver.c83 .remove = test_remove,
94 .remove = test_remove,
148 .remove = test_manual_remove,
158 .remove = test_manual_remove,
169 .remove = test_manual_remove,
180 .remove = test_manual_remove,
191 .remove = test_manual_remove,
/u-boot/test/py/tests/test_fs/test_squashfs/
A Dsqfs_common.py54 os.remove(src + f)
55 os.remove(src + "sym")
61 os.remove(sqfs_img)
/u-boot/tools/patman/
A Dtest_checkpatch.py164 os.remove(inname)
165 os.remove(expname)
305 os.remove(inf)
316 os.remove(inf)
327 os.remove(inf)
338 os.remove(inf)
349 os.remove(inf)
/u-boot/doc/driver-model/
A Dserial-howto.rst13 forward to convert these, at some point there may come a patch to remove them!
28 - If you convert all existing users of the driver, remove the pre-driver-model
35 - (if no boards remain that don't use driver model) remove the old code
A Di2c-howto.rst23 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
/u-boot/drivers/pinctrl/nxp/
A Dpinctrl-imxrt.c36 .remove = imx_pinctrl_remove,
A Dpinctrl-vf610.c36 .remove = imx_pinctrl_remove,
A Dpinctrl-imx5.c40 .remove = imx_pinctrl_remove,
A Dpinctrl-imx8.c38 .remove = imx_pinctrl_remove,
A Dpinctrl-imx7.c37 .remove = imx_pinctrl_remove,
A Dpinctrl-imx7ulp.c41 .remove = imx_pinctrl_remove,
A Dpinctrl-imx8m.c34 .remove = imx_pinctrl_remove,
A Dpinctrl-imx6.c49 .remove = imx_pinctrl_remove,
/u-boot/test/fs/
A Dfat-noncontig-test.sh99 fn=${mnt}/remove-${sects}.img
103 rm -f ${mnt}/remove-*.img
/u-boot/drivers/usb/host/
A Dohci-pci.c39 .remove = ohci_pci_remove,
A Dxhci-pci.c68 .remove = xhci_deregister,
A Ddwc3-of-simple.c104 .remove = dwc3_of_simple_remove,
A Dxhci-mvebu.c97 .remove = xhci_deregister,
/u-boot/drivers/misc/
A Dtegra_car.c67 .remove = tegra_car_bpmp_remove,
/u-boot/drivers/core/
A Dsimple-pm-bus.c53 .remove = simple_pm_bus_remove,
A DMakefile8 obj-$(CONFIG_$(SPL_)DM_DEVICE_REMOVE) += device-remove.o
/u-boot/drivers/ufs/
A Dti-j721e-ufs.c72 .remove = ti_j721e_ufs_remove,
/u-boot/drivers/clk/ti/
A Dclk-am3-dpll-x2.c76 .remove = clk_ti_am3_dpll_x2_remove,
/u-boot/drivers/video/rockchip/
A Drk3288_vop.c108 .remove = rk_vop_remove,
/u-boot/drivers/usb/mtu3/
A Dmtu3_plat.c259 .remove = mtu3_gadget_remove,
300 .remove = mtu3_host_remove,
367 .remove = mtu3_remove,

Completed in 24 milliseconds

1234567891011