Home
last modified time | relevance | path

Searched refs:node (Results 5801 – 5825 of 6034) sorted by relevance

1...<<231232233234235236237238239240>>...242

/linux-6.15/drivers/usb/dwc3/
H A Dcore.c1532 struct device_node *node = dev->of_node; in dwc3_core_get_phy() local
1537 if (node) { in dwc3_core_get_phy()
/linux-6.15/Documentation/locking/
H A Drt-mutex-design.rst106 the task is blocked on. It also has rbtree node structures to
474 to the mutex. The rbtree node of waiter are initialized to the processes
/linux-6.15/sound/pci/asihpi/
H A Dhpifunc.c2136 u32 node, index; in hpi_multiplexer_get_source() local
2138 HPI_MULTIPLEXER_SOURCE, &node, in hpi_multiplexer_get_source()
2141 *source_node_type = (u16)node; in hpi_multiplexer_get_source()
/linux-6.15/drivers/platform/x86/
H A DKconfig162 in the same node directory will tell you if it is "acerhdf".
1037 firmware-node. This driver will instantiate separate clients
1038 for each device in the firmware-node.
/linux-6.15/fs/f2fs/
H A Df2fs.h3005 static inline __le32 *blkaddr_in_node(struct f2fs_node *node) in blkaddr_in_node() argument
3007 return RAW_IS_INODE(node) ? node->i.i_addr : node->dn.addr; in blkaddr_in_node()
/linux-6.15/Documentation/arch/x86/
H A Dresctrl.rst379 directories for each node (located within the "mon_L3_XX" directory
381 where "YY" is the node number.
511 Users who bind tasks to the CPUs of a specific Sub-NUMA node can read
513 "mon_sub_L3_YY" directories to get node local data.
/linux-6.15/arch/arm/boot/dts/nvidia/
H A Dtegra20-colibri.dtsi742 /delete-node/ opp-760000000;
/linux-6.15/net/mptcp/
H A Dpm.c123 list_for_each_entry(subflow, list, node) { in mptcp_lookup_subflow_by_saddr()
/linux-6.15/drivers/dma/
H A Dfsl-edma-common.c58 list_del(&fsl_chan->edesc->vdesc.node); in fsl_edma_tx_chan_handler()
H A Dimg-mdc-dma.c534 list_del(&vd->node); in mdc_issue_desc()
/linux-6.15/drivers/net/wireless/ath/ath10k/
H A Dqmi.c984 sq->sq_node = service->node; in ath10k_qmi_new_server()
/linux-6.15/arch/arm64/boot/dts/hisilicon/
H A Dhikey960-pinctrl.dtsi254 /* pin base in node, nr pins & gpio function */
/linux-6.15/arch/arm/boot/dts/nxp/imx/
H A Dimx53.dtsi17 * pre-existing /chosen node to be available to insert the
/linux-6.15/Documentation/ABI/stable/
H A Dsysfs-driver-dma-idxd74 Description: The numa node number for this device.
/linux-6.15/drivers/net/ethernet/sfc/
H A Defx_common.c966 INIT_LIST_HEAD(&efx->node); in efx_init_struct()
/linux-6.15/drivers/net/ethernet/sfc/siena/
H A Defx_common.c992 INIT_LIST_HEAD(&efx->node); in efx_siena_init_struct()
/linux-6.15/Documentation/driver-api/media/
H A Dv4l2-controls.rst681 If you want to have one handler (e.g. for a radio device node) have a subset
682 of another handler (e.g. for a video device node), then you should first add
/linux-6.15/Documentation/arch/arm64/
H A Darm-acpi.rst471 struct device_node node = pdev->dev.of_node;
474 if (node)
/linux-6.15/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_main.c222 nic->node = mbx.nic_cfg.node_id; in nicvf_handle_mbx_intr()
1111 cpumask_set_cpu(cpumask_local_spread(cpu, nic->node), in nicvf_set_irq_affinity()
/linux-6.15/Documentation/userspace-api/media/v4l/
H A Ddev-subdev.rst24 will feature a character device node on which ioctls can be called to
58 node with the V4L2 control API described in :ref:`control`. The ioctls
/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_virtchnl_fdir.c1295 struct virtchnl_fdir_fltr_conf *node = in ice_vc_fdir_is_dup_fltr() local
1298 ret = ice_vc_fdir_comp_rules(node, conf); in ice_vc_fdir_is_dup_fltr()
/linux-6.15/drivers/md/
H A Draid5.c7329 static int raid456_cpu_dead(unsigned int cpu, struct hlist_node *node) in raid456_cpu_dead() argument
7331 struct r5conf *conf = hlist_entry_safe(node, struct r5conf, node); in raid456_cpu_dead()
7342 cpuhp_state_remove_instance(CPUHP_MD_RAID5_PREPARE, &conf->node); in raid5_free_percpu()
7366 static int raid456_cpu_up_prepare(unsigned int cpu, struct hlist_node *node) in raid456_cpu_up_prepare() argument
7368 struct r5conf *conf = hlist_entry_safe(node, struct r5conf, node); in raid456_cpu_up_prepare()
7387 err = cpuhp_state_add_instance(CPUHP_MD_RAID5_PREPARE, &conf->node); in raid5_alloc_percpu()
/linux-6.15/drivers/scsi/qla2xxx/
H A Dqla_target.c1621 void *node; in qlt_release() local
1649 btree_for_each_safe64(&tgt->lun_qpair_map, key, node) in qlt_release()
4240 void *node; in qlt_clr_qp_table() local
4249 btree_for_each_safe64(&tgt->lun_qpair_map, key, node) in qlt_clr_qp_table()
6488 struct scsi_qla_host *node; in qla_remove_hostmap() local
6491 btree_for_each_safe32(&ha->host_map, key, node) in qla_remove_hostmap()
/linux-6.15/fs/ocfs2/
H A Dalloc.c576 struct ocfs2_path_item *node; in ocfs2_reinit_path() local
582 node = &path->p_node[i]; in ocfs2_reinit_path()
584 brelse(node->bh); in ocfs2_reinit_path()
585 node->bh = NULL; in ocfs2_reinit_path()
586 node->el = NULL; in ocfs2_reinit_path()
/linux-6.15/Documentation/networking/dsa/
H A Ddsa.rst539 - ``ds->dev``: will be used to parse the switch's OF node or platform data.
542 to validate the port indices provided in the OF node.
571 number of the ``dsa,member`` property of the switch's OF node (0 if missing).
1069 Depending on the node's role in the ring (MRM: Media Redundancy Manager,

1...<<231232233234235236237238239240>>...242