Home
last modified time | relevance | path

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

/drivers/md/
Ddm-path-selector.c31 struct ps_internal *psi; in __find_path_selector_type() local
33 list_for_each_entry(psi, &_path_selectors, list) { in __find_path_selector_type()
34 if (!strcmp(name, psi->pst.name)) in __find_path_selector_type()
35 return psi; in __find_path_selector_type()
43 struct ps_internal *psi; in get_path_selector() local
46 psi = __find_path_selector_type(name); in get_path_selector()
47 if (psi && !try_module_get(psi->pst.module)) in get_path_selector()
48 psi = NULL; in get_path_selector()
51 return psi; in get_path_selector()
56 struct ps_internal *psi; in dm_get_path_selector() local
[all …]
/drivers/firmware/efi/
Defi-pstore.c19 static int efi_pstore_open(struct pstore_info *psi) in efi_pstore_open() argument
21 psi->data = NULL; in efi_pstore_open()
25 static int efi_pstore_close(struct pstore_info *psi) in efi_pstore_close() argument
27 psi->data = NULL; in efi_pstore_close()
213 struct pstore_info *psi) in efi_pstore_read() argument
231 (struct efivar_entry **)&psi->data); in efi_pstore_read()
241 struct pstore_info *psi) in efi_pstore_write() argument
256 size, psi->buf); in efi_pstore_write()
322 struct timespec time, struct pstore_info *psi) in efi_pstore_erase() argument
/drivers/acpi/apei/
Derst.c931 static int erst_open_pstore(struct pstore_info *psi);
932 static int erst_close_pstore(struct pstore_info *psi);
935 bool *compressed, struct pstore_info *psi);
938 size_t size, struct pstore_info *psi);
940 struct timespec time, struct pstore_info *psi);
974 static int erst_open_pstore(struct pstore_info *psi) in erst_open_pstore() argument
986 static int erst_close_pstore(struct pstore_info *psi) in erst_close_pstore() argument
995 bool *compressed, struct pstore_info *psi) in erst_reader() argument
1067 size_t size, struct pstore_info *psi) in erst_writer() argument
1116 struct timespec time, struct pstore_info *psi) in erst_clearer() argument