Searched refs:_ptr (Results 1 – 2 of 2) sorted by relevance
266 #define ReadEF1Byte(_ptr) EF1Byte(*((u8 *)(_ptr))) argument267 #define ReadEF2Byte(_ptr) EF2Byte(*((u16 *)(_ptr))) argument268 #define ReadEF4Byte(_ptr) EF4Byte(*((u32 *)(_ptr))) argument273 #define WriteEF1Byte(_ptr, _val) (*((u8 *)(_ptr)))=EF1Byte(_val) argument274 #define WriteEF2Byte(_ptr, _val) (*((u16 *)(_ptr)))=EF2Byte(_val) argument275 #define WriteEF4Byte(_ptr, _val) (*((u32 *)(_ptr)))=EF4Byte(_val) argument
78 make_proc_acpi_key_val(char **_ptr, char **_key, char **_val) in make_proc_acpi_key_val() argument80 char *ptr = *_ptr; in make_proc_acpi_key_val()120 *_ptr = ptr; /* store for next time. */ in make_proc_acpi_key_val()289 next_string(char **_ptr, char **_str) in next_string() argument291 char *ptr = *_ptr; in next_string()310 *_ptr = ptr; in next_string()
Completed in 5 milliseconds