Home
last modified time | relevance | path

Searched refs:TYPE (Results 1 – 7 of 7) sorted by relevance

/drivers/staging/tidspbridge/dynload/
Dreloc.c192 rx = HASH_FUNC(rp->TYPE); in dload_relocate()
193 while (rop_map1[rx] != rp->TYPE) { in dload_relocate()
197 switch (rp->TYPE) { in dload_relocate()
206 rp->TYPE); in dload_relocate()
209 dload_error(dlthis, "Bad coff operator 0x%x", rp->TYPE); in dload_relocate()
Ddoff.h291 #ifndef TYPE
292 #define TYPE _u_reloc._r_sym._type macro
Dtramp.c857 map_index = HASH_FUNC(rp->TYPE); in dload_tramp_avail()
890 map_index = HASH_FUNC(rp->TYPE); in dload_tramp_generate()
/drivers/staging/nvec/
Dnvec_power.c64 TYPE, enumerator
110 MANUFACTURER, MODEL, TYPE,
207 case TYPE: in nvec_power_bat_notifier()
/drivers/staging/usbip/userspace/
DINSTALL149 `--build=TYPE' option. TYPE can either be a short name for the system
163 use the option `--target=TYPE' to select the type of system they will
169 eventually be run) with `--host=TYPE'.
/drivers/net/ethernet/smsc/
Dsmsc9420.c100 #define smsc_dbg(TYPE, f, a...) \ argument
101 do { if ((pd)->msg_enable & NETIF_MSG_##TYPE) \
105 #define smsc_info(TYPE, f, a...) \ argument
106 do { if ((pd)->msg_enable & NETIF_MSG_##TYPE) \
110 #define smsc_warn(TYPE, f, a...) \ argument
111 do { if ((pd)->msg_enable & NETIF_MSG_##TYPE) \
/drivers/gpu/drm/radeon/
Dmkregtable.c19 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) argument