Searched refs:res_ex (Results 1 – 8 of 8) sorted by relevance
/sound/hda/ |
D | trace.h | 44 TP_PROTO(struct hdac_bus *bus, u32 res, u32 res_ex), 45 TP_ARGS(bus, res, res_ex), 50 dev_name((bus)->dev), res_ex & 0x0f, res, res_ex);
|
D | hdac_controller.c | 191 u32 res, res_ex; in snd_hdac_bus_update_rirb() local 208 res_ex = le32_to_cpu(bus->rirb.buf[rp + 1]); in snd_hdac_bus_update_rirb() 210 addr = res_ex & 0xf; in snd_hdac_bus_update_rirb() 214 res, res_ex, bus->rirb.rp, wp); in snd_hdac_bus_update_rirb() 216 } else if (res_ex & AZX_RIRB_EX_UNSOL_EV) in snd_hdac_bus_update_rirb() 217 snd_hdac_bus_queue_event(bus, res, res_ex); in snd_hdac_bus_update_rirb() 227 res, res_ex, bus->last_cmd[addr]); in snd_hdac_bus_update_rirb()
|
D | hdac_bus.c | 148 void snd_hdac_bus_queue_event(struct hdac_bus *bus, u32 res, u32 res_ex) in snd_hdac_bus_queue_event() argument 155 trace_hda_unsol_event(bus, res, res_ex); in snd_hdac_bus_queue_event() 161 bus->unsol_queue[wp + 1] = res_ex; in snd_hdac_bus_queue_event()
|
D | local.h | 39 void snd_hdac_bus_queue_event(struct hdac_bus *bus, u32 res, u32 res_ex);
|
/sound/pci/lola/ |
D | lola.c | 103 unsigned int res_ex) in lola_queue_unsol_event() argument 112 u32 res, res_ex; in lola_update_rirb() local 124 res_ex = le32_to_cpu(chip->rirb.buf[rp + 1]); in lola_update_rirb() 126 if (res_ex & LOLA_RIRB_EX_UNSOL_EV) in lola_update_rirb() 127 lola_queue_unsol_event(chip, res, res_ex); in lola_update_rirb() 130 chip->res_ex = res_ex; in lola_update_rirb() 153 *extval = chip->res_ex; in rirb_get_response() 155 chip->res, chip->res_ex); in rirb_get_response() 156 if (chip->res_ex & LOLA_RIRB_EX_ERROR) { in rirb_get_response()
|
D | lola_proc.c | 58 unsigned int res_ex; in print_clock_widget() local 63 i, 0, &val, &res_ex); in print_clock_widget() 66 items[2] = res_ex & 0xfff; in print_clock_widget() 67 items[3] = (res_ex >> 16) & 0xfff; in print_clock_widget()
|
D | lola_clock.c | 142 unsigned int res_ex; in lola_init_clock_widget() local 146 idx, 0, &val, &res_ex); in lola_init_clock_widget() 154 items[2] = res_ex & 0xfff; in lola_init_clock_widget() 155 items[3] = (res_ex >> 16) & 0xfff; in lola_init_clock_widget()
|
D | lola.h | 326 unsigned int res, res_ex; /* last read values */ member
|