/openbmc/linux/drivers/net/ethernet/sfc/siena/ |
H A D | net_driver.h | 1367 const u32 *rx_indir_table, const u8 *key); 1372 const u8 *key);
|
/openbmc/linux/arch/arm/boot/dts/samsung/ |
H A D | exynos5250-snow-common.dtsi | 38 power-key { 604 power_key_irq: power-key-irq-pins {
|
H A D | exynos3250-monk.dts | 41 power-key { 44 label = "power key";
|
H A D | exynos4212-tab3.dtsi | 72 key-power { 80 key-up { 87 key-down { 94 key-home {
|
/openbmc/linux/drivers/net/ethernet/ti/ |
H A D | am65-cpsw-qos.c | 648 if (is_broadcast_ether_addr(match.key->dst) && in am65_cpsw_qos_clsflower_add_policer() 656 } else if (ether_addr_equal_unaligned(match.key->dst, mc_mac) && in am65_cpsw_qos_clsflower_add_policer()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | eswitch.h | 414 void mlx5_esw_offloads_devcom_init(struct mlx5_eswitch *esw, u64 key); 897 static inline void mlx5_esw_offloads_devcom_init(struct mlx5_eswitch *esw, u64 key) {} in mlx5_esw_offloads_devcom_init() argument
|
/openbmc/linux/init/ |
H A D | main.c | 359 static char * __init xbc_make_cmdline(const char *key) in xbc_make_cmdline() argument 365 root = xbc_find_node(key); in xbc_make_cmdline()
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | msm8996-xiaomi-common.dtsi | 37 key-vol-up { 45 key-dome {
|
/openbmc/pldm/oem/ibm/libpldmresponder/ |
H A D | oem_ibm_handler.cpp | 48 for (const auto& [key, value] : entityAssociationMap) in getOemStateSensorReadingsHandler() 54 sensorOpState = slotHandler->fetchSlotSensorState(key); in getOemStateSensorReadingsHandler()
|
/openbmc/phosphor-host-ipmid/ |
H A D | ipmid-new.cpp | 248 unsigned int key = makeCmdKey(keyCommon, cmd); in executeIpmiCommandCommon() local 249 auto cmdIter = handlers.find(key); in executeIpmiCommandCommon()
|
/openbmc/qemu/hw/scsi/ |
H A D | scsi-generic.c | 295 if (sense.key == ILLEGAL_REQUEST && in scsi_read_complete() 307 if (sense.key) { in scsi_read_complete()
|
/openbmc/linux/drivers/rtc/ |
H A D | rtc-abx80x.c | 132 static int abx80x_write_config_key(struct i2c_client *client, u8 key) in abx80x_write_config_key() argument 134 if (i2c_smbus_write_byte_data(client, ABX8XX_REG_CFG_KEY, key) < 0) { in abx80x_write_config_key()
|
/openbmc/rest-dbus/resources/ |
H A D | jsrender.min.js | 3 …key:0,useKey:g?0:1,id:""+ye++,onRender:s,bnds:{}},f.linked=!!s,n?(d=n.views,p=n._,p.useKey?(d[u.ke…
|
/openbmc/linux/drivers/platform/x86/ |
H A D | acer-wmi.c | 1935 const struct key_entry *key; in acer_wmi_notify() local 1967 key = sparse_keymap_entry_from_scancode(acer_wmi_input_dev, in acer_wmi_notify() 1969 if (!key) { in acer_wmi_notify() 1974 switch (key->keycode) { in acer_wmi_notify()
|
/openbmc/linux/drivers/crypto/ |
H A D | s5p-sss.c | 1809 const u8 *key, const u8 *iv, const u8 *ctr, in s5p_set_aes() argument 1829 memcpy_toio(keystart, key, keylen); in s5p_set_aes() 2045 const u8 *key, unsigned int keylen) in s5p_aes_setkey() argument 2055 memcpy(ctx->aes_key, key, keylen); in s5p_aes_setkey()
|
/openbmc/linux/drivers/staging/vt6655/ |
H A D | device_main.c | 1630 struct ieee80211_key_conf *key) in vnt_set_key() argument 1636 if (vnt_set_keys(hw, sta, vif, key)) in vnt_set_key() 1640 if (test_bit(key->hw_key_idx, &priv->key_entry_inuse)) in vnt_set_key() 1641 clear_bit(key->hw_key_idx, &priv->key_entry_inuse); in vnt_set_key()
|
/openbmc/linux/kernel/events/ |
H A D | uprobes.c | 638 static inline int __uprobe_cmp_key(const void *key, const struct rb_node *b) in __uprobe_cmp_key() argument 640 const struct __uprobe_key *a = key; in __uprobe_cmp_key() 652 struct __uprobe_key key = { in __find_uprobe() local 656 struct rb_node *node = rb_find(&key, &uprobes_tree, __uprobe_cmp_key); in __find_uprobe()
|
/openbmc/linux/drivers/infiniband/hw/ocrdma/ |
H A D | ocrdma_verbs.c | 201 mm->key.phy_addr = phy_addr; in ocrdma_add_mmap() 202 mm->key.len = len; in ocrdma_add_mmap() 218 if (len != mm->key.len && phy_addr != mm->key.phy_addr) in ocrdma_del_mmap() 236 if (len != mm->key.len && phy_addr != mm->key.phy_addr) in ocrdma_search_mmap() 2045 hdr->lkey = wr->key; in ocrdma_build_reg()
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_lib.c | 1518 u8 *lut, *key; in ice_vsi_cfg_rss_lut_key() local 1557 key = kzalloc(ICE_GET_SET_RSS_KEY_EXTEND_KEY_SIZE, GFP_KERNEL); in ice_vsi_cfg_rss_lut_key() 1558 if (!key) { in ice_vsi_cfg_rss_lut_key() 1564 memcpy(key, vsi->rss_hkey_user, ICE_GET_SET_RSS_KEY_EXTEND_KEY_SIZE); in ice_vsi_cfg_rss_lut_key() 1566 netdev_rss_key_fill((void *)key, ICE_GET_SET_RSS_KEY_EXTEND_KEY_SIZE); in ice_vsi_cfg_rss_lut_key() 1568 err = ice_set_rss_key(vsi, key); in ice_vsi_cfg_rss_lut_key() 1572 kfree(key); in ice_vsi_cfg_rss_lut_key()
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/cdparanoia/files/ |
H A D | 0002-interface-remove-C-reserved-keyword.patch | 289 - key = d->private->sg_buffer[2] & 0xf; 292 + key = d->priv->sg_buffer[2] & 0xf; 296 if(key == 2 && ASC == 4 && ASCQ == 1) return 0;
|
/openbmc/linux/drivers/net/ethernet/sfc/falcon/ |
H A D | ethtool.c | 1260 static int ef4_ethtool_get_rxfh(struct net_device *net_dev, u32 *indir, u8 *key, in ef4_ethtool_get_rxfh() argument 1273 const u8 *key, const u8 hfunc) in ef4_ethtool_set_rxfh() argument 1278 if (key || in ef4_ethtool_set_rxfh()
|
/openbmc/linux/lib/zstd/compress/ |
H A D | huf_compress.c | 487 nodeElt const key = huffNode[i]; in HUF_insertionSort() local 489 while (j >= 0 && huffNode[j].count < key.count) { in HUF_insertionSort() 493 huffNode[j + 1] = key; in HUF_insertionSort()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum.h | 1346 struct mlxsw_sp_mr_route_key *key, 1351 struct mlxsw_sp_mr_route_key *key); 1353 struct mlxsw_sp_mr_route_key *key,
|
/openbmc/linux/drivers/net/vmxnet3/ |
H A D | vmxnet3_ethtool.c | 1139 vmxnet3_get_rss(struct net_device *netdev, u32 *p, u8 *key, u8 *hfunc) in vmxnet3_get_rss() argument 1158 vmxnet3_set_rss(struct net_device *netdev, const u32 *p, const u8 *key, in vmxnet3_set_rss() argument 1167 if (key || in vmxnet3_set_rss()
|
/openbmc/linux/Documentation/bpf/ |
H A D | bpf_design_QA.rst | 106 bpf_lookup_map_elem(key) had a requirement that 'key' must be 107 a pointer to the stack. Now, 'key' can be a pointer to map value.
|