Home
last modified time | relevance | path

Searched +defs:val +defs:node (Results 801 – 825 of 856) sorted by relevance

1...<<3132333435

/linux-6.14.4/include/linux/
Dpci.h164 #define PCI_SET_ERROR_RESPONSE(val) (*(val) = ((typeof(*(val))) PCI_ERROR_RESPONSE)) argument
165 #define PCI_POSSIBLE_ERROR(val) ((val) == ((typeof(val)) PCI_ERROR_RESPONSE)) argument
651 struct list_head node; /* Node in list of buses */ member
1781 struct device_node *node, in pci_irqd_intx_xlate()
2065 struct device_node *node, in pci_irqd_intx_xlate()
/linux-6.14.4/drivers/gpu/drm/i915/
Di915_perf.c387 struct llist_node node; member
1369 u32 *val; in gen12_guc_sw_ctx_id() local
3026 u32 val; in gen12_oa_enable() local
4479 static u32 mask_reg_value(u32 reg, u32 val) in mask_reg_value()
/linux-6.14.4/drivers/block/
Dloop.c757 struct rb_node **node, *parent = NULL; in loop_queue_work() local
1727 static int max_loop_param_set_int(const char *val, in max_loop_param_set_int()
/linux-6.14.4/drivers/dma/xilinx/
Dxilinx_dpdma.c187 struct list_head node; member
473 static inline void dpdma_write(void __iomem *base, u32 offset, u32 val) in dpdma_write()
/linux-6.14.4/drivers/video/fbdev/omap2/omapfb/dss/
Ddsi.c114 #define REG_FLD_MOD(dsidev, idx, val, start, end) \ argument
433 const struct dsi_reg idx, u32 val) in dsi_write_reg()
1775 int val; in dsi_get_line_buf_size() local
2514 u32 val; in dsi_vc_flush_long_data() local
2566 u32 val; in dsi_vc_flush_receive_data() local
2662 u32 val; in dsi_vc_write_long_header() local
2678 u32 val; in dsi_vc_write_long_payload() local
2941 u32 val; in dsi_vc_read_rx_fifo() local
5074 struct device_node *node = pdev->dev.of_node; in dsi_probe_of() local
/linux-6.14.4/drivers/net/ethernet/sfc/falcon/
Dnet_driver.h492 #define STRING_TABLE_LOOKUP(val, member) \ argument
767 struct list_head node; member
915 struct list_head node; member
/linux-6.14.4/drivers/net/team/
Dteam_core.c632 int val; in team_notify_peers_work() local
678 int val; in team_mcast_rejoin_work() local
845 struct list_head *node; in __team_queue_override_port_add() local
/linux-6.14.4/kernel/sched/
Dsched.h254 #define shr_bound(val, shift) \ argument
614 # define u64_u32_store_copy(var, copy, val) (var = val) argument
630 # define u64_u32_store_copy(var, copy, val) \ argument
643 # define u64_u32_store(var, val) u64_u32_store_copy(var, var##_copy, val) argument
2627 static inline cpumask_t *alloc_user_cpus_ptr(int node) in alloc_user_cpus_ptr()
2671 static inline cpumask_t *alloc_user_cpus_ptr(int node) in alloc_user_cpus_ptr()
/linux-6.14.4/drivers/gpu/drm/bridge/
Dsamsung-dsim.c534 enum reg_idx idx, u32 val) in samsung_dsim_write()
1862 struct device_node *node = dev->of_node; in samsung_dsim_parse_dt() local
/linux-6.14.4/tools/perf/
Dbuiltin-stat.c154 bool node, socket, die, cluster, cache, core, thread, no_aggr; member
283 u64 val, *start_time; in read_single_counter() local
/linux-6.14.4/drivers/mtd/nand/raw/
Drenesas-nand-controller.c200 struct list_head node; member
289 static void rnandc_en_interrupts(struct rnandc *rnandc, u32 val) in rnandc_en_interrupts()
/linux-6.14.4/drivers/nvme/host/
Dcore.c2427 static int nvme_wait_ready(struct nvme_ctrl *ctrl, u32 mask, u32 val, in nvme_wait_ready()
2762 static void nvme_set_latency_tolerance(struct device *dev, s32 val) in nvme_set_latency_tolerance()
3138 u32 page_shift = NVME_CAP_MPSMIN(ctrl->cap) + 12, val; in nvme_mps_to_sectors() local
3884 int node = ctrl->numa_node; in nvme_alloc_ns() local
/linux-6.14.4/drivers/md/
Ddm-crypt.c258 unsigned val, sector_align; in get_max_request_size() local
428 __be64 val; in crypt_iv_benbi_gen() local
1971 #define crypt_io_from_node(node) rb_entry((node), struct dm_crypt_io, rb_node) argument
3159 unsigned int opt_params, val; in crypt_ctr_optional() local
/linux-6.14.4/drivers/net/ethernet/marvell/octeontx2/af/
Drvu.h517 struct list_head node; member
614 static inline void rvu_write64(struct rvu *rvu, u64 block, u64 offset, u64 val) in rvu_write64()
624 static inline void rvupf_write64(struct rvu *rvu, u64 offset, u64 val) in rvupf_write64()
634 static inline void rvu_bar2_sel_write64(struct rvu *rvu, u64 block, u64 offset, u64 val) in rvu_bar2_sel_write64()
/linux-6.14.4/arch/x86/kvm/vmx/
Dvmx.c2895 int node = cpu_to_node(cpu); in alloc_vmcs_cpu() local
5433 static int handle_set_cr0(struct kvm_vcpu *vcpu, unsigned long val) in handle_set_cr0()
5459 static int handle_set_cr4(struct kvm_vcpu *vcpu, unsigned long val) in handle_set_cr4()
5490 unsigned long exit_qualification, val; in handle_cr() local
5647 void vmx_set_dr6(struct kvm_vcpu *vcpu, unsigned long val) in vmx_set_dr6()
5653 void vmx_set_dr7(struct kvm_vcpu *vcpu, unsigned long val) in vmx_set_dr7()
/linux-6.14.4/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_main.c662 struct hnae3_ring_chain_node *node; in hclgevf_bind_ring_to_vector() local
1414 u32 val; in hclgevf_reset_wait() local
1997 u32 val, cmdq_stat_reg, rst_ing_reg; in hclgevf_check_evt_cause() local
/linux-6.14.4/fs/proc/
Dtask_mmu.c32 #define SEQ_PUT_DEC(str, val) \ argument
1094 #define SEQ_PUT_DEC(str, val) \ argument
2846 unsigned long node[MAX_NUMNODES]; member
/linux-6.14.4/drivers/mmc/core/
Dblock.c213 struct list_head node; member
1387 u32 val; in mmc_blk_eval_resp_error() local
3126 static int mmc_dbg_card_status_get(void *data, u64 *val) in mmc_dbg_card_status_get()
/linux-6.14.4/drivers/infiniband/core/
Duverbs_cmd.c146 static int uverbs_request_next(struct uverbs_req_iter *iter, void *val, in uverbs_request_next()
481 struct rb_node node; member
/linux-6.14.4/kernel/cgroup/
Dcpuset.c3266 int val; in sched_partition_write() local
4166 bool cpuset_node_allowed(int node, gfp_t gfp_mask) in cpuset_node_allowed()
/linux-6.14.4/drivers/net/ethernet/freescale/fman/
Dfman_memac.c340 static void set_exception(struct memac_regs __iomem *regs, u32 val, in set_exception()
1039 struct device_node *node; in memac_pcs_create() local
/linux-6.14.4/drivers/crypto/
Dsa2ul.c2396 struct device_node *node = dev->of_node; in sa_ul_probe() local
2399 u32 status, val; in sa_ul_probe() local
/linux-6.14.4/drivers/net/phy/
Dnxp-c45-tja11xx.c337 u16 val) in nxp_c45_write_reg_field()
1708 struct device_node *node = phydev->mdio.dev.of_node; in nxp_c45_parse_dt() local
/linux-6.14.4/net/ipv6/
Dip6_fib.c714 void fib6_metric_set(struct fib6_info *f6i, int metric, u32 val) in fib6_metric_set()
2607 struct hlist_node *node; in ipv6_route_seq_next_table() local
/linux-6.14.4/tools/perf/util/
Dsymbol.c68 struct list_head node; member
2394 unsigned long val; in setup_addrlist() local

1...<<3132333435