Home
last modified time | relevance | path

Searched refs:set_ctl (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/arm64/fp/
H A Dvlset.c25 static int set_ctl = PR_SVE_SET_VL; variable
56 case 's': set_ctl = PR_SME_SET_VL; in parse_options()
134 t = prctl(set_ctl, vl | flags); in main()
/linux/include/video/
H A Dhecubafb.h44 void (*set_ctl)(struct hecubafb_par *, unsigned char, unsigned char); member
H A Dbroadsheetfb.h66 void (*set_ctl)(struct broadsheetfb_par *, unsigned char, u8); member
/linux/drivers/video/fbdev/
H A Dn411.c147 .set_ctl = n411_set_ctl,