Searched refs:papr_location_code (Results 1 – 3 of 3) sorted by relevance
41 const struct papr_location_code *loc_code;70 const struct papr_location_code *loc_code = params->loc_code; in rtas_ibm_get_vpd()236 const struct papr_location_code *loc_code) in vpd_sequence_begin()243 static struct papr_location_code static_loc_code; in vpd_sequence_begin()353 static const struct vpd_blob *papr_vpd_run_sequence(const struct papr_location_code *loc_code) in papr_vpd_run_sequence()384 static const struct vpd_blob *papr_vpd_retrieve(const struct papr_location_code *loc_code) in papr_vpd_retrieve()461 static long papr_vpd_create_handle(struct papr_location_code __user *ulc) in papr_vpd_create_handle()463 struct papr_location_code klc; in papr_vpd_create_handle()
32 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()
8 struct papr_location_code { struct20 #define PAPR_VPD_IOC_CREATE_HANDLE _IOW(PAPR_MISCDEV_IOC_ID, 0, struct papr_location_code) argument