Searched refs:remove (Results 226 - 250 of 3063) sorted by relevance

1234567891011>>

/linux-master/drivers/net/wireless/realtek/rtw89/
H A Drtw8852ce.c114 .remove = rtw89_pci_remove,
H A Drtw8852ae.c87 .remove = rtw89_pci_remove,
H A Drtw8852be.c89 .remove = rtw89_pci_remove,
H A Drtw8851be.c85 .remove = rtw89_pci_remove,
/linux-master/drivers/mfd/
H A Daxp20x-i2c.c111 .remove = axp20x_i2c_remove,
/linux-master/drivers/char/hw_random/
H A Dnomadik-rng.c84 .remove = nmk_rng_remove,
/linux-master/sound/soc/codecs/
H A Dcs35l41-i2c.c89 .remove = cs35l41_i2c_remove,
H A Dcs35l56-i2c.c81 .remove = cs35l56_i2c_remove,
H A Dcs42l42-i2c.c96 .remove = cs42l42_i2c_remove,
/linux-master/sound/soc/sof/intel/
H A Dpci-icl.c102 .remove = sof_pci_remove,
H A Dpci-apl.c99 .remove = sof_pci_remove,
H A Dpci-mtl.c127 .remove = sof_pci_remove,
/linux-master/arch/riscv/kernel/pi/
H A DMakefile21 --remove-section=.note.gnu.property \
/linux-master/arch/arm64/kernel/pi/
H A DMakefile17 # remove SCS flags from all objects in this directory
28 --remove-section=.note.gnu.property
/linux-master/drivers/tty/serial/
H A Dsc16is7xx_spi.c82 .remove = sc16is7xx_spi_remove,
/linux-master/drivers/input/misc/
H A Dcma3000_d0x_i2c.c101 .remove = cma3000_i2c_remove,
/linux-master/arch/arm/mach-shmobile/
H A Dregulator-quirk-rcar-gen2.c89 goto remove;
119 goto remove;
123 remove:
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dbus.h88 * @remove: initiate unbind of the device.
109 void (*remove)(struct device *dev); member in struct:brcmf_bus_ops
281 if (!bus->ops->remove) {
286 bus->ops->remove(bus->dev);
/linux-master/drivers/net/phy/
H A Dmdio_device.c106 * @mdiodev: mdio_device structure to remove
181 if (mdiodrv->remove)
182 mdiodrv->remove(mdiodev);
213 mdiodrv->driver.remove = mdio_remove;
/linux-master/drivers/pnp/
H A Ddriver.c132 if (drv->remove)
133 drv->remove(pnp_dev);
263 .remove = pnp_device_remove,
/linux-master/drivers/base/
H A Dauxiliary.c154 * .remove = my_remove,
228 if (auxdrv->remove)
229 auxdrv->remove(auxdev);
250 .remove = auxiliary_bus_remove,
/linux-master/drivers/firmware/arm_ffa/
H A Dbus.c60 if (ffa_drv->remove)
61 ffa_drv->remove(to_ffa_dev(dev));
112 .remove = ffa_device_remove,
/linux-master/drivers/s390/cio/
H A Dscm.c36 if (scmdrv->remove)
37 scmdrv->remove(scmdev);
48 .remove = scmdev_remove,
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Ddatapath.h477 * @IWL_RX_BAID_ACTION_REMOVE: remove the BAID session
515 * @baid: the BAID to remove
523 * @sta_id_mask: the station mask of the BAID to remove
524 * @tid: the TID of the BAID to remove
541 struct iwl_rx_baid_cfg_cmd_remove remove; member in union:iwl_rx_baid_cfg_cmd::__anon1090
556 * @IWL_SCD_QUEUE_REMOVE: remove a queue
576 * @u.remove.sta_mask: station mask of queue to remove
577 * @u.remove.tid: TID of queue to remove
597 } __packed remove; /* TX_QUEUE_CFG_CMD_REMOVE_API_S_VER_1 */ member in union:iwl_scd_queue_cfg_cmd::__anon1091
676 } __packed remove; /* SEC_KEY_REMOVE_CMD_API_S_VER_1 */ member in union:iwl_sec_key_cmd::__anon1095
[all...]
/linux-master/drivers/firmware/google/
H A Dcoreboot_table.c61 if (driver->remove)
62 driver->remove(device);
77 .remove = coreboot_bus_remove,

Completed in 241 milliseconds

1234567891011>>