/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | adau1761-spi.c | 79 .remove = adau1761_spi_remove,
|
H A D | adau1761-i2c.c | 64 .remove = adau1761_i2c_remove,
|
H A D | cs35l45-spi.c | 71 .remove = cs35l45_spi_remove,
|
H A D | cs35l45-i2c.c | 69 .remove = cs35l45_i2c_remove,
|
H A D | adau1781-spi.c | 75 .remove = adau1781_spi_remove,
|
H A D | tlv320aic3x-spi.c | 70 .remove = aic3x_spi_remove,
|
H A D | tlv320aic3x-i2c.c | 65 .remove = aic3x_i2c_remove,
|
H A D | cs42xx8-i2c.c | 74 .remove = cs42xx8_i2c_remove,
|
H A D | pcm512x-i2c.c | 70 .remove = pcm512x_i2c_remove,
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | fdomain_pci.c | 60 .remove = fdomain_pci_remove,
|
/kernel/linux/linux-6.6/sound/soc/sof/intel/ |
H A D | hda-common-ops.c | 18 /* probe/remove/shutdown */ 20 .remove = hda_dsp_remove,
|
H A D | pci-skl.c | 83 .remove = sof_pci_remove,
|
/kernel/liteos_a/testsuites/unittest/extended/ipc/full/ |
H A D | ipc_test_mkfifoat_001.cpp | 57 /* remove the pipe file created in order to ensure to run the testcase again. */ in testcase1() 59 ret = remove(PATHNAME_FIFO_FULL); in testcase1()
|
/test/testfwk/developer_test/libs/fuzzlib/tools/ |
H A D | run_result.py | 85 os.remove(analysis_ressult_path)
|
/test/xts/acts/kernel_lite/fs_posix/src/ |
H A D | FsStdlibTest.cpp | 50 EXPECT_NE(remove(tmpDirName), -1) << "> remove errno = " << errno;
in HWTEST_F()
|
H A D | FileSystemTest.cpp | 32 remove(TOP_DIR "/" FILE0);
in DeleteTestFiles()
|
/test/xts/hats/kernel/syscalls/fileio/fdatasync/ |
H A D | FdatasyncApiTest.cpp | 78 remove(TEST_FILE); in HWTEST_F()
|
/test/xts/hats/kernel/syscalls/fileio/fstat/ |
H A D | FstatApiTest.cpp | 72 remove(TEST_FILE); in HWTEST_F()
|
/test/xts/hats/kernel/syscalls/fileio/fsync/ |
H A D | FsyncApiTest.cpp | 76 remove(TEST_FILE); in HWTEST_F()
|
/test/xts/hats/kernel/syscalls/fileio/getxattr/ |
H A D | GetxattrApiTest.cpp | 50 (void)remove(TEST_FILE); in TearDown()
|
/kernel/linux/linux-5.10/drivers/phy/tegra/ |
H A D | xusb-tegra210.c | 913 .remove = tegra210_usb2_lane_remove, 1324 .remove = tegra210_usb2_pad_remove, 1378 .remove = tegra210_hsic_lane_remove, 1575 .remove = tegra210_hsic_pad_remove, 1637 .remove = tegra210_pcie_lane_remove, 1759 .remove = tegra210_pcie_pad_remove, 1808 .remove = tegra210_sata_lane_remove, 1923 .remove = tegra210_sata_pad_remove, 1957 .remove = tegra_xusb_usb2_port_remove, 2126 .remove [all...] |
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-wiimote-modules.c | 26 * Please note that it is unregistered _before_ the "remove" callbacks are 105 .remove = NULL, 183 .remove = wiimod_rumble_remove, 283 .remove = wiimod_battery_remove, 396 .remove = wiimod_led_remove, 402 .remove = wiimod_led_remove, 408 .remove = wiimod_led_remove, 414 .remove = wiimod_led_remove, 536 .remove = wiimod_accel_remove, 798 .remove [all...] |
/kernel/linux/linux-5.10/drivers/macintosh/ |
H A D | macio_asic.c | 12 * some hooks for media bay to dynamically add/remove it's own 96 if (dev->driver && drv->remove) in macio_device_remove() 97 drv->remove(macio_dev); in macio_device_remove() 139 .remove = macio_device_remove, 160 * are done. This currently means never as we don't hot remove any macio 765 .remove = macio_pci_remove,
|
/kernel/linux/linux-5.10/drivers/media/pci/cx88/ |
H A D | cx88-mpeg.c | 589 (!drv->remove) || in cx8802_check_driver() 681 err = d->remove(d); in cx8802_unregister_driver() 686 pr_err("cx8802 driver remove failed (%d)\n", in cx8802_unregister_driver() 765 pr_warn("Trying to remove cx8802 driver while cx8802 sub-drivers still loaded?!\n"); in cx8802_remove() 768 err = drv->remove(drv); in cx8802_remove() 772 pr_err("cx8802 driver remove failed (%d)\n", in cx8802_remove() 805 .remove = cx8802_remove,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | ftrace.h | 597 int remove, int reset); 599 unsigned int cnt, int remove, int reset); 886 #define ftrace_set_filter_ip(ops, ip, remove, reset) ({ -ENODEV; }) 887 #define ftrace_set_filter_ips(ops, ips, cnt, remove, reset) ({ -ENODEV; }) 1008 * to remove extra padding at the end. 1018 * to remove extra padding at the end.
|