Lines Matching refs:head
29 struct list_head head; member
40 struct list_head head; member
239 list_add_tail(&ctrl->head, &sigmadsp->ctrl_list); in sigma_fw_load_control()
270 list_add_tail(&data->head, &sigmadsp->data_list); in sigma_fw_load_data()
412 list_add_tail(&data->head, &sigmadsp->data_list); in process_sigma_action()
459 list_for_each_entry_safe(ctrl, _ctrl, &sigmadsp->ctrl_list, head) { in sigmadsp_firmware_release()
464 list_for_each_entry_safe(data, _data, &sigmadsp->data_list, head) in sigmadsp_firmware_release()
716 list_for_each_entry(ctrl, &sigmadsp->ctrl_list, head) { in sigmadsp_attach()
751 list_for_each_entry(data, &sigmadsp->data_list, head) { in sigmadsp_setup()
761 list_for_each_entry(ctrl, &sigmadsp->ctrl_list, head) in sigmadsp_setup()
785 list_for_each_entry(ctrl, &sigmadsp->ctrl_list, head) in sigmadsp_reset()