Lines Matching refs:head
30 struct list_head head; member
42 struct list_head head; member
252 list_add_tail(&ctrl->head, &sigmadsp->ctrl_list); in sigma_fw_load_control()
283 list_add_tail(&data->head, &sigmadsp->data_list); in sigma_fw_load_data()
425 list_add_tail(&data->head, &sigmadsp->data_list); in process_sigma_action()
472 list_for_each_entry_safe(ctrl, _ctrl, &sigmadsp->ctrl_list, head) { in sigmadsp_firmware_release()
477 list_for_each_entry_safe(data, _data, &sigmadsp->data_list, head) in sigmadsp_firmware_release()
729 list_for_each_entry(ctrl, &sigmadsp->ctrl_list, head) { in sigmadsp_attach()
764 list_for_each_entry(data, &sigmadsp->data_list, head) { in sigmadsp_setup()
774 list_for_each_entry(ctrl, &sigmadsp->ctrl_list, head) in sigmadsp_setup()
798 list_for_each_entry(ctrl, &sigmadsp->ctrl_list, head) in sigmadsp_reset()