Searched refs:remove (Results 1 – 25 of 263) sorted by relevance
1234567891011
/u-boot/test/dm/ |
A D | test-driver.c | 83 .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 D | sqfs_common.py | 54 os.remove(src + f) 55 os.remove(src + "sym") 61 os.remove(sqfs_img)
|
/u-boot/tools/patman/ |
A D | test_checkpatch.py | 164 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 D | serial-howto.rst | 13 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 D | i2c-howto.rst | 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
|
/u-boot/drivers/pinctrl/nxp/ |
A D | pinctrl-imxrt.c | 36 .remove = imx_pinctrl_remove,
|
A D | pinctrl-vf610.c | 36 .remove = imx_pinctrl_remove,
|
A D | pinctrl-imx5.c | 40 .remove = imx_pinctrl_remove,
|
A D | pinctrl-imx8.c | 38 .remove = imx_pinctrl_remove,
|
A D | pinctrl-imx7.c | 37 .remove = imx_pinctrl_remove,
|
A D | pinctrl-imx7ulp.c | 41 .remove = imx_pinctrl_remove,
|
A D | pinctrl-imx8m.c | 34 .remove = imx_pinctrl_remove,
|
A D | pinctrl-imx6.c | 49 .remove = imx_pinctrl_remove,
|
/u-boot/test/fs/ |
A D | fat-noncontig-test.sh | 99 fn=${mnt}/remove-${sects}.img 103 rm -f ${mnt}/remove-*.img
|
/u-boot/drivers/usb/host/ |
A D | ohci-pci.c | 39 .remove = ohci_pci_remove,
|
A D | xhci-pci.c | 68 .remove = xhci_deregister,
|
A D | dwc3-of-simple.c | 104 .remove = dwc3_of_simple_remove,
|
A D | xhci-mvebu.c | 97 .remove = xhci_deregister,
|
/u-boot/drivers/misc/ |
A D | tegra_car.c | 67 .remove = tegra_car_bpmp_remove,
|
/u-boot/drivers/core/ |
A D | simple-pm-bus.c | 53 .remove = simple_pm_bus_remove,
|
A D | Makefile | 8 obj-$(CONFIG_$(SPL_)DM_DEVICE_REMOVE) += device-remove.o
|
/u-boot/drivers/ufs/ |
A D | ti-j721e-ufs.c | 72 .remove = ti_j721e_ufs_remove,
|
/u-boot/drivers/clk/ti/ |
A D | clk-am3-dpll-x2.c | 76 .remove = clk_ti_am3_dpll_x2_remove,
|
/u-boot/drivers/video/rockchip/ |
A D | rk3288_vop.c | 108 .remove = rk_vop_remove,
|
/u-boot/drivers/usb/mtu3/ |
A D | mtu3_plat.c | 259 .remove = mtu3_gadget_remove, 300 .remove = mtu3_host_remove, 367 .remove = mtu3_remove,
|
Completed in 24 milliseconds
1234567891011