Home
last modified time | relevance | path

Searched refs:dev_root (Results 1 – 25 of 364) sorted by relevance

12345678910>>...15

/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/hv/
H A Dhv_debugfs.c113 struct dentry *delay, *dev_root; in hv_debug_add_dev_dir() local
117 dev_root = debugfs_create_dir(device, hv_debug_root); in hv_debug_add_dev_dir()
118 if (IS_ERR(dev_root)) { in hv_debug_add_dev_dir()
121 return PTR_ERR(dev_root); in hv_debug_add_dev_dir()
123 hv_debug_set_test_state(dev, dev_root); in hv_debug_add_dev_dir()
124 hv_debug_set_dir_dentry(dev, dev_root); in hv_debug_add_dev_dir()
125 delay = debugfs_create_dir(delay_name, dev_root); in hv_debug_add_dev_dir()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/hv/
H A Dhv_debugfs.c113 struct dentry *delay, *dev_root; in hv_debug_add_dev_dir() local
117 dev_root = debugfs_create_dir(device, hv_debug_root); in hv_debug_add_dev_dir()
118 if (IS_ERR(dev_root)) { in hv_debug_add_dev_dir()
121 return PTR_ERR(dev_root); in hv_debug_add_dev_dir()
123 hv_debug_set_test_state(dev, dev_root); in hv_debug_add_dev_dir()
124 hv_debug_set_dir_dentry(dev, dev_root); in hv_debug_add_dev_dir()
125 delay = debugfs_create_dir(delay_name, dev_root); in hv_debug_add_dev_dir()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/hv/
H A Dhv_debugfs.c113 struct dentry *delay, *dev_root; in hv_debug_add_dev_dir() local
117 dev_root = debugfs_create_dir(device, hv_debug_root); in hv_debug_add_dev_dir()
118 if (IS_ERR(dev_root)) { in hv_debug_add_dev_dir()
121 return PTR_ERR(dev_root); in hv_debug_add_dev_dir()
123 hv_debug_set_test_state(dev, dev_root); in hv_debug_add_dev_dir()
124 hv_debug_set_dir_dentry(dev, dev_root); in hv_debug_add_dev_dir()
125 delay = debugfs_create_dir(delay_name, dev_root); in hv_debug_add_dev_dir()
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/mozharness/mozharness/mozilla/testing/
H A Ddevice.py452 dev_root = self.query_device_root(strict=True)
453 if not dev_root:
478 dev_root = self.query_device_root()
480 if dm.dirExists(dev_root):
483 dm.removeDir(dev_root)
503 dev_root = dm.getDeviceRoot()
508 str(dev_root))
509 if not dev_root or dev_root == "/tests":
511 return dev_root
532 dev_root = self.query_device_root(strict=True)
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/platforms/pseries/
H A Dpseries_energy.c309 err = device_create_file(cpu_subsys.dev_root, in pseries_energy_init()
312 err = device_create_file(cpu_subsys.dev_root, in pseries_energy_init()
346 device_remove_file(cpu_subsys.dev_root, &attr_cpu_activate_hint_list); in pseries_energy_cleanup()
347 device_remove_file(cpu_subsys.dev_root, &attr_cpu_deactivate_hint_list); in pseries_energy_cleanup()
H A Dsuspend.c154 if ((rc = device_create_file(suspend_subsys.dev_root, &dev_attr_hibernate))) in pseries_suspend_sysfs_register()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/platforms/pseries/
H A Dpseries_energy.c309 err = device_create_file(cpu_subsys.dev_root, in pseries_energy_init()
312 err = device_create_file(cpu_subsys.dev_root, in pseries_energy_init()
346 device_remove_file(cpu_subsys.dev_root, &attr_cpu_activate_hint_list); in pseries_energy_cleanup()
347 device_remove_file(cpu_subsys.dev_root, &attr_cpu_deactivate_hint_list); in pseries_energy_cleanup()
H A Dsuspend.c154 if ((rc = device_create_file(suspend_subsys.dev_root, &dev_attr_hibernate))) in pseries_suspend_sysfs_register()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/powerpc/platforms/pseries/
H A Dpseries_energy.c309 err = device_create_file(cpu_subsys.dev_root, in pseries_energy_init()
312 err = device_create_file(cpu_subsys.dev_root, in pseries_energy_init()
346 device_remove_file(cpu_subsys.dev_root, &attr_cpu_activate_hint_list); in pseries_energy_cleanup()
347 device_remove_file(cpu_subsys.dev_root, &attr_cpu_deactivate_hint_list); in pseries_energy_cleanup()
/dports/sysutils/ods2/ods2-1.3_1/
H A Ddevice.c74 struct DEV *dev_root = NULL; variable
85 dev = (struct DEV *) cache_find((void **) &dev_root,devsiz,devnam,&sts, in device_lookup()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/btrfs/
H A Ddev-replace.c74 struct btrfs_root *dev_root = fs_info->dev_root; in btrfs_init_dev_replace() local
84 if (!dev_root) in btrfs_init_dev_replace()
96 ret = btrfs_search_slot(NULL, dev_root, &key, path, 0, 0); in btrfs_init_dev_replace()
354 struct btrfs_root *dev_root = fs_info->dev_root; in btrfs_run_dev_replace() local
378 ret = btrfs_search_slot(trans, dev_root, &key, path, -1, 1); in btrfs_run_dev_replace()
399 ret = btrfs_del_item(trans, dev_root, path); in btrfs_run_dev_replace()
412 ret = btrfs_insert_empty_item(trans, dev_root, path, in btrfs_run_dev_replace()
472 struct btrfs_root *root = fs_info->dev_root; in mark_block_group_to_copy()
649 struct btrfs_root *root = fs_info->dev_root; in btrfs_dev_replace_start()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/btrfs/
H A Ddev-replace.c74 struct btrfs_root *dev_root = fs_info->dev_root; in btrfs_init_dev_replace() local
84 if (!dev_root) in btrfs_init_dev_replace()
96 ret = btrfs_search_slot(NULL, dev_root, &key, path, 0, 0); in btrfs_init_dev_replace()
354 struct btrfs_root *dev_root = fs_info->dev_root; in btrfs_run_dev_replace() local
378 ret = btrfs_search_slot(trans, dev_root, &key, path, -1, 1); in btrfs_run_dev_replace()
399 ret = btrfs_del_item(trans, dev_root, path); in btrfs_run_dev_replace()
412 ret = btrfs_insert_empty_item(trans, dev_root, path, in btrfs_run_dev_replace()
472 struct btrfs_root *root = fs_info->dev_root; in mark_block_group_to_copy()
649 struct btrfs_root *root = fs_info->dev_root; in btrfs_dev_replace_start()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/btrfs/
H A Ddev-replace.c74 struct btrfs_root *dev_root = fs_info->dev_root; in btrfs_init_dev_replace() local
84 if (!dev_root) in btrfs_init_dev_replace()
96 ret = btrfs_search_slot(NULL, dev_root, &key, path, 0, 0); in btrfs_init_dev_replace()
354 struct btrfs_root *dev_root = fs_info->dev_root; in btrfs_run_dev_replace() local
378 ret = btrfs_search_slot(trans, dev_root, &key, path, -1, 1); in btrfs_run_dev_replace()
399 ret = btrfs_del_item(trans, dev_root, path); in btrfs_run_dev_replace()
412 ret = btrfs_insert_empty_item(trans, dev_root, path, in btrfs_run_dev_replace()
472 struct btrfs_root *root = fs_info->dev_root; in mark_block_group_to_copy()
649 struct btrfs_root *root = fs_info->dev_root; in btrfs_dev_replace_start()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/sysdev/
H A Dfsl_mpic_timer_wakeup.c127 ret = device_create_file(mpic_subsys.dev_root, &mpic_attributes); in fsl_wakeup_sys_init()
136 device_remove_file(mpic_subsys.dev_root, &mpic_attributes); in fsl_wakeup_sys_exit()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/sysdev/
H A Dfsl_mpic_timer_wakeup.c127 ret = device_create_file(mpic_subsys.dev_root, &mpic_attributes); in fsl_wakeup_sys_init()
136 device_remove_file(mpic_subsys.dev_root, &mpic_attributes); in fsl_wakeup_sys_exit()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/powerpc/sysdev/
H A Dfsl_mpic_timer_wakeup.c127 ret = device_create_file(mpic_subsys.dev_root, &mpic_attributes); in fsl_wakeup_sys_init()
136 device_remove_file(mpic_subsys.dev_root, &mpic_attributes); in fsl_wakeup_sys_exit()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/acpi/
H A Dacpi_lpit.c116 sysfs_add_file_to_group(&cpu_subsys.dev_root->kobj, in lpit_update_residency()
124 sysfs_add_file_to_group(&cpu_subsys.dev_root->kobj, in lpit_update_residency()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/acpi/
H A Dacpi_lpit.c116 sysfs_add_file_to_group(&cpu_subsys.dev_root->kobj, in lpit_update_residency()
124 sysfs_add_file_to_group(&cpu_subsys.dev_root->kobj, in lpit_update_residency()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/acpi/
H A Dacpi_lpit.c116 sysfs_add_file_to_group(&cpu_subsys.dev_root->kobj, in lpit_update_residency()
124 sysfs_add_file_to_group(&cpu_subsys.dev_root->kobj, in lpit_update_residency()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/platform/x86/
H A Dibm_rtl.c203 device_create_file(rtl_subsys.dev_root, rtl_attributes[i]); in rtl_setup_sysfs()
211 device_remove_file(rtl_subsys.dev_root, rtl_attributes[i]); in rtl_teardown_sysfs()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/platform/x86/
H A Dibm_rtl.c203 device_create_file(rtl_subsys.dev_root, rtl_attributes[i]); in rtl_setup_sysfs()
211 device_remove_file(rtl_subsys.dev_root, rtl_attributes[i]); in rtl_teardown_sysfs()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/platform/x86/
H A Dibm_rtl.c203 device_create_file(rtl_subsys.dev_root, rtl_attributes[i]); in rtl_setup_sysfs()
211 device_remove_file(rtl_subsys.dev_root, rtl_attributes[i]); in rtl_teardown_sysfs()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/sh/intc/
H A Duserimask.c67 return device_create_file(intc_subsys.dev_root, &dev_attr_userimask); in userimask_sysdev_init()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/sh/intc/
H A Duserimask.c67 return device_create_file(intc_subsys.dev_root, &dev_attr_userimask); in userimask_sysdev_init()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/sh/intc/
H A Duserimask.c67 return device_create_file(intc_subsys.dev_root, &dev_attr_userimask); in userimask_sysdev_init()

12345678910>>...15