Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/pseries/
H A Dpapr-vpd.c33 const struct papr_location_code *loc_code;
62 const struct papr_location_code *loc_code = params->loc_code; in rtas_ibm_get_vpd()
135 static struct papr_location_code static_loc_code; in vpd_sequence_begin()
145 static_loc_code = *(struct papr_location_code *)vpd_params->loc_code; in vpd_sequence_begin()
211 static long papr_vpd_create_handle(struct papr_location_code __user *ulc) in papr_vpd_create_handle()
215 struct papr_location_code klc; in papr_vpd_create_handle()
/linux/tools/testing/selftests/powerpc/papr_vpd/
H A Dpapr_vpd.c32 struct papr_location_code lc = { .str = "", }; in dev_papr_vpd_get_handle_all()
71 struct papr_location_code lc = { .str = "", }; in dev_papr_vpd_get_handle_byte_at_a_time()
112 struct papr_location_code lc = {}; in dev_papr_vpd_unterm_loc_code()
157 struct papr_location_code lc = { .str = "", }; in papr_vpd_close_handle_without_reading()
180 struct papr_location_code lc = { .str = "", }; in papr_vpd_reread()
214 static int get_system_loc_code(struct papr_location_code *lc) in get_system_loc_code()
261 struct papr_location_code lc; in papr_vpd_system_loc_code()
/linux/arch/powerpc/include/uapi/asm/
H A Dpapr-vpd.h8 struct papr_location_code { struct
20 #define PAPR_VPD_IOC_CREATE_HANDLE _IOW(PAPR_MISCDEV_IOC_ID, 0, struct papr_location_code) argument