Searched refs:tifm_media_type_name (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/misc/ |
H A D | tifm_core.c | 21 static const char *tifm_media_type_name(unsigned char type, unsigned char nt) in tifm_media_type_name() function 62 if (add_uevent_var(env, "TIFM_CARD_TYPE=%s", tifm_media_type_name(sock->type, 1))) in tifm_uevent() 252 if (!tifm_media_type_name(type, 0)) in tifm_alloc_device() 269 tifm_media_type_name(type, 2), fm->id, id); in tifm_alloc_device() 272 tifm_media_type_name(type, 0), fm->id, id); in tifm_alloc_device()
|