Searched refs:target_type (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/libva/va/x11/
H A Dva_nvctrl.c99 CARD16 target_type B16; /* X screen or GPU */
157 * NV-CONTROL versions 1.8 and 1.9 pack the target_type and target_id
162 int *target_type, int *target_id)
182 /* We need to swap the target_type and target_id */
185 tmp = *target_type;
186 *target_type = *target_id;
273 int target_type,
291 XNVCTRLCheckTargetData(dpy, info, &target_type, &target_id);
297 req->target_type = target_type;
161 XNVCTRLCheckTargetData(Display *dpy, XExtDisplayInfo *info, int *target_type, int *target_id) argument
271 XNVCTRLQueryTargetStringAttribute( Display *dpy, int target_type, int target_id, unsigned int display_mask, unsigned int attribute, char **ptr ) argument
[all...]
/hardware/intel/common/libmix/mix_audio/src/
H A Dintel_sst_ioctl.h241 __u8 target_type; member in struct:snd_sst_slot_info

Completed in 142 milliseconds