Home
last modified time | relevance | path

Searched refs:value (Results 13201 – 13225 of 13561) sorted by relevance

1...<<521522523524525526527528529530>>...543

/openbmc/qemu/docs/devel/
H A Dreset.rst44 value on each cold reset, such as RNG seed information, and which they
/openbmc/qemu/docs/interop/
H A Dfirmware.json298 # configured with value @split. Since: 7.0.0
/openbmc/linux/Documentation/locking/
H A Dhwspinlock.rst174 value shall not exceed a few msecs.
/openbmc/linux/drivers/thunderbolt/
H A Dtb.h803 u32 value, int timeout_msec);
/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dmac80211.c675 static int rtw89_ops_set_rts_threshold(struct ieee80211_hw *hw, u32 value) in rtw89_ops_set_rts_threshold() argument
/openbmc/linux/drivers/usb/gadget/udc/
H A Dtegra-xudc.c1586 static int tegra_xudc_ep_set_halt(struct usb_ep *usb_ep, int value) in tegra_xudc_ep_set_halt() argument
1605 if (value && usb_endpoint_dir_in(ep->desc) && in tegra_xudc_ep_set_halt()
1612 ret = __tegra_xudc_ep_set_halt(ep, value); in tegra_xudc_ep_set_halt()
H A Drenesas_usb3.c2311 static int renesas_usb3_ep_set_halt(struct usb_ep *_ep, int value) in renesas_usb3_ep_set_halt() argument
2313 return usb3_set_halt(usb_ep_to_usb3_ep(_ep), !!value, false); in renesas_usb3_ep_set_halt()
/openbmc/linux/drivers/vdpa/mlx5/net/
H A Dmlx5_vnet.c1681 static struct macvlan_node *mac_vlan_lookup(struct mlx5_vdpa_net *ndev, u64 value) in mac_vlan_lookup() argument
1686 idx = hash_64(value, 8); // tbd 8 in mac_vlan_lookup()
1688 if (pos->macvlan == value) in mac_vlan_lookup()
/openbmc/linux/drivers/pinctrl/nuvoton/
H A Dpinctrl-npcm8xx.c102 int value);
184 unsigned int offset, int value) in npcmgpio_direction_output() argument
193 return bank->direction_output(chip, offset, value); in npcmgpio_direction_output()
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-a64.c425 TCGv_i64 value; member
439 c64->value = tcg_temp_new_i64(); in a64_test_cc()
440 tcg_gen_ext_i32_i64(c64->value, c32.value); in a64_test_cc()
6540 tcg_gen_movcond_i64(c.cond, t_true, c.value, tcg_constant_i64(0), in trans_FCSEL()
7153 tcg_gen_setcondi_i32(tcg_invert_cond(c.cond), tcg_t0, c.value, 0); in disas_cc()
7254 tcg_rd, c.value, zero); in disas_cond_select()
7257 tcg_rd, c.value, zero); in disas_cond_select()
7269 tcg_gen_movcond_i64(c.cond, tcg_rd, c.value, zero, t_true, t_false); in disas_cond_select()
/openbmc/linux/tools/net/ynl/generated/
H A Dethtool-user.h21 const char *ethtool_udp_tunnel_type_str(int value);
22 const char *ethtool_stringset_str(enum ethtool_stringset value);
115 __u32 value:1; member
139 char *value; member
/openbmc/linux/Documentation/filesystems/
H A Dxfs-delayed-logging-design.rst197 transaction, we might set the reservation log count to a value of 2 to indicate
226 position of the grant heads is an absolute value, so the amount of space
794 not particularly flexible and is difficult to select the "optimal value" for
887 value according to its context.
/openbmc/rest-dbus/resources/
H A Djstree.min.js3value:i,"class":"jstree-rename-input",css:{padding:"0",border:"1px solid silver","box-sizing":"bor…
4 …"contenteditable","hasfocus","tabindex"])&&null!==e.value&&""!==a.trim(e.value)&&(c?d[e.name]=e.va…
/openbmc/openbmc/meta-openembedded/meta-oe/licenses/
H A DSSPL-1487 computer network, offering a service the value of which entirely or
488 primarily derives from the value of the Program or modified version, or
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DRPL-1.5450 litigation, then the reasonable value of the licenses granted by said
452 the amount or value of any payment or license.
H A DSSPL-1.0487 computer network, offering a service the value of which entirely or
488 primarily derives from the value of the Program or modified version, or
/openbmc/linux/Documentation/driver-api/
H A Dmtdnand.rst242 /* Set command delay time, see datasheet for correct value */
873 /* The hw ecc generator provides a syndrome instead a ecc value on read
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmcu.c2190 __le32 value; in mt7615_mcu_set_test_param() member
2196 .value = cpu_to_le32(val), in mt7615_mcu_set_test_param()
/openbmc/linux/drivers/usb/cdns3/
H A Dcdns3-gadget.c2831 int cdns3_gadget_ep_set_halt(struct usb_ep *ep, int value) in cdns3_gadget_ep_set_halt() argument
2845 if (!value) { in cdns3_gadget_ep_set_halt()
/openbmc/linux/drivers/net/phy/
H A Dmarvell.c2840 u8 index, enum led_brightness value) in m88e1318_led_brightness_set() argument
2854 if (value == LED_OFF) in m88e1318_led_brightness_set()
/openbmc/linux/drivers/scsi/qedi/
H A Dqedi_main.c2238 block->target[idx].lun.value[1], in qedi_show_boot_tgt_info()
2239 block->target[idx].lun.value[0]); in qedi_show_boot_tgt_info()
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dsdma.c247 u64 value) in write_sde_csr() argument
249 write_kctxt_csr(sde->dd, sde->this_idx, offset0, value); in write_sde_csr()
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_type.h3517 u8 *value);
3519 u8 value);
/openbmc/linux/sound/soc/codecs/
H A Drt5645.c706 (struct rt5645_eq_param_s_be16 *)ucontrol->value.bytes.data; in rt5645_hweq_get()
732 (struct rt5645_eq_param_s_be16 *)ucontrol->value.bytes.data; in rt5645_hweq_put()
/openbmc/linux/drivers/net/ethernet/sun/
H A Dsungem.c2642 static void gem_set_msglevel(struct net_device *dev, u32 value) in gem_set_msglevel() argument
2645 gp->msg_enable = value; in gem_set_msglevel()

1...<<521522523524525526527528529530>>...543