Home
last modified time | relevance | path

Searched refs:remove (Results 476 - 500 of 9629) sorted by relevance

1...<<11121314151617181920>>...386

/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dadau1761-spi.c79 .remove = adau1761_spi_remove,
H A Dadau1761-i2c.c64 .remove = adau1761_i2c_remove,
H A Dcs35l45-spi.c71 .remove = cs35l45_spi_remove,
H A Dcs35l45-i2c.c69 .remove = cs35l45_i2c_remove,
H A Dadau1781-spi.c75 .remove = adau1781_spi_remove,
H A Dtlv320aic3x-spi.c70 .remove = aic3x_spi_remove,
H A Dtlv320aic3x-i2c.c65 .remove = aic3x_i2c_remove,
H A Dcs42xx8-i2c.c74 .remove = cs42xx8_i2c_remove,
H A Dpcm512x-i2c.c70 .remove = pcm512x_i2c_remove,
/kernel/linux/linux-6.6/drivers/scsi/
H A Dfdomain_pci.c60 .remove = fdomain_pci_remove,
/kernel/linux/linux-6.6/sound/soc/sof/intel/
H A Dhda-common-ops.c18 /* probe/remove/shutdown */
20 .remove = hda_dsp_remove,
H A Dpci-skl.c83 .remove = sof_pci_remove,
/kernel/liteos_a/testsuites/unittest/extended/ipc/full/
H A Dipc_test_mkfifoat_001.cpp57 /* 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 Drun_result.py85 os.remove(analysis_ressult_path)
/test/xts/acts/kernel_lite/fs_posix/src/
H A DFsStdlibTest.cpp50 EXPECT_NE(remove(tmpDirName), -1) << "> remove errno = " << errno; in HWTEST_F()
H A DFileSystemTest.cpp32 remove(TOP_DIR "/" FILE0); in DeleteTestFiles()
/test/xts/hats/kernel/syscalls/fileio/fdatasync/
H A DFdatasyncApiTest.cpp78 remove(TEST_FILE); in HWTEST_F()
/test/xts/hats/kernel/syscalls/fileio/fstat/
H A DFstatApiTest.cpp72 remove(TEST_FILE); in HWTEST_F()
/test/xts/hats/kernel/syscalls/fileio/fsync/
H A DFsyncApiTest.cpp76 remove(TEST_FILE); in HWTEST_F()
/test/xts/hats/kernel/syscalls/fileio/getxattr/
H A DGetxattrApiTest.cpp50 (void)remove(TEST_FILE); in TearDown()
/kernel/linux/linux-5.10/drivers/phy/tegra/
H A Dxusb-tegra210.c913 .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 Dhid-wiimote-modules.c26 * 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 Dmacio_asic.c12 * 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 Dcx88-mpeg.c589 (!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 Dftrace.h597 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.

Completed in 14 milliseconds

1...<<11121314151617181920>>...386