/openbmc/linux/fs/smb/client/ |
H A D | reparse.c | 353 __le64 value; member
|
/openbmc/linux/drivers/hid/ |
H A D | hid-magicmouse.c | 515 struct hid_usage *usage, __s32 value) in magicmouse_event()
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | chassis.hpp | 219 const std::string& value) { in handlePhysicalSecurityGetSubTree()
|
/openbmc/linux/drivers/net/wireless/ath/carl9170/ |
H A D | hw.h | 872 #define SET_VAL(reg, value, newvalue) \ argument 878 #define MOD_VAL(reg, value, newvalue) \ argument 881 #define GET_VAL(reg, value) \ argument
|
/openbmc/u-boot/include/ |
H A D | pci.h | 1162 u32 value) in pci_write_config_dword() 1169 u16 value) in pci_write_config_word() 1176 u8 value) in pci_write_config_byte()
|
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | fwsignal.c | 236 #define brcmf_skb_if_flags_set_field(skb, field, value) \ argument 271 #define brcmf_skb_htod_tag_set_field(skb, field, value) \ argument 287 #define brcmf_skb_htod_seq_set_field(skb, field, value) \ argument
|
/openbmc/linux/drivers/net/dsa/ |
H A D | mt7530.c | 86 int value, ret; in core_read_mmd_indirect() local 2055 mt7530_gpio_set(struct gpio_chip *gc, unsigned int offset, int value) in mt7530_gpio_set() 2089 mt7530_gpio_direction_output(struct gpio_chip *gc, unsigned int offset, int value) in mt7530_gpio_direction_output()
|
/openbmc/linux/drivers/usb/gadget/function/ |
H A D | f_fs.c | 629 static long ffs_ep0_ioctl(struct file *file, unsigned code, unsigned long value) in ffs_ep0_ioctl() 1170 int value; in ffs_aio_cancel() local 1278 unsigned long value) in ffs_epfile_ioctl()
|
/openbmc/qemu/ |
H A D | blockdev.c | 703 const char *value; in qemu_opt_rename() local 778 const char *value; in drive_new() local 3526 BlockJobInfo *value; in qmp_query_block_jobs() local
|
/openbmc/qemu/hw/ppc/ |
H A D | pnv.c | 2648 static void pnv_machine_set_big_core(Object *obj, bool value, Error **errp) in pnv_machine_set_big_core() 2660 static void pnv_machine_set_lpar_per_core(Object *obj, bool value, Error **errp) in pnv_machine_set_lpar_per_core() 2673 static void pnv_machine_set_hb(Object *obj, bool value, Error **errp) in pnv_machine_set_hb()
|
/openbmc/linux/drivers/spi/ |
H A D | spi.c | 2231 u32 value; in of_spi_parse_dt_cs_delay() local 2247 u32 value; in of_spi_parse_dt() local 4589 static int acpi_spi_notify(struct notifier_block *nb, unsigned long value, in acpi_spi_notify()
|
/openbmc/linux/drivers/platform/x86/ |
H A D | thinkpad_acpi.c | 996 unsigned long max, unsigned long *value) in parse_strtoul() 1955 int value = s & 0xffff; in hotkey_gmms_get_tablet_mode() local 6152 static int thermal_get_sensor(int idx, s32 *value) in thermal_get_sensor() 6263 s32 value; in thermal_temp_input_show() local 6611 static int tpacpi_brightness_set_ec(unsigned int value) in tpacpi_brightness_set_ec() 6628 static int tpacpi_brightness_set_ucmsstep(unsigned int value) in tpacpi_brightness_set_ucmsstep() 6653 static int brightness_set(unsigned int value) in brightness_set() 9465 static int tpacpi_battery_set(int what, int battery, int value) in tpacpi_battery_set() 9519 static int tpacpi_battery_set_validate(int what, int battery, int value) in tpacpi_battery_set_validate() 9657 unsigned long value; in tpacpi_battery_store() local
|
/openbmc/linux/include/linux/ |
H A D | kvm_host.h | 1915 u64 value, size_t bucket_size) in kvm_stats_linear_hist_update() 1931 static inline void kvm_stats_log_hist_update(u64 *data, size_t size, u64 value) in kvm_stats_log_hist_update() 1939 #define KVM_STATS_LINEAR_HIST_UPDATE(array, value, bsize) \ argument 1941 #define KVM_STATS_LOG_HIST_UPDATE(array, value) \ argument
|
/openbmc/linux/drivers/net/wireless/marvell/libertas/ |
H A D | host.h | 385 u32 value; member 565 u8 value[128]; member 576 } value; member 874 u8 value[LBS_EEPROM_READ_LEN]; member
|
/openbmc/linux/drivers/tty/ |
H A D | synclink_gt.c | 1313 unsigned short value; in set_break() local 3744 static void wr_reg8(struct slgt_info *info, unsigned int addr, __u8 value) in wr_reg8() 3754 static void wr_reg16(struct slgt_info *info, unsigned int addr, __u16 value) in wr_reg16() 3764 static void wr_reg32(struct slgt_info *info, unsigned int addr, __u32 value) in wr_reg32()
|
/openbmc/linux/drivers/misc/sgi-gru/ |
H A D | gru_instructions.h | 436 unsigned long value, unsigned char xtype, unsigned long nelem, in gru_vset() 450 unsigned int tri1, unsigned long value, unsigned char xtype, in gru_ivset()
|
/openbmc/linux/drivers/gpu/drm/tegra/ |
H A D | sor.h | 222 #define SOR_XBAR_CTRL_LINK1_XSEL(channel, value) ((((value) & 0x7) << ((channel) * 3)) << 17) argument 223 #define SOR_XBAR_CTRL_LINK0_XSEL(channel, value) ((((value) & 0x7) << ((channel) * 3)) << 2) argument
|
/openbmc/linux/arch/arm/kernel/ |
H A D | perf_event_v7.c | 751 u32 value = 0; in armv7pmu_read_counter() local 766 static inline void armv7pmu_write_counter(struct perf_event *event, u64 value) in armv7pmu_write_counter()
|
/openbmc/linux/sound/pci/ |
H A D | atiixp.c | 299 unsigned int mask, unsigned int value) in snd_atiixp_update_bits() 315 #define atiixp_write(chip,reg,value) \ argument
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | bootstrap-3.4.1.js | 1372 var regExp = $(allowedAttributeList).filter(function (index, value) { argument 1533 this._options && $.each(this._options, function (key, value) { argument
|
/openbmc/linux/drivers/net/wireless/legacy/ |
H A D | wl3501_cs.c | 175 void *value, int len) in iw_set_mgmt_info_element() 1384 u32 value; /* size checked: it is u32 */ in wl3501_get_wireless_stats() local
|
/openbmc/linux/drivers/nfc/ |
H A D | port100.c | 217 u8 value; member 523 static inline u8 port100_checksum(u16 value) in port100_checksum()
|
/openbmc/linux/drivers/video/fbdev/savage/ |
H A D | savagefb.h | 363 static inline void VGAwATTR(u8 index, u8 value, struct savagefb_par *par) in VGAwATTR() 375 static inline void VGAwMISC(u8 value, struct savagefb_par *par) in VGAwMISC()
|
/openbmc/linux/drivers/scsi/ |
H A D | megaraid.c | 81 #define WRINDOOR(adapter,value) writel(value, (adapter)->mmio_base + 0x20) argument 82 #define WROUTDOOR(adapter,value) writel(value, (adapter)->mmio_base + 0x2C) argument
|
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/ |
H A D | polaris10_smumgr.c | 1658 uint32_t ro, efuse, volt_without_cks, volt_with_cks, value; in polaris10_populate_clock_stretcher_data_table() local 2464 static uint32_t polaris10_get_mac_definition(uint32_t value) in polaris10_get_mac_definition()
|