Searched refs:priv_fw (Results 1 – 1 of 1) sorted by relevance
81 struct priv_fw { struct88 struct priv_fw *parent; argument115 #define PRIV_FW(x) ((struct priv_fw *) \ argument116 ((intptr_t)(x) - offsetof(struct priv_fw, fw)) )125 static struct priv_fw firmware_table[FIRMWARE_MAX];146 static struct priv_fw *147 lookup(const char *name, struct priv_fw **empty_slot) in lookup()149 struct priv_fw *fp = NULL; in lookup()150 struct priv_fw *dummy; in lookup()176 struct priv_fw *match, *frp; in firmware_register()[all …]