Home
last modified time | relevance | path

Searched defs:path (Results 451 – 475 of 1901) sorted by relevance

1...<<11121314151617181920>>...77

/openbmc/phosphor-power/phosphor-power-supply/
H A Dpower_supply.cpp101 fs::path path; in bindOrUnbindDriver() local
827 sdbusplus::message::object_path path; in inventoryAdded() local
1010 auto path = inventoryPath.substr(strlen(INVENTORY_OBJ_PATH)); in updateInventory() local
1250 auto path = std::format( in setInputVoltageRating() local
/openbmc/dbus-sensors/src/fan/
H A DFanMain.cpp155 for (const auto& path : pwmfanPaths) in findPwmfanPath() local
180 auto path = directory / ("pwm" + std::to_string(pwm + 1)); in findPwmPath() local
206 std::string path(fanInputPath.string()); in enableFanInput() local
301 for (const auto& path : paths) in createSensors() local
/openbmc/linux/sound/soc/
H A Dsoc-dapm.c509 struct snd_soc_dapm_path *path) in dapm_kcontrol_add_path()
982 struct snd_soc_dapm_path *path; in dapm_new_mixer() local
1018 struct snd_soc_dapm_path *path; in dapm_new_mux() local
1161 struct snd_soc_dapm_path *path; in invalidate_paths_ep() local
1196 struct snd_soc_dapm_path *path; in is_connected_ep() local
1450 struct snd_soc_dapm_path *path; in dapm_supply_check_power() local
1880 struct snd_soc_dapm_path *path; in dapm_power_one_widget() local
2280 struct snd_soc_dapm_path *path; in soc_dapm_mux_update_power() local
2327 struct snd_soc_dapm_path *path; in soc_dapm_mixer_update_power() local
2854 struct snd_soc_dapm_path *path; in snd_soc_dapm_add_path() local
[all …]
/openbmc/openbmc/meta-security/recipes-mac/smack/smack-test/
H A Dnotroot.py25 path=sys.argv[1] variable
/openbmc/openbmc-test-automation/lib/
H A Dgen_robot_utils.py13 def my_import_resource(path): argument
/openbmc/u-boot/cmd/
H A Dbind.c121 static int bind_by_node_path(const char *path, const char *drv_name) in bind_by_node_path()
163 static int unbind_by_node_path(const char *path) in unbind_by_node_path()
/openbmc/phosphor-gpio-monitor/presence/
H A Dgpio_presence.cpp31 std::string getService(const std::string& path, const std::string& interface, in getService()
190 auto path = std::get<pathField>(driver) / action; in bindOrUnbindDrivers() local
/openbmc/openpower-vpd-parser/vpd-manager/
H A Deditor_impl.hpp51 EditorImpl(const inventory::Path& path, const nlohmann::json& json, in EditorImpl()
65 EditorImpl(const inventory::Path& path, const nlohmann::json& json, in EditorImpl()
/openbmc/phosphor-bmc-code-mgmt/usb/
H A Dusb_manager.cpp160 void USBManager::setRequestedActivation(const std::string& path) in setRequestedActivation()
183 sdbusplus::message::object_path path; in updateActivation() local
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dphy.c907 u8 band, u8 path, in _rtl8821ae_phy_set_txpower_by_rate_base()
976 u8 band, u8 path, in _rtl8821ae_phy_get_txpower_by_rate_base()
1052 u8 base = 0, path = 0; in _rtl8821ae_phy_store_txpower_by_rate_base() local
2488 u8 band, u8 path, u8 rate) in _rtl8821ae_phy_get_txpower_by_rate()
2726 u8 power_index, u8 path, u8 rate) in _rtl8821ae_phy_set_txpower_index()
3135 u8 *array, u8 path, in _rtl8821ae_phy_set_txpower_level_by_path()
3154 u8 bw, u8 channel, u8 path) in _rtl8821ae_phy_txpower_training_by_path()
3192 u8 channel, u8 path) in rtl8821ae_phy_set_txpower_level_by_path()
3255 u8 path = 0; in rtl8821ae_phy_set_txpower_level() local
3492 u8 path; in rtl8821ae_phy_sw_chnl_callback() local
[all …]
/openbmc/linux/tools/perf/util/
H A Dpmu.c173 char path[PATH_MAX]; in perf_pmu_format__load() local
306 char path[PATH_MAX]; in perf_pmu__parse_scale() local
337 char path[PATH_MAX]; in perf_pmu__parse_unit() local
373 char path[PATH_MAX]; in perf_pmu__parse_per_pkg() local
394 char path[PATH_MAX]; in perf_pmu__parse_snapshot() local
639 char path[PATH_MAX]; in pmu_aliases_parse() local
791 char path[PATH_MAX]; in is_sysfs_pmu_core() local
1834 char path[PATH_MAX]; in perf_pmu__open_file() local
1890 char path[PATH_MAX]; in perf_pmu__file_exists() local
2079 char path[PATH_MAX]; in perf_pmu__event_source_devices_fd() local
[all …]
H A Ddata.h21 char *path; member
30 const char *path; member
/openbmc/bmcweb/redfish-core/lib/
H A Dsystems.hpp195 const std::string& service, const std::string& path) in getProcessorSummary()
290 const std::string& service, const std::string& path) in getMemorySummary()
437 const std::string& path = object.first; in afterSystemGetSubTree() local
1452 const std::string& path = subtree[0].first; in getTrustedModuleRequiredToBoot() local
1540 const std::string& path = subtree[0].first; in setTrustedModuleRequiredToBoot() local
1800 const std::string& path = subtree[0].first; in setAssetTag() local
2193 const std::string& path = subtree[0].first; in getPowerMode() local
2324 const std::string& path = subtree[0].first; in setPowerMode() local
2630 const std::string& path = subtree[0].first; in getIdlePowerSaver() local
2730 const std::string& path = subtree[0].first; in setIdlePowerSaver() local
H A Dredfish_v1.hpp31 const std::string& path) in redfish404()
53 const std::string& path) in redfish405()
/openbmc/qemu/stubs/
H A Dqdev.c19 const char *path) in qapi_event_send_device_deleted()
/openbmc/phosphor-ipmi-blobs/example/
H A Dexample.cpp30 bool ExampleBlobHandler::canHandleBlob(const std::string& path) in canHandleBlob()
51 const std::string& path) in open()
/openbmc/linux/drivers/md/
H A Ddm-uevent.c62 const char *path, in dm_build_path_uevent()
171 const char *path, unsigned int nr_valid_paths) in dm_path_uevent()
/openbmc/linux/fs/btrfs/
H A Dvolumes.c1600 struct btrfs_path *path; in find_free_dev_extent() local
1743 struct btrfs_path *path; in btrfs_free_dev_extent() local
1815 struct btrfs_path *path; in find_next_devid() local
1860 struct btrfs_path *path; in btrfs_add_dev_item() local
1920 struct path path; in update_dev_time() local
1936 struct btrfs_path *path; in btrfs_rm_dev_item() local
2370 const char *path) in btrfs_get_dev_args_from_path()
2549 struct btrfs_path *path; in btrfs_finish_sprout() local
2870 struct btrfs_path *path; in btrfs_update_device() local
2960 struct btrfs_path *path; in btrfs_free_chunk() local
[all …]
/openbmc/linux/drivers/staging/rtl8712/
H A Drtl871x_mp.c172 u32 r8712_rf_reg_read(struct _adapter *pAdapter, u8 path, u8 offset) in r8712_rf_reg_read()
183 u8 r8712_rf_reg_write(struct _adapter *pAdapter, u8 path, u8 offset, u32 value) in r8712_rf_reg_write()
230 static u32 get_rf_reg(struct _adapter *pAdapter, u8 path, u8 offset, in get_rf_reg()
240 static u8 set_rf_reg(struct _adapter *pAdapter, u8 path, u8 offset, u32 bitmask, in set_rf_reg()
325 u8 path = RF_PATH_A; in r8712_SetDataRate() local
/openbmc/linux/fs/notify/fanotify/
H A Dfanotify.c26 static unsigned int fanotify_hash_path(const struct path *path) in fanotify_hash_path()
302 const struct path *path = fsnotify_data_path(data, data_type); in fanotify_group_event_mask() local
538 static struct fanotify_event *fanotify_alloc_path_event(const struct path *path, in fanotify_alloc_path_event()
556 static struct fanotify_event *fanotify_alloc_perm_event(const struct path *path, in fanotify_alloc_perm_event()
722 const struct path *path = fsnotify_data_path(data, data_type); in fanotify_alloc_event() local
/openbmc/qemu/hw/nvram/
H A Dxlnx-zynqmp-efuse.c438 g_autofree char *path = object_get_canonical_path(OBJECT(s)); in zynqmp_efuse_pgm_addr_postw() local
453 g_autofree char *path = NULL; in zynqmp_efuse_rd_addr_postw() local
737 g_autofree char *path = object_get_canonical_path(OBJECT(s)); in zynqmp_efuse_reg_write() local
792 g_autofree char *path = object_get_canonical_path(OBJECT(s)); in zynqmp_efuse_realize() local
/openbmc/openbmc/poky/bitbake/contrib/
H A Dbbparse-torture.py17 def try_unlink(path): argument
/openbmc/phosphor-fan-presence/docs/presence/
H A Dpath.md1 # path chapter
/openbmc/linux/sound/core/
H A Dmisc.c41 static const char *sanity_file_name(const char *path) in sanity_file_name()
51 void __snd_printk(unsigned int level, const char *path, int line, in __snd_printk()
/openbmc/linux/drivers/platform/x86/intel/int3472/
H A Dclk_and_regulator.c167 char *path = agpio->resource_source.string_ptr; in skl_int3472_register_gpio_clock() local
278 char *path = agpio->resource_source.string_ptr; in skl_int3472_register_regulator() local

1...<<11121314151617181920>>...77