Home
last modified time | relevance | path

Searched refs:ss (Results 526 – 550 of 657) sorted by relevance

1...<<21222324252627

/openbmc/qemu/tests/unit/
H A Dmeson.build184 test_ss = ss.source_set()
/openbmc/linux/drivers/nvdimm/
H A DKconfig30 'memmap=nn[KMG]!ss[KMG]' kernel command line (see
/openbmc/linux/kernel/cgroup/
H A Drstat.c205 css->ss->css_rstat_flush(css, cpu); in cgroup_rstat_flush_locked()
/openbmc/linux/net/netfilter/
H A Dnfnetlink_osf.c75 if (ctx->totlen != f->ss || !nf_osf_ttl(skb, ttl_check, f->ttl)) in nf_osf_match_one()
/openbmc/linux/drivers/usb/misc/
H A Dusbtest.c765 struct usb_ss_cap_descriptor *ss; in is_good_ss_cap() local
767 ss = (struct usb_ss_cap_descriptor *) buf; in is_good_ss_cap()
769 if (ss->bLength != USB_DT_USB_SS_CAP_SIZE) { in is_good_ss_cap()
778 if (ss->bmAttributes & ~0x02) { /* reserved == 0 */ in is_good_ss_cap()
784 if (le16_to_cpu(ss->wSpeedSupported) & ~0x0f) { /* reserved == 0 */ in is_good_ss_cap()
/openbmc/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.sh489 ip netns exec ${listener_ns} ss -Menita 1>&2 -o "sport = :$port"
492 ip netns exec ${connector_ns} ss -Menita 1>&2 -o "dport = :$port"
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dni_dpm.c2041 struct radeon_atom_ss ss; in ni_calculate_sclk_params() local
2044 if (radeon_atombios_get_asic_ss_info(rdev, &ss, in ni_calculate_sclk_params()
2046 u32 clk_s = reference_clock * 5 / (reference_divider * ss.rate); in ni_calculate_sclk_params()
2047 u32 clk_v = 4 * ss.percentage * fbdiv / (clk_s * 10000); in ni_calculate_sclk_params()
2146 spll_table->ss[i] = cpu_to_be32(tmp); in ni_init_smc_spll_table()
2237 struct radeon_atom_ss ss; in ni_populate_mclk_value() local
2240 if (radeon_atombios_get_asic_ss_info(rdev, &ss, in ni_populate_mclk_value()
2248 clk_s = reference_clock * 5 / (decoded_ref * ss.rate); in ni_populate_mclk_value()
2249 clk_v = ss.percentage * in ni_populate_mclk_value()
H A Dcypress_dpm.c553 struct radeon_atom_ss ss; in cypress_populate_mclk_value() local
556 if (radeon_atombios_get_asic_ss_info(rdev, &ss, in cypress_populate_mclk_value()
564 clk_s = reference_clock * 5 / (decoded_ref * ss.rate); in cypress_populate_mclk_value()
565 clk_v = ss.percentage * in cypress_populate_mclk_value()
/openbmc/qemu/docs/devel/
H A Dbuild-system.rst288 arm_ss = ss.source_set()
299 arm_ss = ss.source_set()
300 arm_system_ss = ss.source_set()
317 qxl_ss = ss.source_set()
/openbmc/qemu/qga/
H A Dmeson.build62 qga_ss = ss.source_set()
/openbmc/linux/arch/powerpc/include/asm/
H A Dps3av.h486 u8 ss:2; member
/openbmc/linux/arch/ia64/include/asm/
H A Dprocessor.h116 __u64 ss : 1; member
/openbmc/linux/arch/x86/kernel/
H A Dhead_64.S352 movl %eax,%ss
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_mode.h398 struct amdgpu_atom_ss ss; member
/openbmc/linux/arch/riscv/boot/dts/starfive/
H A Djh7110-starfive-visionfive-2.dtsi432 ss-pins {
/openbmc/linux/drivers/usb/serial/
H A Dti_usb_3410_5052.c332 static void ti_get_serial_info(struct tty_struct *tty, struct serial_struct *ss);
1391 static void ti_get_serial_info(struct tty_struct *tty, struct serial_struct *ss) in ti_get_serial_info() argument
1396 ss->baud_base = tport->tp_tdev->td_is_3410 ? 921600 : 460800; in ti_get_serial_info()
/openbmc/linux/arch/arm64/boot/dts/nvidia/
H A Dtegra132-norrin.dts909 hvdd-usb-ss-supply = <&vdd_3v3_lp0>;
947 nvidia,function = "usb3-ss";
952 nvidia,function = "usb3-ss";
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A D10_usagi-ipv6.patch21 + struct sockaddr_storage ss;
28 + sslen = sizeof(ss);
29 + if (getsockname(fd, (struct sockaddr *)&ss, &sslen) < 0) {
33 + if (ss.ss_family != AF_INET)
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.c3703 struct kvm_segment ss; in stack_segment_valid() local
3706 vmx_get_segment(vcpu, &ss, VCPU_SREG_SS); in stack_segment_valid()
3707 ss_rpl = ss.selector & SEGMENT_RPL_MASK; in stack_segment_valid()
3709 if (ss.unusable) in stack_segment_valid()
3711 if (ss.type != 3 && ss.type != 7) in stack_segment_valid()
3713 if (!ss.s) in stack_segment_valid()
3715 if (ss.dpl != ss_rpl) /* DPL != RPL */ in stack_segment_valid()
3717 if (!ss.present) in stack_segment_valid()
3786 struct kvm_segment cs, ss; in cs_ss_rpl_check() local
3789 vmx_get_segment(vcpu, &ss, VCPU_SREG_SS); in cs_ss_rpl_check()
[all …]
/openbmc/linux/fs/unicode/
H A Dmkutf8data.c2970 const char *ss; member
3000 u8c->ss = NULL; in utf8ncursor()
3144 u8c->ss = u8c->s; in utf8byte()
3158 u8c->s = u8c->ss; in utf8byte()
3166 u8c->ss = NULL; in utf8byte()
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/
H A Dbug-hunting.rst324 Aug 29 09:51:01 blizard kernel: ds: 0018 es: 0018 fs: 002b gs: 002b ss: 0018
/openbmc/linux/Documentation/translations/zh_TW/admin-guide/
H A Dbug-hunting.rst327 Aug 29 09:51:01 blizard kernel: ds: 0018 es: 0018 fs: 002b gs: 002b ss: 0018
/openbmc/linux/include/linux/usb/
H A Dgadget.h873 struct usb_descriptor_header **ss,
/openbmc/u-boot/arch/arm/dts/
H A Duniphier-ld20.dtsi852 usb_ssphy0: ss-phy@300 {
863 usb_ssphy1: ss-phy@310 {
/openbmc/linux/drivers/usb/host/
H A Dxhci-hub.c352 desc->u.ss.bHubHdrDecLat = 0; in xhci_usb3_hub_descriptor()
353 desc->u.ss.wHubDelay = 0; in xhci_usb3_hub_descriptor()
363 desc->u.ss.DeviceRemovable = cpu_to_le16(port_removable); in xhci_usb3_hub_descriptor()

1...<<21222324252627