/openbmc/linux/arch/arm64/kvm/ |
H A D | psci.c | 229 static unsigned long kvm_psci_check_allowed_function(struct kvm_vcpu *vcpu, u32 fn) in kvm_psci_check_allowed_function()
|
/openbmc/linux/drivers/media/pci/cx18/ |
H A D | cx18-dvb.c | 126 const char *fn = FWFILE; in yuan_mpc718_mt352_reqfw() local
|
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/ |
H A D | psci-relay.c | 63 static unsigned long psci_call(unsigned long fn, unsigned long arg0, in psci_call()
|
H A D | setup.c | 319 void (*fn)(phys_addr_t params_pa, void *finalize_fn_va); in __pkvm_init() local
|
/openbmc/linux/arch/x86/kernel/apic/ |
H A D | msi.c | 351 struct fwnode_handle *fn; in dmar_get_irq_domain() local
|
/openbmc/linux/drivers/md/ |
H A D | dm-io.c | 122 io_notify_fn fn = io->callback; in complete_io() local 463 struct dpages *dp, io_notify_fn fn, void *context, in async_io()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | uaccess.h | 76 #define do_get_user_call(fn,x,ptr) \ argument 170 #define do_put_user_call(fn,x,ptr) \ argument
|
/openbmc/linux/drivers/platform/x86/intel/speed_select_if/ |
H A D | isst_if_common.c | 307 static struct pci_dev *_isst_if_get_pci_dev(int cpu, int bus_no, int dev, int fn) in _isst_if_get_pci_dev() 385 struct pci_dev *isst_if_get_pci_dev(int cpu, int bus_no, int dev, int fn) in isst_if_get_pci_dev()
|
/openbmc/linux/drivers/input/rmi4/ |
H A D | rmi_2d_sensor.h | 61 struct rmi_function *fn; member
|
/openbmc/linux/drivers/sh/intc/ |
H A D | virq.c | 139 unsigned int fn = REG_FN_TEST_BASE + (subgroup->reg_width >> 3) - 1; in intc_subgroup_data() local
|
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
H A D | mac80211_if.h | 39 void (*fn) (void *); /* function called upon expiration */ member
|
/openbmc/linux/lib/crypto/ |
H A D | sha1.c | 57 #define SHA_ROUND(t, input, fn, constant, A, B, C, D, E) do { \ argument
|
/openbmc/linux/drivers/gpio/ |
H A D | gpio-wm831x.c | 104 int ret, fn; in wm831x_gpio_set_debounce() local
|
/openbmc/linux/drivers/usb/gadget/function/ |
H A D | f_midi2.c | 1107 struct usb_function *fn) in f_midi2_start_ep() 1253 struct usb_function *fn) in f_midi2_start_eps() 1276 static int f_midi2_set_alt(struct usb_function *fn, unsigned int intf, in f_midi2_set_alt() 1326 static int f_midi2_get_alt(struct usb_function *fn, unsigned int intf) in f_midi2_get_alt() 1409 static int f_midi2_setup(struct usb_function *fn, in f_midi2_setup() 1436 static void f_midi2_disable(struct usb_function *fn) in f_midi2_disable()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-vfp.c | 1358 static bool do_vfp_3op_sp(DisasContext *s, VFPGen3OpSPFn *fn, in do_vfp_3op_sp() 1430 static bool do_vfp_3op_hp(DisasContext *s, VFPGen3OpSPFn *fn, in do_vfp_3op_hp() 1472 static bool do_vfp_3op_dp(DisasContext *s, VFPGen3OpDPFn *fn, in do_vfp_3op_dp() 1548 static bool do_vfp_2op_sp(DisasContext *s, VFPGen2OpSPFn *fn, int vd, int vm) in do_vfp_2op_sp() 1615 static bool do_vfp_2op_hp(DisasContext *s, VFPGen2OpSPFn *fn, int vd, int vm) in do_vfp_2op_hp() 1648 static bool do_vfp_2op_dp(DisasContext *s, VFPGen2OpDPFn *fn, int vd, int vm) in do_vfp_2op_dp()
|
H A D | translate-a64.c | 696 int rn, int data, gen_helper_gvec_2 *fn) in gen_gvec_op2_ool() 718 gen_helper_gvec_3_ptr *fn) in gen_gvec_op3_fpst() 744 gen_helper_gvec_4_ptr *fn) in gen_gvec_op4_fpst() 1308 gen_helper_gvec_2 *fn) in do_gvec_op2_ool() 1320 gen_helper_gvec_3 *fn) in do_gvec_op3_ool() 4181 bool is_setg, SetFn fn) in do_SET() 4298 bool rd_sp, bool rn_sp, ArithTwoOp *fn) in gen_rri() 5643 gen_helper_gvec_4_ptr *fn; in trans_FCMLA_v() local 5690 NeonGenTwo64OpFn *fn, bool acc) in do_3op_widening() 6413 gen_helper_gvec_4_ptr *fn; in trans_FCMLA_vi() local [all …]
|
/openbmc/linux/include/linux/ |
H A D | of.h | 1480 #define _OF_DECLARE_STUB(table, name, compat, fn, fn_type) \ argument 1487 #define _OF_DECLARE(table, name, compat, fn, fn_type) \ argument 1494 #define _OF_DECLARE(table, name, compat, fn, fn_type) \ argument 1502 #define OF_DECLARE_1(table, name, compat, fn) \ argument 1504 #define OF_DECLARE_1_RET(table, name, compat, fn) \ argument 1506 #define OF_DECLARE_2(table, name, compat, fn) \ argument
|
/openbmc/linux/drivers/char/ |
H A D | sonypi.c | 646 static u8 sonypi_call2(u8 dev, u8 fn) in sonypi_call2() 658 static u8 sonypi_call3(u8 dev, u8 fn, u8 v) in sonypi_call3() 690 static void sonypi_set(u8 fn, u8 v) in sonypi_set()
|
/openbmc/qemu/hw/display/ |
H A D | pxa2xx_lcd.c | 1119 drawfn fn = pxa2xx_drawfn(s); in pxa2xx_lcdc_dma0_redraw_rot0() local 1148 drawfn fn = pxa2xx_drawfn(s); in pxa2xx_lcdc_dma0_redraw_rot90() local 1178 drawfn fn = pxa2xx_drawfn(s); in pxa2xx_lcdc_dma0_redraw_rot180() local 1209 drawfn fn = pxa2xx_drawfn(s); in pxa2xx_lcdc_dma0_redraw_rot270() local
|
/openbmc/qemu/hw/xen/ |
H A D | xen-bus-helper.c | 146 const char *key, xs_watch_fn fn, in xs_node_watch()
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | packagedata.py | 18 def read_pkgdatafile(fn): argument
|
/openbmc/linux/tools/testing/selftests/cgroup/ |
H A D | test_zswap.c | 235 int (*fn)(const char *root); member
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr_rtas.c | 503 spapr_rtas_fn fn; member 577 void spapr_rtas_register(int token, const char *name, spapr_rtas_fn fn) in spapr_rtas_register()
|
/openbmc/linux/arch/arm/kernel/ |
H A D | traps.c | 439 int (*fn)(struct pt_regs *regs, unsigned int instr) = NULL; in call_undef_hook() local 752 void __readwrite_bug(const char *fn) in __readwrite_bug()
|
/openbmc/linux/drivers/net/usb/ |
H A D | asix_common.c | 18 int (*fn)(struct usbnet *, u8, u8, u16, u16, void *, u16); in asix_read_cmd() local 44 int (*fn)(struct usbnet *, u8, u8, u16, u16, const void *, u16); in asix_write_cmd() local
|