Home
last modified time | relevance | path

Searched refs:parent (Results 11126 - 11150 of 11609) sorted by relevance

1...<<441442443444445446447448449450>>...465

/kernel/linux/linux-6.6/drivers/scsi/
H A Dncr53c8xx.c8324 struct Scsi_Host *shost = dev_to_shost(starget->dev.parent);
8340 struct Scsi_Host *shost = dev_to_shost(starget->dev.parent);
8356 struct Scsi_Host *shost = dev_to_shost(starget->dev.parent);
/kernel/linux/linux-6.6/drivers/usb/dwc2/
H A Dhcd.c4956 if (udev->parent && udev->parent->speed > USB_SPEED_UNKNOWN && in dwc2_free_dev()
4957 udev->parent->speed < USB_SPEED_HIGH) { in dwc2_free_dev()
/kernel/linux/linux-6.6/drivers/scsi/pm8001/
H A Dpm8001_hwi.c2222 if (!((t->dev->parent) && in mpi_sata_completion()
2223 (dev_is_expander(t->dev->parent->dev_type)))) { in mpi_sata_completion()
4226 struct domain_device *parent_dev = dev->parent; in pm8001_chip_reg_dev_req()
H A Dpm80xx_hwi.c2313 if (!((t->dev->parent) && in mpi_sata_completion()
2314 (dev_is_expander(t->dev->parent->dev_type)))) { in mpi_sata_completion()
4719 struct domain_device *parent_dev = dev->parent; in pm80xx_chip_reg_dev_req()
/kernel/linux/linux-6.6/kernel/trace/
H A Dftrace.c858 /* Append this call time to the parent time to subtract */ in profile_graph_return()
6388 struct dentry *parent) in ftrace_create_filter_files()
6391 trace_create_file("set_ftrace_filter", TRACE_MODE_WRITE, parent, in ftrace_create_filter_files()
6394 trace_create_file("set_ftrace_notrace", TRACE_MODE_WRITE, parent, in ftrace_create_filter_files()
6387 ftrace_create_filter_files(struct ftrace_ops *ops, struct dentry *parent) ftrace_create_filter_files() argument
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c2960 /* this will always be stored with the ssa index of the parent instr */ in emit_is_sparse_texels_resident()
3750 base = get_src(ctx, &deref->parent); in emit_deref_array()
3762 base = get_src(ctx, &deref->parent); in emit_deref_array()
3819 get_src(ctx, &deref->parent), in emit_deref_struct()
/kernel/linux/linux-5.10/sound/pci/hda/
H A Dpatch_realtek.c4253 struct hda_codec *codec = dev_to_hda_codec(led_cdev->dev->parent); in vref_mute_led_set()
4350 struct hda_codec *codec = dev_to_hda_codec(led_cdev->dev->parent); in gpio_mute_led_set()
4362 struct hda_codec *codec = dev_to_hda_codec(led_cdev->dev->parent); in micmute_led_set()
4436 struct hda_codec *codec = dev_to_hda_codec(led_cdev->dev->parent); in vref_micmute_led_set()
4541 struct hda_codec *codec = dev_to_hda_codec(led_cdev->dev->parent); in coef_mute_led_set()
4600 struct hda_codec *codec = dev_to_hda_codec(led_cdev->dev->parent); in coef_micmute_led_set()
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_glsl.cpp1485 uint32_t parent = type.parent_type;
1486 assert(parent);
1488 auto &tmp = get<SPIRType>(parent);
4470 auto &parent = get<SPIRType>(type.parent_type);
4476 if (parent.array.empty())
4479 expr += to_rerolled_array_expression(subexpr, parent);
13950 if (phi.parent == from)
13967 return future_phi.local_variable == ID(phi.function_variable) && future_phi.parent == from;
/kernel/linux/linux-5.10/drivers/block/
H A Dskd_main.c3111 static int skd_bdev_attach(struct device *parent, struct skd_device *skdev) in skd_bdev_attach() argument
3114 device_add_disk(parent, skdev->disk, NULL); in skd_bdev_attach()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/
H A Ddebugfs.c26 #define DEBUGFS_ADD_FILE(name, parent, mode) do { \
27 debugfs_create_file(#name, mode, parent, priv, \
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtrans.c145 /* Print parent device registers next */ in iwl_trans_pcie_dump_regs()
152 IWL_ERR(trans, "iwlwifi parent port (%s) config registers:\n", in iwl_trans_pcie_dump_regs()
2490 #define DEBUGFS_ADD_FILE(name, parent, mode) do { \
2491 debugfs_create_file(#name, mode, parent, trans, \
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drs.c4106 #define MVM_DEBUGFS_ADD_FILE_RS(name, parent, mode) do { \
4107 debugfs_create_file(#name, mode, parent, lq_sta, \
/kernel/linux/linux-5.10/drivers/scsi/hisi_sas/
H A Dhisi_sas_v3_hw.c774 struct domain_device *parent_dev = device->parent; in setup_itct_v3_hw()
1369 struct domain_device *parent_dev = device->parent; in prep_ata_v3_hw()
H A Dhisi_sas_v2_hw.c928 struct domain_device *parent_dev = device->parent; in setup_itct_v2_hw()
2497 struct domain_device *parent_dev = device->parent; in prep_ata_v2_hw()
H A Dhisi_sas_main.c769 struct domain_device *parent_dev = device->parent; in hisi_sas_dev_found()
1407 if (!device->parent) in hisi_sas_refresh_port_id()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-ring.c1728 if (udev && udev->parent) in handle_device_notification()
1729 usb_wakeup_notification(udev->parent, udev->portnum); in handle_device_notification()
/kernel/linux/linux-5.10/fs/ext4/
H A Dext4.h474 /* Flags that should be inherited by new inodes from their parent. */
1006 * near to their parent directory's inode.
3445 struct inode *parent,
3497 extern int ext4_ci_compare(const struct inode *parent,
/kernel/linux/linux-5.10/mm/
H A Dmmap.c593 * @rb_parent: the parent rb_node
603 struct rb_node **parent, struct list_head *uf) in munmap_vma_range()
606 while (find_vma_links(mm, start, start + len, pprev, link, parent)) in munmap_vma_range()
601 munmap_vma_range(struct mm_struct *mm, unsigned long start, unsigned long len, struct vm_area_struct **pprev, struct rb_node ***link, struct rb_node **parent, struct list_head *uf) munmap_vma_range() argument
/kernel/linux/linux-5.10/fs/ocfs2/
H A Ddlmglue.c619 u64 parent, struct inode *inode) in ocfs2_dentry_lock_res_init()
646 (long long)parent); in ocfs2_dentry_lock_res_init()
618 ocfs2_dentry_lock_res_init(struct ocfs2_dentry_lock *dl, u64 parent, struct inode *inode) ocfs2_dentry_lock_res_init() argument
/kernel/linux/linux-5.10/drivers/media/v4l2-core/
H A Dv4l2-ctrls.c3438 struct v4l2_ctrl_handler *parent) in v4l2_ctrl_request_hdl_find()
3446 obj = media_request_object_find(req, &req_ops, parent); in v4l2_ctrl_request_hdl_find()
3437 v4l2_ctrl_request_hdl_find(struct media_request *req, struct v4l2_ctrl_handler *parent) v4l2_ctrl_request_hdl_find() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/renesas/
H A Dsh_eth.c1991 struct device_node *np = ndev->dev.parent->of_node; in sh_eth_phy_init()
3071 mdp->mii_bus->parent = dev; in sh_mdio_init()
/kernel/linux/linux-5.10/drivers/platform/x86/
H A Dsony-laptop.c472 key_dev->dev.parent = &acpi_device->dev; in sony_laptop_setup_input()
501 jog_dev->dev.parent = &acpi_device->dev; in sony_laptop_setup_input()
/kernel/linux/linux-6.6/drivers/net/dsa/microchip/
H A Dksz_common.c1923 bus->parent = ds->dev; in ksz_mdio_register()
3395 if (qopt->parent != TC_H_ROOT) { in ksz_tc_setup_qdisc_ets()
/kernel/linux/linux-6.6/fs/ocfs2/
H A Ddlmglue.c618 u64 parent, struct inode *inode) in ocfs2_dentry_lock_res_init()
645 (long long)parent); in ocfs2_dentry_lock_res_init()
617 ocfs2_dentry_lock_res_init(struct ocfs2_dentry_lock *dl, u64 parent, struct inode *inode) ocfs2_dentry_lock_res_init() argument
/kernel/linux/linux-6.6/include/net/
H A Dcfg80211.h5628 * @dev: The device to parent it to
5632 wiphy->dev.parent = dev; in set_wiphy_dev()
5643 return wiphy->dev.parent; in wiphy_dev()

Completed in 160 milliseconds

1...<<441442443444445446447448449450>>...465