Home
last modified time | relevance | path

Searched refs:key_value (Results 1 – 9 of 9) sorted by relevance

/linux/tools/hv/
H A Dhv_kvp_daemon.c1782 char *key_value; in main() local
1993 key_value = (char *)hv_msg->body.kvp_enum_data.data.value; in main()
1997 strcpy(key_value, full_domain_name); in main()
2002 strcpy(key_value, lic_version); in main()
2006 key_value, HV_KVP_EXCHANGE_MAX_VALUE_SIZE); in main()
2011 key_value, HV_KVP_EXCHANGE_MAX_VALUE_SIZE); in main()
2015 strcpy(key_value, os_build); in main()
2019 strcpy(key_value, os_name); in main()
2023 strcpy(key_value, os_major); in main()
2027 strcpy(key_value, os_minor); in main()
[all …]
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_acl_flex_keys.c436 u32 key_value, u32 mask_value) in mlxsw_afk_values_add_u32() argument
446 __mlxsw_item_set32(values->storage.key, storage_item, 0, key_value); in mlxsw_afk_values_add_u32()
454 const char *key_value, const char *mask_value, in mlxsw_afk_values_add_buf() argument
466 __mlxsw_item_memcpy_to(values->storage.key, key_value, in mlxsw_afk_values_add_buf()
H A Dcore_acl_flex_keys.h223 u32 key_value, u32 mask_value);
226 const char *key_value, const char *mask_value,
H A Dspectrum_acl.c370 u32 key_value, u32 mask_value) in mlxsw_sp_acl_rulei_keymask_u32() argument
373 key_value, mask_value); in mlxsw_sp_acl_rulei_keymask_u32()
378 const char *key_value, in mlxsw_sp_acl_rulei_keymask_buf() argument
382 key_value, mask_value, len); in mlxsw_sp_acl_rulei_keymask_buf()
H A Dspectrum.h999 u32 key_value, u32 mask_value);
1002 const char *key_value,
/linux/drivers/input/touchscreen/
H A Dgoodix.c353 u8 key_value; in goodix_ts_report_pen_down() local
380 key_value = data[1 + ts->contact_size]; in goodix_ts_report_pen_down()
381 input_report_key(ts->input_pen, BTN_STYLUS, key_value & 0x10); in goodix_ts_report_pen_down()
382 input_report_key(ts->input_pen, BTN_STYLUS2, key_value & 0x20); in goodix_ts_report_pen_down()
445 u8 key_value; in goodix_ts_report_key() local
450 key_value = data[1 + ts->contact_size * touch_num]; in goodix_ts_report_key()
452 if (key_value & BIT(i)) in goodix_ts_report_key()
/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Dmanager-sysfs.c211 u32 key_value; in manager_trans_key_value_store() local
214 r = kstrtouint(buf, 0, &key_value); in manager_trans_key_value_store()
220 info.trans_key = key_value; in manager_trans_key_value_store()
/linux/drivers/net/ethernet/microchip/
H A Dlan743x_ethtool.c1028 u32 key_value = 0; in lan743x_ethtool_set_rxfh() local
1032 key_value = in lan743x_ethtool_set_rxfh()
1038 key_value); in lan743x_ethtool_set_rxfh()
/linux/drivers/platform/x86/
H A Dasus-wmi.c4541 unsigned int key_value = 1; in asus_wmi_handle_event_code() local
4545 asus->driver->key_filter(asus->driver, &code, &key_value, in asus_wmi_handle_event_code()
4600 key_value, autorelease)) in asus_wmi_handle_event_code()