Lines Matching refs:list_head
17 struct list_head list;
80 void capilib_new_ncci(struct list_head *head, u16 applid, u32 ncci, u32 winsize) in capilib_new_ncci()
104 void capilib_free_ncci(struct list_head *head, u16 applid, u32 ncci) in capilib_free_ncci()
106 struct list_head *l; in capilib_free_ncci()
125 void capilib_release_appl(struct list_head *head, u16 applid) in capilib_release_appl()
127 struct list_head *l, *n; in capilib_release_appl()
142 void capilib_release(struct list_head *head) in capilib_release()
144 struct list_head *l, *n; in capilib_release()
157 u16 capilib_data_b3_req(struct list_head *head, u16 applid, u32 ncci, u16 msgid) in capilib_data_b3_req()
159 struct list_head *l; in capilib_data_b3_req()
180 void capilib_data_b3_conf(struct list_head *head, u16 applid, u32 ncci, u16 msgid) in capilib_data_b3_conf()
182 struct list_head *l; in capilib_data_b3_conf()