Searched refs:cistpl_t (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/uts/common/pcmcia/sys/ |
H A D | cis_protos.h | 46 uint32_t cis_list_ldestroy(cistpl_t **); 47 cistpl_t *cis_get_ltuple(cistpl_t *, cisdata_t, uint32_t); 48 uint32_t cistpl_devspeed(cistpl_t *, cisdata_t, uint32_t); 49 uint32_t cistpl_expd_parse(cistpl_t *, uint32_t *); 57 uint32_t cis_tuple_handler(cistpl_callout_t *, cistpl_t *, uint32_t, 59 uint32_t cis_no_tuple_handler(cistpl_callout_t *, cistpl_t *, 61 uint32_t cis_unknown_tuple_handler(cistpl_callout_t *, cistpl_t *, 63 uint32_t cistpl_vers_1_handler(cistpl_callout_t *, cistpl_t *, 65 uint32_t cistpl_config_handler(cistpl_callout_t *, cistpl_t *, 67 uint32_t cistpl_device_handler(cistpl_callout_t *, cistpl_t *, [all …]
|
H A D | cis.h | 255 typedef struct cistpl_t { struct 265 struct cistpl_t *prev; /* back pointer */ argument 266 struct cistpl_t *next; /* forward pointer */ argument 267 } cistpl_t; typedef
|
H A D | cs.h | 537 cistpl_t *LinkOffset; /* CS private */ 538 cistpl_t *CISOffset; /* CS private */
|
H A D | cs_priv.h | 436 cistpl_t *cis; /* CIS linked lists */
|
/titanic_41/usr/src/uts/common/pcmcia/cis/ |
H A D | cis.c | 76 static int cis_process_longlink(cistpl_callout_t *, cistpl_t *, 80 static void cis_store_cis_addr(cistpl_t *, cisptr_t *); 192 cistpl_t *tp; in CISParser() 196 tp = va_arg(arglist, cistpl_t *); in CISParser() 206 cistpl_t *tp; in CISParser() 212 tp = va_arg(arglist, cistpl_t *); in CISParser() 330 cistpl_t *cp, *tp = NULL; in cis_list_lcreate() 451 cp = (cistpl_t *)CIS_MEM_ALLOC(sizeof (cistpl_t)); in cis_list_lcreate() 623 cis_process_longlink(cistpl_callout_t *cistpl_callout, cistpl_t *tp, in cis_process_longlink() 675 cis_list_ldestroy(cistpl_t **cistplbase) in cis_list_ldestroy() [all …]
|
H A D | cis_handlers.c | 68 static void cistpl_pd_parse(cistpl_t *, cistpl_cftable_entry_pwr_t *); 75 cis_get_short(cistpl_t *tp) in cis_get_short() 90 cis_get_be_short(cistpl_t *tp) in cis_get_be_short() 105 cis_get_int24(cistpl_t *tp) in cis_get_int24() 114 cis_get_long(cistpl_t *tp) in cis_get_long() 152 cis_tuple_handler(cistpl_callout_t *co, cistpl_t *tp, uint32_t flags, in cis_tuple_handler() 220 cis_no_tuple_handler(cistpl_callout_t *co, cistpl_t *tp, in cis_no_tuple_handler() 259 cis_unknown_tuple_handler(cistpl_callout_t *co, cistpl_t *tp, in cis_unknown_tuple_handler() 282 cistpl_vers_1_handler(cistpl_callout_t *co, cistpl_t *tp, in cistpl_vers_1_handler() 345 cistpl_config_handler(cistpl_callout_t *co, cistpl_t *tp, in cistpl_config_handler() [all …]
|
/titanic_41/usr/src/uts/common/pcmcia/cs/ |
H A D | cs.c | 1135 cistpl_t *tp; in cs_get_firstnext_tuple() 1184 cistpl_t *tp; in cs_get_firstnext_tuple()
|