| /linux-6.15/drivers/usb/dwc3/ |
| H A D | core.c | 1532 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 D | rt-mutex-design.rst | 106 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 D | hpifunc.c | 2136 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 D | Kconfig | 162 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 D | f2fs.h | 3005 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 D | resctrl.rst | 379 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 D | tegra20-colibri.dtsi | 742 /delete-node/ opp-760000000;
|
| /linux-6.15/net/mptcp/ |
| H A D | pm.c | 123 list_for_each_entry(subflow, list, node) { in mptcp_lookup_subflow_by_saddr()
|
| /linux-6.15/drivers/dma/ |
| H A D | fsl-edma-common.c | 58 list_del(&fsl_chan->edesc->vdesc.node); in fsl_edma_tx_chan_handler()
|
| H A D | img-mdc-dma.c | 534 list_del(&vd->node); in mdc_issue_desc()
|
| /linux-6.15/drivers/net/wireless/ath/ath10k/ |
| H A D | qmi.c | 984 sq->sq_node = service->node; in ath10k_qmi_new_server()
|
| /linux-6.15/arch/arm64/boot/dts/hisilicon/ |
| H A D | hikey960-pinctrl.dtsi | 254 /* pin base in node, nr pins & gpio function */
|
| /linux-6.15/arch/arm/boot/dts/nxp/imx/ |
| H A D | imx53.dtsi | 17 * pre-existing /chosen node to be available to insert the
|
| /linux-6.15/Documentation/ABI/stable/ |
| H A D | sysfs-driver-dma-idxd | 74 Description: The numa node number for this device.
|
| /linux-6.15/drivers/net/ethernet/sfc/ |
| H A D | efx_common.c | 966 INIT_LIST_HEAD(&efx->node); in efx_init_struct()
|
| /linux-6.15/drivers/net/ethernet/sfc/siena/ |
| H A D | efx_common.c | 992 INIT_LIST_HEAD(&efx->node); in efx_siena_init_struct()
|
| /linux-6.15/Documentation/driver-api/media/ |
| H A D | v4l2-controls.rst | 681 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 D | arm-acpi.rst | 471 struct device_node node = pdev->dev.of_node; 474 if (node)
|
| /linux-6.15/drivers/net/ethernet/cavium/thunder/ |
| H A D | nicvf_main.c | 222 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 D | dev-subdev.rst | 24 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 D | ice_virtchnl_fdir.c | 1295 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 D | raid5.c | 7329 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 D | qla_target.c | 1621 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 D | alloc.c | 576 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 D | dsa.rst | 539 - ``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,
|