Home
last modified time | relevance | path

Searched defs:value (Results 751 – 775 of 6853) sorted by relevance

1...<<31323334353637383940>>...275

/openbmc/openbmc/poky/bitbake/lib/prserv/
H A Ddb.py81 def test_checksum_value(self, version, pkgarch, checksum, value): argument
93 def test_value(self, version, pkgarch, value): argument
157 def store_value(self, version, pkgarch, checksum, value): argument
195 def importone(self, version, pkgarch, checksum, value): argument
/openbmc/linux/drivers/gpio/
H A Dgpio-pcf857x.c134 int value; in pcf857x_get() local
144 int value = gpio->read(gpio->client); in pcf857x_get_multiple() local
155 static int pcf857x_output(struct gpio_chip *chip, unsigned int offset, int value) in pcf857x_output()
172 static void pcf857x_set(struct gpio_chip *chip, unsigned int offset, int value) in pcf857x_set()
H A Dgpio-xra1403.c59 int value) in xra1403_direction_output()
104 static void xra1403_set(struct gpio_chip *chip, unsigned int offset, int value) in xra1403_set()
121 int value[XRA_LAST]; in xra1403_dbg_show() local
/openbmc/linux/drivers/pci/hotplug/
H A Dcpci_hotplug_core.c140 get_power_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_power_status()
149 get_attention_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_attention_status()
164 get_adapter_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_adapter_status()
173 get_latch_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_latch_status()
/openbmc/openpower-vpd-parser/configuration/ibm/
H A D50003000_v2.json619 "value": 0 number
643 "value": 0 number
667 "value": 0 number
691 "value": 0 number
715 "value": 0 number
739 "value": 0 number
763 "value": 0 number
787 "value": 0 number
811 "value": 0 number
835 "value": 0 number
[all …]
/openbmc/linux/drivers/pinctrl/intel/
H A Dpinctrl-cherryview.c578 static void chv_pctrl_writel(struct intel_pinctrl *pctrl, unsigned int offset, u32 value) in chv_pctrl_writel()
605 …atic void chv_writel(struct intel_pinctrl *pctrl, unsigned int pin, unsigned int offset, u32 value) in chv_writel()
686 u32 value; in chv_pinmux_set_mux() local
725 u32 value; in chv_gpio_clear_triggering() local
749 u32 value; in chv_gpio_request_enable() local
1134 static void chv_gpio_set(struct gpio_chip *chip, unsigned int offset, int value) in chv_gpio_set()
1179 int value) in chv_gpio_direction_output()
1216 u32 value, intr_line; in chv_gpio_irq_mask_unmask() local
1273 u32 intsel, value; in chv_gpio_irq_startup() local
1304 u32 value, intsel; in chv_gpio_set_intr_line() local
[all …]
/openbmc/linux/arch/arm/kernel/
H A Dxscale-cp0.c92 u32 value; in xscale_cp_access_read() local
101 static void __init xscale_cp_access_write(u32 value) in xscale_cp_access_write()
/openbmc/qemu/hw/nvram/
H A Dbcm2835_otp.c28 uint32_t value) in bcm2835_otp_set_row()
88 uint64_t value, unsigned int size) in bcm2835_otp_write()
/openbmc/phosphor-time-manager/
H A Dutils.hpp46 std::variant<T> value{}; in getProperty() local
74 const std::string& propertyName, T& value) in setProperty()
/openbmc/linux/drivers/net/wireless/purelifi/plfxlc/
H A Dchip.c58 int plfxlc_chip_switch_radio(struct plfxlc_chip *chip, u16 value) in plfxlc_chip_switch_radio()
78 u8 value = 0; in plfxlc_chip_disable_rxtx() local
/openbmc/phosphor-power/phosphor-regulators/test/
H A Dpmbus_utils_tests.cpp148 uint16_t value; in TEST() local
199 uint16_t value; in TEST() local
/openbmc/phosphor-power/phosphor-regulators/src/
H A Dpmbus_utils.hpp139 inline double convertFromLinear(uint16_t value) in convertFromLinear()
180 inline double convertFromVoutLinear(uint16_t value, int8_t exponent) in convertFromVoutLinear()
/openbmc/qemu/hw/audio/
H A Dasc.c374 static void asc_fifo_write(void *opaque, hwaddr addr, uint64_t value, in asc_fifo_write()
428 uint64_t prev, value; in asc_read() local
460 static void asc_write(void *opaque, hwaddr addr, uint64_t value, in asc_write()
515 uint64_t value; in asc_ext_read() local
523 static void asc_ext_write(void *opaque, hwaddr addr, uint64_t value, in asc_ext_write()
/openbmc/linux/drivers/phy/broadcom/
H A Dphy-brcm-usb.c33 int value; member
204 const char *name, int *value) in name_to_value()
219 int value) in value_to_name()
244 int value; in dual_select_store() local
264 int value; in dual_select_show() local
/openbmc/qemu/block/
H A Dqapi.c782 QNum *value = qobject_to(QNum, obj); in dump_qobject() local
789 QString *value = qobject_to(QString, obj); in dump_qobject() local
794 QDict *value = qobject_to(QDict, obj); in dump_qobject() local
799 QList *value = qobject_to(QList, obj); in dump_qobject() local
804 QBool *value = qobject_to(QBool, obj); in dump_qobject() local
/openbmc/intel-ipmi-oem/include/
H A Dbiosxml.hpp84 std::string value; member
139 int value = 0; in compute() local
194 bool getValue(std::string& variableName, int& value) in getValue()
336 bool getNotValue(const std::string& expression, size_t& i, int& value) in getNotValue()
504 int value; in evaluateExpression() local
/openbmc/linux/scripts/kconfig/
H A Dpreprocess.c40 char *value; member
44 static void env_add(const char *name, const char *value) in env_add()
67 const char *value; in env_expand() local
233 char *value; member
279 void variable_add(const char *name, const char *value, in variable_add()
/openbmc/linux/drivers/memstick/host/
H A Dr592.c55 u32 value = readl(dev->mmio + address); in r592_read_reg() local
62 int address, u32 value) in r592_write_reg()
71 u32 value = __raw_readl(dev->mmio + address); in r592_read_reg_raw_be() local
78 int address, u32 value) in r592_write_reg_raw_be()
680 enum memstick_param param, int value) in r592_set_param()
/openbmc/linux/drivers/net/ethernet/google/gve/
H A Dgve_ethtool.c23 static void gve_set_msglevel(struct net_device *netdev, u32 value) in gve_set_msglevel()
304 u64 value = in gve_get_ethtool_stats() local
379 u64 value = in gve_get_ethtool_stats() local
498 const struct ethtool_tunable *etuna, void *value) in gve_get_tunable()
513 const void *value) in gve_set_tunable()
/openbmc/linux/include/uapi/linux/surface_aggregator/
H A Ddtx.h25 #define SDTX_CATEGORY(value) ((value) & SDTX_CATEGORY_MASK) argument
32 #define SDTX_SUCCESS(value) (SDTX_CATEGORY(value) == SDTX_CATEGORY_STATUS) argument
56 #define SDTX_DEVICE_TYPE(value) ((value) & SDTX_DEVICE_TYPE_MASK) argument
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/
H A Dcan.json19 "value": "4:1:int", string
33 "value": "4:2:big:int", string
45 "value": "4:2:little:int", string
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_de.h52 u32 mask, u32 value, unsigned int timeout) in intel_de_wait_for_register()
59 u32 mask, u32 value, unsigned int timeout) in intel_de_wait_for_register_fw()
66 u32 mask, u32 value, in __intel_de_wait_for_register()
/openbmc/linux/drivers/base/power/
H A Dtrace.c183 static int show_file_hash(unsigned int value) in show_file_hash()
202 static int show_dev_hash(unsigned int value) in show_dev_hash()
226 unsigned int value = hash_value_early_read / (USERHASH * FILEHASH); in show_trace_dev_match() local
/openbmc/phosphor-psu-code-mgmt/src/
H A Dactivation.cpp35 auto Activation::activation(Activations value) -> Activations in activation()
50 auto Activation::requestedActivation(RequestedActivations value) in requestedActivation()
84 auto Activation::extendedVersion(std::string value) -> std::string in extendedVersion()
/openbmc/qemu/net/
H A Dcolo-compare.c998 static void compare_set_pri_indev(Object *obj, const char *value, Error **errp) in compare_set_pri_indev()
1013 static void compare_set_sec_indev(Object *obj, const char *value, Error **errp) in compare_set_sec_indev()
1028 static void compare_set_outdev(Object *obj, const char *value, Error **errp) in compare_set_outdev()
1044 bool value, in compare_set_vnet_hdr()
1059 static void compare_set_notify_dev(Object *obj, const char *value, Error **errp) in compare_set_notify_dev()
1072 uint64_t value = s->compare_timeout; in compare_get_timeout() local
1082 uint32_t value; in compare_set_timeout() local
1100 uint32_t value = s->expired_scan_cycle; in compare_get_expired_scan_cycle() local
1110 uint32_t value; in compare_set_expired_scan_cycle() local
1127 uint32_t value = max_queue_size; in get_max_queue_size() local
[all …]

1...<<31323334353637383940>>...275