| /linux-6.15/Documentation/filesystems/ |
| H A D | autofs-mount-control.rst | 172 The control interface is opening a device node, typically /dev/autofs. 243 The device node ioctl operations implemented by this interface are:
|
| H A D | fsverity.rst | 310 blocks from disk without actually verifying the path to the root node. 789 how Merkle tree hashing works. To verify a leaf node, you need to 790 verify the whole path to the root hash, including the root node 792 node isn't stored on-disk, you have to compute it by hashing its
|
| /linux-6.15/drivers/media/usb/hackrf/ |
| H A D | hackrf.c | 731 struct hackrf_buffer *buffer, *node; in hackrf_return_all_buffers() local 743 list_for_each_entry_safe(buffer, node, buffer_list, list) { in hackrf_return_all_buffers()
|
| /linux-6.15/drivers/media/usb/gspca/ |
| H A D | gspca.c | 1342 struct gspca_buffer *buf, *node; in gspca_return_all_buffers() local 1346 list_for_each_entry_safe(buf, node, &gspca_dev->buf_list, list) { in gspca_return_all_buffers()
|
| /linux-6.15/arch/arm/boot/dts/ti/omap/ |
| H A D | am437x-gp-evm.dts | 804 * selected device node is enabled and the previously 805 * selected device node is disabled.
|
| /linux-6.15/drivers/media/platform/marvell/ |
| H A D | mcam-core.c | 1121 struct mcam_vb_buffer *buf, *node; in mcam_vb_requeue_bufs() local 1126 list_for_each_entry_safe(buf, node, &cam->buffers, queue) { in mcam_vb_requeue_bufs()
|
| /linux-6.15/drivers/mtd/ubi/ |
| H A D | fastmap.c | 373 struct rb_node *node, *node2; in unmap_peb() local 376 ubi_rb_for_each_entry(node, av, &ai->volumes, rb) { in unmap_peb()
|
| /linux-6.15/drivers/net/hyperv/ |
| H A D | netvsc.c | 324 int node = cpu_to_node(nvchan->channel->target_cpu); in netvsc_alloc_recv_comp_ring() local 328 nvchan->mrc.slots = vzalloc_node(size, node); in netvsc_alloc_recv_comp_ring()
|
| /linux-6.15/Documentation/usb/ |
| H A D | usb-serial.rst | 36 will print to the system log, which node(s) the device has been bound 365 * emptool --usb /dev/ttyUSB0 (or whatever you named your device node)
|
| /linux-6.15/drivers/net/ethernet/marvell/ |
| H A D | mvneta.c | 4417 static int mvneta_cpu_online(unsigned int cpu, struct hlist_node *node) in mvneta_cpu_online() argument 4420 struct mvneta_port *pp = hlist_entry_safe(node, struct mvneta_port, in mvneta_cpu_online() 4484 static int mvneta_cpu_down_prepare(unsigned int cpu, struct hlist_node *node) in mvneta_cpu_down_prepare() argument 4486 struct mvneta_port *pp = hlist_entry_safe(node, struct mvneta_port, in mvneta_cpu_down_prepare() 4506 static int mvneta_cpu_dead(unsigned int cpu, struct hlist_node *node) in mvneta_cpu_dead() argument 4508 struct mvneta_port *pp = hlist_entry_safe(node, struct mvneta_port, in mvneta_cpu_dead()
|
| /linux-6.15/drivers/gpio/ |
| H A D | gpiolib.c | 2285 list_add_tail(&pin_range->node, &gdev->pin_ranges); in gpiochip_add_pingroup_range() 2342 list_add_tail(&pin_range->node, &gdev->pin_ranges); in gpiochip_add_pin_range() 2357 list_for_each_entry_safe(pin_range, tmp, &gdev->pin_ranges, node) { in gpiochip_remove_pin_ranges() 2358 list_del(&pin_range->node); in gpiochip_remove_pin_ranges()
|
| /linux-6.15/drivers/usb/dwc3/ |
| H A D | gadget.c | 1271 unsigned int chain, unsigned int node, bool use_bounce_buffer, in dwc3_prepare_one_trb() argument 1311 if (!node) { in dwc3_prepare_one_trb() 1442 unsigned int node) in dwc3_prepare_last_sg() argument 1460 needs_extra_trb, node, false, false); in dwc3_prepare_last_sg()
|
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/fw/ |
| H A D | dbg.c | 2374 struct iwl_dbg_tlv_node *node; in iwl_dump_ini_info() local 2380 list_for_each_entry(node, &fwrt->trans->dbg.debug_info_tlv_list, list) { in iwl_dump_ini_info() 2449 list_for_each_entry(node, &fwrt->trans->dbg.debug_info_tlv_list, list) { in iwl_dump_ini_info() 2451 (void *)node->tlv.data; in iwl_dump_ini_info()
|
| /linux-6.15/drivers/net/ethernet/freescale/ |
| H A D | ucc_geth.c | 215 struct list_head *node = lh->next; in dequeue() local 216 list_del(node); in dequeue() 218 return node; in dequeue() 3597 ugeth->node = np; in ucc_geth_probe()
|
| /linux-6.15/drivers/gpu/drm/i915/ |
| H A D | i915_perf.c | 387 struct llist_node node; member 1644 llist_for_each_entry_safe(oa_bo, tmp, stream->oa_config_bos.first, node) in free_oa_configs() 2259 llist_add(&oa_bo->node, &stream->oa_config_bos); in alloc_oa_config_buffer() 2288 llist_for_each_entry(oa_bo, stream->oa_config_bos.first, node) { in get_oa_vma()
|
| /linux-6.15/drivers/media/usb/uvc/ |
| H A D | uvc_ctrl.c | 1783 list_for_each_entry(sev, &mapping->ev_subs, node) { in uvc_ctrl_send_event() 2020 list_add_tail(&sev->node, &mapping->ev_subs); in uvc_ctrl_add_event() 2052 list_del(&sev->node); in uvc_ctrl_del_event()
|
| /linux-6.15/kernel/module/ |
| H A D | main.c | 2873 struct llist_node node; member 2889 initfree = container_of(pos, struct mod_initfree, node); in do_free_init() 3015 if (llist_add(&freeinit->node, &init_free_list)) in do_init_module()
|
| /linux-6.15/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| H A D | hclge_debugfs.c | 2215 struct hlist_node *node; in hclge_dbg_get_rules_location() local 2219 hlist_for_each_entry_safe(rule, node, &hdev->fd_rule_list, rule_node) { in hclge_dbg_get_rules_location() 2668 list_for_each_entry_safe(mac_node, tmp, list, node) { in hclge_dbg_dump_mac_list()
|
| /linux-6.15/drivers/net/dsa/mv88e6xxx/ |
| H A D | chip.c | 1952 list_for_each_entry(mst, &chip->msts, node) in mv88e6xxx_sid_get() 1977 list_for_each_entry_safe(mst, tmp, &chip->msts, node) { in mv88e6xxx_mst_put() 1991 list_del(&mst->node); in mv88e6xxx_mst_put() 2015 list_for_each_entry(mst, &chip->msts, node) { in mv88e6xxx_mst_get() 2033 INIT_LIST_HEAD(&mst->node); in mv88e6xxx_mst_get() 2054 list_add_tail(&mst->node, &chip->msts); in mv88e6xxx_mst_get() 2091 list_for_each_entry(mst, &chip->msts, node) { in mv88e6xxx_port_mst_state_set()
|
| /linux-6.15/arch/arm64/boot/dts/ti/ |
| H A D | k3-am65-iot2050-common.dtsi | 142 /* Dual Ethernet application node on PRU-ICSSG0 */
|
| /linux-6.15/block/partitions/ |
| H A D | Kconfig | 279 The format for the device tree node is just like MTD fixed-partition
|
| /linux-6.15/drivers/dma/fsl-dpaa2-qdma/ |
| H A D | dpaa2-qdma.c | 291 list_del(&vdesc->node); in dpaa2_qdma_issue_pending()
|
| /linux-6.15/Documentation/block/ |
| H A D | data-integrity.rst | 30 is well defined and every node in the I/O path can verify the
|
| /linux-6.15/sound/soc/intel/atom/ |
| H A D | sst-atom-controls.h | 548 struct list_head node; member
|
| /linux-6.15/drivers/gpu/drm/msm/ |
| H A D | msm_gem_submit.c | 77 INIT_LIST_HEAD(&submit->node); in submit_create()
|