Home
last modified time | relevance | path

Searched refs:hw_ops (Results 1 – 6 of 6) sorted by relevance

/external/libese/tools/ese_replay/
Dhw.c62 const struct EseOperations **hw_ops = dlsym(hw_handle, hw->sym); in initialize_hardware() local
63 if (!hw_ops) { in initialize_hardware()
/external/tinyalsa_new/src/
Dpcm_io.h49 extern const struct pcm_ops hw_ops;
Dpcm_hw.c143 const struct pcm_ops hw_ops = { variable
Dpcm.c711 ops = &hw_ops; in pcm_params_get()
1070 pcm->ops = &hw_ops; in pcm_open()
/external/tinyalsa/
Dpcm_hw.c139 struct pcm_ops hw_ops = { variable
Dpcm.c133 extern struct pcm_ops hw_ops;
623 ops = &hw_ops; in pcm_params_get()
928 pcm->ops = &hw_ops; in pcm_open()