Home
last modified time | relevance | path

Searched refs:set_error (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/arch/s390/pci/
Dpci_bus.h17 void zpci_bus_remove_device(struct zpci_dev *zdev, bool set_error);
Dpci_bus.c107 void zpci_bus_remove_device(struct zpci_dev *zdev, bool set_error) in zpci_bus_remove_device() argument
117 if (set_error) in zpci_bus_remove_device()
/linux-6.1.9/net/wireless/
Dreg.c1041 int set_error = 0; in regdb_fw_cb() local
1047 set_error = -ENODATA; in regdb_fw_cb()
1050 set_error = -EINVAL; in regdb_fw_cb()
1061 } else if (set_error) { in regdb_fw_cb()
1062 regdb = ERR_PTR(set_error); in regdb_fw_cb()