| /OK3568_Linux_fs/kernel/drivers/xen/xen-pciback/ |
| H A D | pci_stub.c | 157 int slot, int func) in pcistub_device_find_locked() 175 int slot, int func) in pcistub_device_find() 213 int slot, int func) in pcistub_get_pci_dev_by_slot() 1006 int *slot, int *func) in str_to_slot() 1043 *slot, int *func, int *reg, int *size, int *mask) in str_to_quirk() 1062 static int pcistub_device_id_add(int domain, int bus, int slot, int func) in pcistub_device_id_add() 1102 static int pcistub_device_id_remove(int domain, int bus, int slot, int func) in pcistub_device_id_remove() 1131 static int pcistub_reg_add(int domain, int bus, int slot, int func, in pcistub_reg_add() 1176 int domain, bus, slot, func; in new_slot_store() local 1195 int domain, bus, slot, func; in remove_slot_store() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/watchdog/ |
| H A D | diag288_wdt.c | 73 static int __diag288(unsigned int func, unsigned int timeout, in __diag288() 93 static int __diag288_vm(unsigned int func, unsigned int timeout, in __diag288_vm() 100 static int __diag288_lpar(unsigned int func, unsigned int timeout, in __diag288_lpar() 116 unsigned int func; in wdt_start() local 168 unsigned int func; in wdt_ping() local
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/powermac/ |
| H A D | pfunc_core.c | 73 struct pmf_function *func; member 579 static int pmf_parse_one(struct pmf_function *func, in pmf_parse_one() 641 struct pmf_function *func = NULL; in pmf_add_function_prop() local 749 struct pmf_function *pmf_get_function(struct pmf_function *func) in pmf_get_function() 760 struct pmf_function *func = in pmf_release_function() local 766 static inline void __pmf_put_function(struct pmf_function *func) in __pmf_put_function() 771 void pmf_put_function(struct pmf_function *func) in pmf_put_function() 797 struct pmf_function *func = in pmf_unregister_driver() local 813 struct pmf_function *func, *result = NULL; in __pmf_find_function() local 866 struct pmf_function *func; in pmf_register_irq_client() local [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | static_call.h | 114 #define static_call_update(name, func) \ argument 132 void *func; member 189 void *func; member 209 void __static_call_update(struct static_call_key *key, void *tramp, void *func) in __static_call_update() 240 void *func; member 280 void __static_call_update(struct static_call_key *key, void *tramp, void *func) in __static_call_update()
|
| /OK3568_Linux_fs/kernel/arch/ia64/scripts/ |
| H A D | unwcheck.py | 27 def check_func (func, slots, rlen_sum): argument 37 func = False variable 45 func = m.group(1) variable
|
| /OK3568_Linux_fs/kernel/arch/x86/um/ |
| H A D | ldt.c | 16 static inline int modify_ldt (int func, void *ptr, unsigned long bytecount) in modify_ldt() 21 static long write_ldt_entry(struct mm_id *mm_idp, int func, in write_ldt_entry() 123 static int write_ldt(void __user * ptr, unsigned long bytecount, int func) in write_ldt() 209 static long do_modify_ldt_skas(int func, void __user *ptr, in do_modify_ldt_skas() 375 SYSCALL_DEFINE3(modify_ldt, int , func , void __user * , ptr , in SYSCALL_DEFINE3() argument
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/aspeed/ |
| H A D | pinmux-aspeed.h | 520 #define SIG_EXPR_DECL_(sig, group, func) \ argument 546 #define SIG_EXPR_DECL(sig, group, func, ...) \ argument 613 #define SIG_EXPR_LIST_DECL_SESG(pin, sig, func, ...) \ argument 629 #define SIG_EXPR_LIST_DECL_SEMG(pin, sig, group, func, ...) \ argument 737 #define FUNC_SYM(func) func_groups_ ## func argument 738 #define FUNC_DECL_(func, ...) \ argument 741 #define FUNC_DECL_1(func, group) FUNC_DECL_(func, #group) argument 742 #define FUNC_DECL_2(func, one, two) FUNC_DECL_(func, #one, #two) argument 743 #define FUNC_DECL_3(func, one, two, three) FUNC_DECL_(func, #one, #two, #three) argument 745 #define FUNC_GROUP_DECL(func, ...) \ argument
|
| /OK3568_Linux_fs/kernel/drivers/mmc/core/ |
| H A D | sdio_irq.c | 64 struct sdio_func *func; in process_sdio_pending_irqs() local 273 struct sdio_func *func; in sdio_single_irq_set() local 299 int sdio_claim_irq(struct sdio_func *func, sdio_irq_handler_t *handler) in sdio_claim_irq() 342 int sdio_release_irq(struct sdio_func *func) in sdio_release_irq()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | bcmspibrcm.c | 614 sdioh_cis_read(sdioh_info_t *sd, uint func, uint8 *cisd, uint32 length) in sdioh_cis_read() 667 sdioh_request_byte(sdioh_info_t *sd, uint rw, uint func, uint regaddr, uint8 *byte) in sdioh_request_byte() 710 sdioh_request_word(sdioh_info_t *sd, uint cmd_type, uint rw, uint func, uint addr, in sdioh_request_word() 727 sdioh_request_buffer(sdioh_info_t *sd, uint pio_dma, uint fix_inc, uint rw, uint func, in sdioh_request_buffer() 768 bcmspi_card_byterewrite(sdioh_info_t *sd, int func, uint32 regaddr, uint8 byte) in bcmspi_card_byterewrite() 838 bcmspi_prog_resp_delay(sdioh_info_t *sd, int func, uint8 resp_delay) in bcmspi_prog_resp_delay() 975 sdioh_abort(sdioh_info_t *sd, uint func) in sdioh_abort() 1409 bcmspi_card_regread(sdioh_info_t *sd, int func, uint32 regaddr, int regsize, uint32 *data) in bcmspi_card_regread() 1440 bcmspi_card_regread_fixedaddr(sdioh_info_t *sd, int func, uint32 regaddr, int regsize, uint32 *data) in bcmspi_card_regread_fixedaddr() 1474 bcmspi_card_regwrite(sdioh_info_t *sd, int func, uint32 regaddr, int regsize, uint32 data) in bcmspi_card_regwrite() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | bcmspibrcm.c | 586 sdioh_cis_read(sdioh_info_t *sd, uint func, uint8 *cisd, uint32 length) in sdioh_cis_read() 639 sdioh_request_byte(sdioh_info_t *sd, uint rw, uint func, uint regaddr, uint8 *byte) in sdioh_request_byte() 682 sdioh_request_word(sdioh_info_t *sd, uint cmd_type, uint rw, uint func, uint addr, in sdioh_request_word() 699 sdioh_request_buffer(sdioh_info_t *sd, uint pio_dma, uint fix_inc, uint rw, uint func, in sdioh_request_buffer() 740 bcmspi_card_byterewrite(sdioh_info_t *sd, int func, uint32 regaddr, uint8 byte) in bcmspi_card_byterewrite() 811 bcmspi_prog_resp_delay(sdioh_info_t *sd, int func, uint8 resp_delay) in bcmspi_prog_resp_delay() 949 sdioh_abort(sdioh_info_t *sd, uint func) in sdioh_abort() 1381 bcmspi_card_regread(sdioh_info_t *sd, int func, uint32 regaddr, int regsize, uint32 *data) in bcmspi_card_regread() 1412 bcmspi_card_regread_fixedaddr(sdioh_info_t *sd, int func, uint32 regaddr, int regsize, uint32 *data) in bcmspi_card_regread_fixedaddr() 1446 bcmspi_card_regwrite(sdioh_info_t *sd, int func, uint32 regaddr, int regsize, uint32 data) in bcmspi_card_regwrite() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | bcmspibrcm.c | 614 sdioh_cis_read(sdioh_info_t *sd, uint func, uint8 *cisd, uint32 length) in sdioh_cis_read() 667 sdioh_request_byte(sdioh_info_t *sd, uint rw, uint func, uint regaddr, uint8 *byte) in sdioh_request_byte() 710 sdioh_request_word(sdioh_info_t *sd, uint cmd_type, uint rw, uint func, uint addr, in sdioh_request_word() 727 sdioh_request_buffer(sdioh_info_t *sd, uint pio_dma, uint fix_inc, uint rw, uint func, in sdioh_request_buffer() 768 bcmspi_card_byterewrite(sdioh_info_t *sd, int func, uint32 regaddr, uint8 byte) in bcmspi_card_byterewrite() 838 bcmspi_prog_resp_delay(sdioh_info_t *sd, int func, uint8 resp_delay) in bcmspi_prog_resp_delay() 975 sdioh_abort(sdioh_info_t *sd, uint func) in sdioh_abort() 1409 bcmspi_card_regread(sdioh_info_t *sd, int func, uint32 regaddr, int regsize, uint32 *data) in bcmspi_card_regread() 1440 bcmspi_card_regread_fixedaddr(sdioh_info_t *sd, int func, uint32 regaddr, int regsize, uint32 *data) in bcmspi_card_regread_fixedaddr() 1474 bcmspi_card_regwrite(sdioh_info_t *sd, int func, uint32 regaddr, int regsize, uint32 data) in bcmspi_card_regwrite() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | bcmspibrcm.c | 614 sdioh_cis_read(sdioh_info_t *sd, uint func, uint8 *cisd, uint32 length) in sdioh_cis_read() 667 sdioh_request_byte(sdioh_info_t *sd, uint rw, uint func, uint regaddr, uint8 *byte) in sdioh_request_byte() 710 sdioh_request_word(sdioh_info_t *sd, uint cmd_type, uint rw, uint func, uint addr, in sdioh_request_word() 727 sdioh_request_buffer(sdioh_info_t *sd, uint pio_dma, uint fix_inc, uint rw, uint func, in sdioh_request_buffer() 768 bcmspi_card_byterewrite(sdioh_info_t *sd, int func, uint32 regaddr, uint8 byte) in bcmspi_card_byterewrite() 838 bcmspi_prog_resp_delay(sdioh_info_t *sd, int func, uint8 resp_delay) in bcmspi_prog_resp_delay() 975 sdioh_abort(sdioh_info_t *sd, uint func) in sdioh_abort() 1409 bcmspi_card_regread(sdioh_info_t *sd, int func, uint32 regaddr, int regsize, uint32 *data) in bcmspi_card_regread() 1440 bcmspi_card_regread_fixedaddr(sdioh_info_t *sd, int func, uint32 regaddr, int regsize, uint32 *data) in bcmspi_card_regread_fixedaddr() 1474 bcmspi_card_regwrite(sdioh_info_t *sd, int func, uint32 regaddr, int regsize, uint32 data) in bcmspi_card_regwrite() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/selftests/ |
| H A D | i915_selftest.c | 49 #define selftest(name, func) mock_##name, argument 55 #define selftest(name, func) live_##name, argument 61 #define selftest(name, func) perf_##name, argument 94 #define selftest(n, func) selftest_0(n, func, param(n)) argument 96 #define selftest_0(n, func, id) \ argument 103 #define selftest_0(n, func, id) \ argument 110 #define selftest_0(n, func, id) \ argument
|
| /OK3568_Linux_fs/kernel/scripts/tracing/ |
| H A D | draw_functrace.py | 35 def __init__(self, func, time = None, parent = None): argument 44 def calls(self, func, calltime): argument 53 def getParent(self, func): argument
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/fm10k/ |
| H A D | fm10k_vf.h | 34 #define FM10K_VF_MSG_MSIX_HANDLER(func) \ argument 39 #define FM10K_VF_MSG_MAC_VLAN_HANDLER(func) \ argument 46 #define FM10K_VF_MSG_LPORT_STATE_HANDLER(func) \ argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/st/cw1200/ |
| H A D | cw1200_sdio.c | 47 struct sdio_func *func; member 84 static void cw1200_sdio_irq_handler(struct sdio_func *func) in cw1200_sdio_irq_handler() 270 static int cw1200_sdio_probe(struct sdio_func *func, in cw1200_sdio_probe() 320 static void cw1200_sdio_disconnect(struct sdio_func *func) in cw1200_sdio_disconnect() 342 struct sdio_func *func = dev_to_sdio_func(dev); in cw1200_sdio_suspend() local
|
| /OK3568_Linux_fs/kernel/drivers/dma-buf/ |
| H A D | selftest.c | 16 #define selftest(n, func) __idx_##n, argument 25 int (*func)(void); member 33 #define selftest_0(n, func, id) \ argument 35 #define selftest(n, func) selftest_0(n, func, param(n)) argument
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | pxa2xx.dtsi | 11 #define PMMUX(func, pin, af) \ argument 16 #define PMMUX_LPM_LOW(func, pin, af) \ argument 22 #define PMMUX_LPM_HIGH(func, pin, af) \ argument
|
| /OK3568_Linux_fs/kernel/tools/objtool/ |
| H A D | check.c | 64 struct symbol *func = insn->func; in next_insn_same_func() local 91 #define func_for_each_insn(file, func, insn) \ argument 155 static bool __dead_end_function(struct objtool_file *file, struct symbol *func, in __dead_end_function() 242 static bool dead_end_function(struct objtool_file *file, struct symbol *func) in dead_end_function() 353 struct symbol *func; in decode_instructions() local 753 struct symbol *func; in add_ignores() local 927 struct symbol *func; in add_uaccess_safe() local 1159 struct symbol *func; in add_cfi_jumptables() local 1664 struct symbol *func, in find_jump_table() 1707 struct symbol *func) in mark_func_jump_tables() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/scsi/qedf/ |
| H A D | qedf_dbg.c | 10 qedf_dbg_err(struct qedf_dbg_ctx *qedf, const char *func, u32 line, in qedf_dbg_err() 31 qedf_dbg_warn(struct qedf_dbg_ctx *qedf, const char *func, u32 line, in qedf_dbg_warn() 56 qedf_dbg_notice(struct qedf_dbg_ctx *qedf, const char *func, u32 line, in qedf_dbg_notice() 82 qedf_dbg_info(struct qedf_dbg_ctx *qedf, const char *func, u32 line, in qedf_dbg_info()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/ |
| H A D | moal_sdio_mmc.c | 241 static void woal_sdio_interrupt(struct sdio_func *func) in woal_sdio_interrupt() 459 int woal_sdio_probe(struct sdio_func *func, const struct sdio_device_id *id) in woal_sdio_probe() 541 void woal_sdio_remove(struct sdio_func *func) in woal_sdio_remove() 589 struct sdio_func *func = dev_to_sdio_func(dev); in woal_sdio_shutdown() local 668 struct sdio_func *func = dev_to_sdio_func(dev); in woal_sdio_suspend() local 797 struct sdio_func *func = dev_to_sdio_func(dev); in woal_sdio_resume() local 969 struct sdio_func *func = ((struct sdio_mmc_card *)handle->card)->func; in woal_sdio_rw_mb() local 1180 struct sdio_func *func = card->func; in woal_sdiommc_unregister_dev() local 1215 struct sdio_func *func; in woal_sdiommc_register_dev() local 1294 int woal_sdio_read_write_cmd52(moal_handle *handle, int func, int reg, int val) in woal_sdio_read_write_cmd52() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | bcmspibrcm.c | 651 sdioh_cis_read(sdioh_info_t *sd, uint func, uint8 *cisd, uint32 length) in sdioh_cis_read() 704 sdioh_request_byte(sdioh_info_t *sd, uint rw, uint func, uint regaddr, uint8 *byte) in sdioh_request_byte() 747 sdioh_request_word(sdioh_info_t *sd, uint cmd_type, uint rw, uint func, uint addr, in sdioh_request_word() 764 sdioh_request_buffer(sdioh_info_t *sd, uint pio_dma, uint fix_inc, uint rw, uint func, in sdioh_request_buffer() 805 bcmspi_card_byterewrite(sdioh_info_t *sd, int func, uint32 regaddr, uint8 byte) in bcmspi_card_byterewrite() 881 bcmspi_prog_resp_delay(sdioh_info_t *sd, int func, uint8 resp_delay) in bcmspi_prog_resp_delay() 1024 sdioh_abort(sdioh_info_t *sd, uint func) in sdioh_abort() 1508 bcmspi_card_regread(sdioh_info_t *sd, int func, uint32 regaddr, int regsize, uint32 *data) in bcmspi_card_regread() 1539 bcmspi_card_regread_fixedaddr(sdioh_info_t *sd, int func, uint32 regaddr, int regsize, uint32 *data) in bcmspi_card_regread_fixedaddr() 1573 bcmspi_card_regwrite(sdioh_info_t *sd, int func, uint32 regaddr, int regsize, uint32 data) in bcmspi_card_regwrite() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | bcmspibrcm.c | 651 sdioh_cis_read(sdioh_info_t *sd, uint func, uint8 *cisd, uint32 length) in sdioh_cis_read() 704 sdioh_request_byte(sdioh_info_t *sd, uint rw, uint func, uint regaddr, uint8 *byte) in sdioh_request_byte() 747 sdioh_request_word(sdioh_info_t *sd, uint cmd_type, uint rw, uint func, uint addr, in sdioh_request_word() 764 sdioh_request_buffer(sdioh_info_t *sd, uint pio_dma, uint fix_inc, uint rw, uint func, in sdioh_request_buffer() 805 bcmspi_card_byterewrite(sdioh_info_t *sd, int func, uint32 regaddr, uint8 byte) in bcmspi_card_byterewrite() 881 bcmspi_prog_resp_delay(sdioh_info_t *sd, int func, uint8 resp_delay) in bcmspi_prog_resp_delay() 1024 sdioh_abort(sdioh_info_t *sd, uint func) in sdioh_abort() 1508 bcmspi_card_regread(sdioh_info_t *sd, int func, uint32 regaddr, int regsize, uint32 *data) in bcmspi_card_regread() 1539 bcmspi_card_regread_fixedaddr(sdioh_info_t *sd, int func, uint32 regaddr, int regsize, uint32 *data) in bcmspi_card_regread_fixedaddr() 1573 bcmspi_card_regwrite(sdioh_info_t *sd, int func, uint32 regaddr, int regsize, uint32 data) in bcmspi_card_regwrite() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/pci/hotplug/ |
| H A D | cpqphp_pci.c | 70 int cpqhp_configure_device(struct controller *ctrl, struct pci_func *func) in cpqhp_configure_device() 114 int cpqhp_unconfigure_device(struct pci_func *func) in cpqhp_unconfigure_device() 548 int cpqhp_save_base_addr_length(struct controller *ctrl, struct pci_func *func) in cpqhp_save_base_addr_length() 685 int cpqhp_save_used_resources(struct controller *ctrl, struct pci_func *func) in cpqhp_save_used_resources() 948 int cpqhp_configure_board(struct controller *ctrl, struct pci_func *func) in cpqhp_configure_board() 1026 int cpqhp_valid_replace(struct controller *ctrl, struct pci_func *func) in cpqhp_valid_replace() 1175 struct pci_func *func = NULL; in cpqhp_find_available_resources() local 1418 int cpqhp_return_board_resources(struct pci_func *func, struct resource_lists *resources) in cpqhp_return_board_resources() 1521 void cpqhp_destroy_board_resources(struct pci_func *func) in cpqhp_destroy_board_resources()
|
| /OK3568_Linux_fs/u-boot/drivers/pinctrl/uniphier/ |
| H A D | pinctrl-uniphier.h | 92 #define __UNIPHIER_PINMUX_FUNCTION(func) #func argument 101 #define UNIPHIER_PINMUX_FUNCTION(func) NULL argument 104 #define UNIPHIER_PINMUX_FUNCTION(func) __UNIPHIER_PINMUX_FUNCTION(func) argument 108 #define UNIPHIER_PINMUX_FUNCTION_SPL(func) __UNIPHIER_PINMUX_FUNCTION(func) argument
|