Lines Matching refs:retval
98 int retval = 0; in enable_slot() local
106 return retval; in enable_slot()
112 int retval = 0; in disable_slot() local
120 return retval; in disable_slot()
126 int retval = 0; in set_attention_status() local
145 return retval; in set_attention_status()
151 int retval = 0; in hardware_test() local
164 return retval; in hardware_test()
170 int retval = 0; in get_power_status() local
179 return retval; in get_power_status()
185 int retval = 0; in get_attention_status() local
194 return retval; in get_attention_status()
200 int retval = 0; in get_latch_status() local
209 return retval; in get_latch_status()
215 int retval = 0; in get_adapter_status() local
224 return retval; in get_adapter_status()
255 int retval; in init_slots() local
265 retval = -ENOMEM; in init_slots()
271 retval = -ENOMEM; in init_slots()
278 retval = -ENOMEM; in init_slots()
301 retval = pci_hp_register(slot->hotplug_slot); in init_slots()
302 if (retval) { in init_slots()
303 err("pci_hp_register failed with error %d\n", retval); in init_slots()
319 return retval; in init_slots()
342 int retval; in pcihp_skel_init() local