Home
last modified time | relevance | path

Searched refs:sun (Results 1 – 25 of 34) sorted by relevance

12

/Linux-v4.19/arch/um/drivers/
Ddaemon_user.c34 struct sockaddr_un *sun; in new_addr() local
36 sun = uml_kmalloc(sizeof(struct sockaddr_un), UM_GFP_KERNEL); in new_addr()
37 if (sun == NULL) { in new_addr()
42 sun->sun_family = AF_UNIX; in new_addr()
43 memcpy(sun->sun_path, name, len); in new_addr()
44 return sun; in new_addr()
51 struct sockaddr_un *sun; in connect_to_switch() local
85 sun = uml_kmalloc(sizeof(struct sockaddr_un), UM_GFP_KERNEL); in connect_to_switch()
86 if (sun == NULL) { in connect_to_switch()
105 n = read(pri->control, sun, sizeof(*sun)); in connect_to_switch()
[all …]
/Linux-v4.19/sound/sparc/
DMakefile7 snd-sun-amd7930-objs := amd7930.o
8 snd-sun-cs4231-objs := cs4231.o
9 snd-sun-dbri-objs := dbri.o
11 obj-$(CONFIG_SND_SUN_AMD7930) += snd-sun-amd7930.o
12 obj-$(CONFIG_SND_SUN_CS4231) += snd-sun-cs4231.o
13 obj-$(CONFIG_SND_SUN_DBRI) += snd-sun-dbri.o
DKconfig20 will be called snd-sun-amd7930.
30 will be called snd-sun-cs4231.
40 will be called snd-sun-dbri.
/Linux-v4.19/drivers/acpi/
Dpci_slot.c53 check_slot(acpi_handle handle, unsigned long long *sun) in check_slot() argument
78 status = acpi_evaluate_integer(handle, "_SUN", NULL, sun); in check_slot()
98 unsigned long long sun; in register_slot() local
104 device = check_slot(handle, &sun); in register_slot()
122 snprintf(name, sizeof(name), "%llu", sun); in register_slot()
Ddevice_sysfs.c472 unsigned long long sun; in acpi_device_sun_show() local
474 status = acpi_evaluate_integer(acpi_dev->handle, "_SUN", NULL, &sun); in acpi_device_sun_show()
478 return sprintf(buf, "%llu\n", sun); in acpi_device_sun_show()
480 static DEVICE_ATTR(sun, 0444, acpi_device_sun_show, NULL);
/Linux-v4.19/drivers/pci/hotplug/
Dacpiphp_core.c259 unsigned int sun) in acpiphp_register_hotplug_slot() argument
285 slot->sun = sun; in acpiphp_register_hotplug_slot()
286 snprintf(name, SLOT_NAME_SIZE, "%u", sun); in acpiphp_register_hotplug_slot()
Dacpiphp.h39 unsigned int sun; /* ACPI _SUN (Slot User Number) value */ member
172 int acpiphp_register_hotplug_slot(struct acpiphp_slot *slot, unsigned int sun);
Dacpiphp_glue.c296 unsigned long long sun; in acpiphp_add_context() local
300 status = acpi_evaluate_integer(handle, "_SUN", NULL, &sun); in acpiphp_add_context()
302 sun = bridge->nr_slots; in acpiphp_add_context()
305 sun, pci_domain_nr(pbus), pbus->number, device); in acpiphp_add_context()
307 retval = acpiphp_register_hotplug_slot(slot, sun); in acpiphp_add_context()
312 pr_warn("Slot %llu already registered by another hotplug driver\n", sun); in acpiphp_add_context()
Dacpiphp_ibm.c44 #define hpslot_to_sun(A) (((struct slot *)((A)->private))->sun)
65 u8 sun; member
/Linux-v4.19/block/partitions/
DMakefile18 obj-$(CONFIG_SUN_PARTITION) += sun.o
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-devices-sun1 What: /sys/devices/.../sun
/Linux-v4.19/Documentation/filesystems/
Dufs.txt28 sun used in SunOS (Solaris)
/Linux-v4.19/drivers/net/ethernet/
DMakefile88 obj-$(CONFIG_NET_VENDOR_SUN) += sun/
DKconfig177 source "drivers/net/ethernet/sun/Kconfig"
/Linux-v4.19/Documentation/devicetree/bindings/arm/bcm/
Dbrcm,brcmstb.txt19 - compatible: "brcm,bcm<chip_id>-sun-top-ctrl", "syscon"
52 compatible = "brcm,bcm7445-sun-top-ctrl", "syscon";
/Linux-v4.19/net/sunrpc/
Dxprtsock.c253 struct sockaddr_un *sun; in xs_format_common_peer_addresses() local
258 sun = xs_addr_un(xprt); in xs_format_common_peer_addresses()
259 strlcpy(buf, sun->sun_path, sizeof(buf)); in xs_format_common_peer_addresses()
2933 struct sockaddr_un *sun = (struct sockaddr_un *)args->dstaddr; in xs_setup_local() local
2959 switch (sun->sun_family) { in xs_setup_local()
2961 if (sun->sun_path[0] != '/') { in xs_setup_local()
2963 sun->sun_path); in xs_setup_local()
/Linux-v4.19/lib/fonts/
DKconfig95 big letters. It fits between the sun 12x22 and the normal 8x16 font.
/Linux-v4.19/arch/mips/boot/dts/brcm/
Dbcm7125.dtsi107 compatible = "brcm,bcm7125-sun-top-ctrl", "syscon";
Dbcm7420.dtsi108 compatible = "brcm,bcm7420-sun-top-ctrl", "syscon";
Dbcm7358.dtsi118 compatible = "brcm,bcm7358-sun-top-ctrl", "syscon";
Dbcm7362.dtsi124 compatible = "brcm,bcm7362-sun-top-ctrl", "syscon";
Dbcm7360.dtsi118 compatible = "brcm,bcm7360-sun-top-ctrl", "syscon";
Dbcm7346.dtsi124 compatible = "brcm,bcm7346-sun-top-ctrl", "syscon";
/Linux-v4.19/arch/arm/boot/dts/
Dbcm7445.dtsi84 compatible = "brcm,bcm7445-sun-top-ctrl",
/Linux-v4.19/Documentation/media/v4l-drivers/
Dradiotrack.rst12 (legrang@active.co.za or legrang@cs.sun.ac.za) in 1994, and elaborations from

12