Home
last modified time | relevance | path

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

/linux/arch/s390/pci/
H A Dpci_bus.h34 void zpci_bus_remove_device(struct zpci_dev *zdev, bool set_error);
H A Dpci_bus.c101 void zpci_bus_remove_device(struct zpci_dev *zdev, bool set_error) in zpci_bus_remove_device() argument
111 if (set_error) in zpci_bus_remove_device()
/linux/net/wireless/
H A Dreg.c1004 int set_error = 0; in regdb_fw_cb() local
1010 set_error = -ENODATA; in regdb_fw_cb()
1013 set_error = -EINVAL; in regdb_fw_cb()
1024 } else if (set_error) { in regdb_fw_cb()
1025 regdb = ERR_PTR(set_error); in regdb_fw_cb()