Home
last modified time | relevance | path

Searched defs:target (Results 126 – 150 of 1287) sorted by relevance

12345678910>>...52

/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_cpp.h63 #define NFP_CPP_ATOMIC_RD(target, island) \ argument
65 #define NFP_CPP_ATOMIC_WR(target, island) \ argument
81 #define NFP_CPP_ID(target, action, token) \ argument
99 #define NFP_CPP_ISLAND_ID(target, action, token, island) \ argument
/openbmc/linux/drivers/reset/
H A Dreset-microchip-sparx5.c66 struct regmap **target) in mchp_sparx5_map_syscon()
87 struct regmap **target) in mchp_sparx5_map_io()
/openbmc/linux/drivers/platform/x86/intel/uncore-frequency/
H A Duncore-frequency.c123 int target; in uncore_event_cpu_online() local
147 int target; in uncore_event_cpu_offline() local
/openbmc/openbmc/poky/meta/lib/patchtest/tests/pyparsing/
H A Dparse_shortlog.py12 target = pyparsing.OneOrMore(pyparsing.Word(pyparsing.printables.replace(':',''))) variable
/openbmc/linux/net/vmw_vsock/
H A Dhyperv_transport.c745 int hvs_notify_poll_in(struct vsock_sock *vsk, size_t target, bool *readable) in hvs_notify_poll_in()
754 int hvs_notify_poll_out(struct vsock_sock *vsk, size_t target, bool *writable) in hvs_notify_poll_out()
762 int hvs_notify_recv_init(struct vsock_sock *vsk, size_t target, in hvs_notify_recv_init()
769 int hvs_notify_recv_pre_block(struct vsock_sock *vsk, size_t target, in hvs_notify_recv_pre_block()
776 int hvs_notify_recv_pre_dequeue(struct vsock_sock *vsk, size_t target, in hvs_notify_recv_pre_dequeue()
783 int hvs_notify_recv_post_dequeue(struct vsock_sock *vsk, size_t target, in hvs_notify_recv_post_dequeue()
/openbmc/linux/drivers/scsi/pcmcia/
H A Dnsp_cs.c195 unsigned char target = scmd_id(SCpnt); in nsp_queuecommand_lck() local
368 unsigned char target = scmd_id(SCpnt); in nsphw_start_selection() local
447 unsigned char target = scmd_id(SCpnt); in nsp_analyze_sdtr() local
658 int target; in nsp_reselected() local
922 unsigned char target = scmd_id(SCpnt); in nsp_nexus() local
967 unsigned char target, lun; in nspintr() local
/openbmc/linux/arch/x86/kernel/
H A Dptrace.c432 static int genregs_get(struct task_struct *target, in genregs_get()
443 static int genregs_set(struct task_struct *target, in genregs_set()
693 static int ioperm_active(struct task_struct *target, in ioperm_active()
701 static int ioperm_get(struct task_struct *target, in ioperm_get()
1022 static int genregs32_get(struct task_struct *target, in genregs32_get()
1036 static int genregs32_set(struct task_struct *target, in genregs32_set()
/openbmc/linux/net/nfc/hci/
H A Dcore.c663 static int hci_dep_link_up(struct nfc_dev *nfc_dev, struct nfc_target *target, in hci_dep_link_up()
686 struct nfc_target *target, u32 protocol) in hci_activate_target()
692 struct nfc_target *target, in hci_deactivate_target()
722 static int hci_transceive(struct nfc_dev *nfc_dev, struct nfc_target *target, in hci_transceive()
781 struct nfc_target *target) in hci_check_presence()
/openbmc/linux/drivers/nfc/pn544/
H A Dpn544.c444 struct nfc_target *target, u8 comm_mode, in pn544_hci_dep_link_up()
481 struct nfc_target *target) in pn544_hci_target_from_gate()
503 struct nfc_target *target) in pn544_hci_complete_target_discovered()
603 struct nfc_target *target, in pn544_hci_im_transceive()
682 struct nfc_target *target) in pn544_hci_check_presence()
/openbmc/linux/arch/mips/net/
H A Dbpf_jit_comp.c580 int target = ctx->bpf_index + bpf_off + 1; in setup_jmp() local
687 int target = get_target(ctx, ctx->bpf_index + bpf_off + 1); in finish_jmp() local
828 int target = get_target(ctx, ctx->bpf_index + off + 1); in emit_ja() local
840 int target = get_target(ctx, ctx->program->len); in emit_exit() local
/openbmc/linux/fs/configfs/
H A Dsymlink.c57 struct config_item *target, char *path) in configfs_get_target_path()
118 struct config_item **target, struct super_block *sb) in get_target()
/openbmc/linux/arch/powerpc/include/asm/
H A Dcode-patching.h53 unsigned long target, int flags) in create_branch()
88 static inline int patch_branch_site(s32 *site, unsigned long target, int flags) in patch_branch_site()
/openbmc/linux/fs/xfs/
H A Dxfs_trans_buf.c25 struct xfs_buftarg *target, in xfs_trans_buf_item_match()
118 struct xfs_buftarg *target, in xfs_trans_get_buf_map()
214 struct xfs_buftarg *target, in xfs_trans_read_buf_map()
/openbmc/linux/net/nfc/nci/
H A Dntf.c203 struct nfc_target *target, in nci_add_new_protocol()
290 struct nfc_target *target; in nci_add_new_target() local
472 struct nfc_target *target; in nci_target_auto_activated() local
/openbmc/linux/include/uapi/linux/netfilter_bridge/
H A Debt_redirect.h7 int target; member
H A Debt_arpreply.h9 int target; member
/openbmc/linux/mm/damon/
H A Dmodules-common.c21 struct damon_target *target; in damon_modules_new_paddr_ctx_target() local
/openbmc/linux/arch/mips/include/asm/
H A Dfpu.h206 static inline bool init_fp_ctx(struct task_struct *target) in init_fp_ctx()
299 static inline bool init_fp_ctx(struct task_struct *target) in init_fp_ctx()
/openbmc/phosphor-health-monitor/
H A Dhealth_metric_config.hpp55 std::string target = defaults::target; member
64 static constexpr auto target = ""; member
/openbmc/linux/arch/powerpc/sysdev/
H A Dcpm2.c135 int __init cpm2_clk_setup(enum cpm_clk_target target, int clock, int mode) in cpm2_clk_setup()
261 int __init cpm2_smc_clk_setup(enum cpm_clk_target target, int clock) in cpm2_smc_clk_setup()
/openbmc/bmcweb/http/
H A Dhttp_request.hpp109 std::string_view target() const in target() function
129 bool target(std::string_view target) in target() function
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/
H A Dcase.py12 target = None variable in OERuntimeTestCase
/openbmc/qemu/tests/qemu-iotests/
H A D24827 source, target = file_path('source', 'target') variable
/openbmc/phosphor-hwmon/
H A Dfan_pwm.cpp21 uint64_t FanPwm::target(uint64_t value) in target() function in hwmon::FanPwm
/openbmc/linux/arch/powerpc/lib/
H A Dcode-patching.c381 int patch_branch(u32 *addr, unsigned long target, int flags) in patch_branch()
414 unsigned long target, int flags) in create_cond_branch()
489 unsigned long target; in translate_branch() local

12345678910>>...52