Searched defs:arg_list (Results 1 – 8 of 8) sorted by relevance
71 #define PRINTF(arg_list) _PRINTF arg_list argument73 # define DPRINTF(arg_list) _PRINTF arg_list argument74 # define KDPRINTF(arg_list) _PRINTF arg_list ; _PRINTK arg_list ; _PRINTK("\n"); argument76 # define DPRINTF(arg_list) (void)0 argument77 # define KDPRINTF(arg_list) _PRINTK arg_list ; _PRINTK("\n"); argument
161 struct acpi_object_list arg_list; in acpi_enter_sleep_state_prep() local463 struct acpi_object_list arg_list; in acpi_leave_sleep_state() local
215 u32 *arg_list, in acpi_ps_pop_scope()
242 struct acpi_object_list arg_list = {1, &arg0}; in acpi_battery_set_alarm() local
1808 struct acpi_object_list arg_list = {1, &arg}; in acpi_bus_init_irq() local
219 struct acpi_object_list arg_list = {1, &arg0}; in acpi_thermal_set_cooling_mode() local
819 struct acpi_object_list arg_list; in power_off_slot() local
490 u32 arg_list; /* Next argument to parse */ member