Searched refs:funcid (Results 1 – 9 of 9) sorted by relevance
98 unsigned long funcid = cp->a6; in kvm_sbi_ext_rfence_handler() 100 switch (funcid) { in kvm_sbi_ext_rfence_handler() 151 unsigned long funcid = cp->a6; in kvm_sbi_ext_srst_handler() 155 switch (funcid) { in kvm_sbi_ext_srst_handler() 89 unsigned long funcid = cp->a6; kvm_sbi_ext_rfence_handler() local 142 unsigned long funcid = cp->a6; kvm_sbi_ext_srst_handler() local
22 unsigned long funcid = cp->a6; in kvm_sbi_ext_pmu_handler() local30 switch (funcid) { in kvm_sbi_ext_pmu_handler()
92 unsigned long funcid = cp->a6; in kvm_sbi_ext_hsm_handler() 94 switch (funcid) { in kvm_sbi_ext_hsm_handler() 75 unsigned long funcid = cp->a6; kvm_sbi_ext_hsm_handler() local
80 int funcid; in bcm2835_gpio_get_function() local82 funcid = pinctrl_get_gpio_mux(priv->pinctrl, 0, offset); in bcm2835_gpio_get_function()84 switch (funcid) { in bcm2835_gpio_get_function()
878 static int hantro_add_func(struct hantro_dev *vpu, unsigned int funcid) in hantro_add_func() argument892 func->id = funcid; in hantro_add_func()903 funcid == MEDIA_ENT_F_PROC_VIDEO_ENCODER ? "enc" : "dec"); in hantro_add_func()905 if (funcid == MEDIA_ENT_F_PROC_VIDEO_ENCODER) { in hantro_add_func()957 unsigned int funcid) in hantro_remove_func() argument961 if (funcid == MEDIA_ENT_F_PROC_VIDEO_ENCODER) in hantro_remove_func()
542 cistpl_funcid_t funcid; member
971 #define BIT_TABLE(id, funcid) ((struct bit_table){ id, parse_bit_##funcid##_tbl_entry }) argument
1290 u8 funcid; member
1323 ret = parse_funcid(tuple, &parse->funcid); in pcmcia_parse_tuple()