/kernel/linux/linux-5.10/drivers/crypto/hisilicon/zip/ |
H A D | zip_crypto.c | 180 static int hisi_zip_ctx_init(struct hisi_zip_ctx *hisi_zip_ctx, u8 req_type, int node) in hisi_zip_ctx_init() argument 186 ret = zip_create_qps(qps, HZIP_CTX_Q_NUM, node); in hisi_zip_ctx_init() 401 ret = hisi_zip_ctx_init(ctx, COMP_NAME_TO_TYPE(alg_name), tfm->base.node); in hisi_zip_acomp_init()
|
/kernel/linux/linux-5.10/drivers/firmware/efi/ |
H A D | cper.c | 224 n += scnprintf(msg + n, len - n, "node: %d ", mem->node); in cper_mem_err_location() 293 cmem->node = mem->node; in cper_mem_err_pack()
|
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpio-max732x.c | 620 struct device_node *node; in max732x_probe() local 627 node = client->dev.of_node; in max732x_probe() 629 if (!pdata && node) in max732x_probe()
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | traps.c | 421 list_add(&hook->node, &undef_hook); in register_undef_hook() 430 list_del(&hook->node); in unregister_undef_hook() 442 list_for_each_entry(hook, &undef_hook, node) in call_undef_hook()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/52xx/ |
H A D | mpc52xx_gpt.c | 25 * to the device tree node for the gpt device (typically in the .dts file 33 * be added to the device tree node for the gpt device: 240 mpc52xx_gpt_irq_setup(struct mpc52xx_gpt_priv *gpt, struct device_node *node) in mpc52xx_gpt_irq_setup() argument 246 cascade_virq = irq_of_parse_and_map(node, 0); in mpc52xx_gpt_irq_setup() 250 gpt->irqhost = irq_domain_add_linear(node, 1, &mpc52xx_gpt_irq_ops, gpt); in mpc52xx_gpt_irq_setup()
|
/kernel/linux/linux-6.6/arch/s390/kvm/ |
H A D | kvm-s390.h | 224 struct rb_node *node; in kvm_s390_get_gfn_end() local 230 node = rb_last(&slots->gfn_tree); in kvm_s390_get_gfn_end() 231 ms = container_of(node, struct kvm_memory_slot, gfn_node[slots->node_idx]); in kvm_s390_get_gfn_end()
|
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hidraw.c | 300 list_add_tail(&list->node, &hidraw_table[minor]->list); in hidraw_open() 356 list_del(&list->node); in hidraw_release() 496 list_for_each_entry(list, &dev->list, node) { in hidraw_report_event()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/ |
H A D | mlx4_en.h | 699 int entries, int ring, enum cq_type mode, int node); 722 int node, int queue_index); 736 u32 size, u16 stride, int node, int queue_index);
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | ibmpowernv.c | 268 * This function translates the DT node name into the 'hwmon' attribute name. 269 * IBMPOWERNV device node appear like cooling-fan#2-data, amb-temp#1-thrs etc. 388 struct device_node *node, in get_sensor_group() 412 if (it.phandle == node->phandle) { in get_sensor_group() 413 of_node_put(it.node); in get_sensor_group() 547 * Iterate through the device tree for each child of 'sensors' node, create 548 * a sysfs attribute file, the file is named by translating the DT node name 587 "'sensor-id' missing in the node '%pOFn'\n", in create_device_attrs() 596 * If we can not parse the node name, it means we are in create_device_attrs() 387 get_sensor_group(struct platform_data *pdata, struct device_node *node, enum sensors gtype) get_sensor_group() argument
|
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/ |
H A D | coresight-etb10.c | 378 int node; in etb_alloc_buffer() local 381 node = (event->cpu == -1) ? NUMA_NO_NODE : cpu_to_node(event->cpu); in etb_alloc_buffer() 383 buf = kzalloc_node(sizeof(struct cs_buffers), GFP_KERNEL, node); in etb_alloc_buffer()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/fman/ |
H A D | fman_tgec.c | 556 INIT_LIST_HEAD(&hash_entry->node); in tgec_add_hash_mac_address() 558 list_add_tail(&hash_entry->node, in tgec_add_hash_mac_address() 630 list_del_init(&hash_entry->node); in tgec_del_hash_mac_address()
|
/kernel/linux/linux-5.10/drivers/rtc/ |
H A D | rtc-sc27xx.c | 453 rtc_ktime_to_tm(rtc->rtc->aie_timer.node.expires); in sprd_rtc_set_alarm() 598 struct device_node *node = pdev->dev.of_node; in sprd_rtc_probe() local 610 ret = of_property_read_u32(node, "reg", &rtc->base); in sprd_rtc_probe()
|
/kernel/linux/linux-5.10/drivers/soc/ti/ |
H A D | knav_qmss_acc.c | 466 * @node: device node 472 struct device_node *node, in knav_init_acc_range() 487 ret = of_property_read_u32_array(node, "accumulator", config, 5); in knav_init_acc_range() 524 if (of_get_property(node, "multi-queue", NULL)) { in knav_init_acc_range() 471 knav_init_acc_range(struct knav_device *kdev, struct device_node *node, struct knav_range_info *range) knav_init_acc_range() argument
|
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/displays/ |
H A D | panel-tpo-td043mtea1.c | 465 struct device_node *node = spi->dev.of_node; in tpo_td043_probe_of() local 470 gpio = of_get_named_gpio(node, "reset-gpios", 0); in tpo_td043_probe_of() 477 in = omapdss_of_find_source_for_first_ep(node); in tpo_td043_probe_of()
|
/kernel/linux/linux-5.10/sound/soc/intel/atom/sst/ |
H A D | sst.c | 106 list_add_tail(&msg->node, &drv->rx_list); in intel_sst_interrupt_mrfld() 126 list_for_each_entry_safe(msg, __msg, &drv->rx_list, node) { in intel_sst_irq_thread_mrfld() 127 list_del(&msg->node); in intel_sst_irq_thread_mrfld()
|
/kernel/linux/linux-5.10/include/acpi/ |
H A D | acpi_bus.h | 330 struct list_head node; member 358 struct list_head node; member 478 struct list_head node; member
|
/kernel/linux/linux-5.10/drivers/media/platform/xilinx/ |
H A D | xilinx-tpg.c | 711 struct device_node *node = xtpg->xvip.dev->of_node; in xtpg_parse_of() local 717 ports = of_get_child_by_name(node, "ports"); in xtpg_parse_of() 719 ports = node; in xtpg_parse_of()
|
/kernel/linux/linux-6.6/drivers/media/platform/xilinx/ |
H A D | xilinx-tpg.c | 714 struct device_node *node = xtpg->xvip.dev->of_node; in xtpg_parse_of() local 720 ports = of_get_child_by_name(node, "ports"); in xtpg_parse_of() 722 ports = node; in xtpg_parse_of()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_hwrm.c | 384 hlist_add_head_rcu(&token->node, &bp->hwrm_pending_list); in __hwrm_acquire_token() 396 hlist_del_rcu(&token->node); in __hwrm_release_token() 410 hlist_for_each_entry_rcu(token, &bp->hwrm_pending_list, node) { in hwrm_update_token()
|
/kernel/linux/linux-6.6/fs/smb/server/ |
H A D | vfs_cache.c | 293 list_del_init(&fp->node); in __ksmbd_remove_fd() 505 list_for_each_entry(lfp, &ci->m_fp_list, node) { in ksmbd_lookup_fd_inode() 575 INIT_LIST_HEAD(&fp->node); in ksmbd_open_fd()
|
/kernel/linux/linux-6.6/include/acpi/ |
H A D | acpi_bus.h | 288 struct list_head node; member 344 struct list_head node; member 505 struct list_head node; member
|
/kernel/linux/linux-6.6/drivers/soc/ti/ |
H A D | knav_qmss_acc.c | 466 * @node: device node 472 struct device_node *node, in knav_init_acc_range() 487 ret = of_property_read_u32_array(node, "accumulator", config, 5); in knav_init_acc_range() 524 if (of_property_read_bool(node, "multi-queue")) { in knav_init_acc_range() 471 knav_init_acc_range(struct knav_device *kdev, struct device_node *node, struct knav_range_info *range) knav_init_acc_range() argument
|
/kernel/linux/linux-6.6/drivers/firmware/efi/ |
H A D | cper.c | 251 n += scnprintf(msg + n, len - n, "node:%d ", mem->node); in cper_mem_err_location() 321 cmem->node = mem->node; in cper_mem_err_pack()
|
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpio-max732x.c | 615 struct device_node *node; in max732x_probe() local 622 node = client->dev.of_node; in max732x_probe() 624 if (!pdata && node) in max732x_probe()
|
/kernel/linux/linux-6.6/drivers/dma/sf-pdma/ |
H A D | sf-pdma.c | 165 list_for_each_entry(vd, &chan->vchan.desc_submitted, node) in sf_pdma_desc_residue() 246 vdesc = list_first_entry(&vchan->desc_issued, struct virt_dma_desc, node); in sf_pdma_get_first_pending_desc() 309 list_del(&chan->desc->vdesc.node); in sf_pdma_donebh_tasklet()
|