Home
last modified time | relevance | path

Searched refs:app_type (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/sound/soc/qcom/qdsp6/
H A Dq6adm.c46 int app_type; member
300 int app_type) in q6adm_find_matching_copp() argument
311 (bit_width == c->bit_width) && (app_type == c->app_type)) { in q6adm_find_matching_copp()
385 uint16_t bit_width, int app_type, int acdb_id) in q6adm_open() argument
398 rate, channel_mode, bit_width, app_type); in q6adm_open()
420 copp->app_type = app_type; in q6adm_open()
H A Dq6adm.h21 uint16_t bit_width, int app_type, int acdb_id);
H A Dq6routing.c329 int app_type; member
/openbmc/linux/drivers/scsi/megaraid/
H A Dmegaraid_ioctl.h120 uint16_t app_type; member
H A Dmegaraid_mm.c383 kioc->app_type = APPTYPE_MIMD; in mimd_to_kioc()