/linux/arch/um/drivers/ |
A D | daemon_user.c | 35 struct sockaddr_un *sun; in new_addr() local 38 if (sun == NULL) { in new_addr() 43 sun->sun_family = AF_UNIX; in new_addr() 44 memcpy(sun->sun_path, name, len); in new_addr() 45 return sun; in new_addr() 52 struct sockaddr_un *sun; in connect_to_switch() local 87 if (sun == NULL) { in connect_to_switch() 106 n = read(pri->control, sun, sizeof(*sun)); in connect_to_switch() 107 if (n != sizeof(*sun)) { in connect_to_switch() 114 pri->data_addr = sun; in connect_to_switch() [all …]
|
/linux/sound/sparc/ |
A D | Makefile | 7 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
|
A D | Kconfig | 21 will be called snd-sun-amd7930. 31 will be called snd-sun-cs4231. 41 will be called snd-sun-dbri.
|
/linux/drivers/acpi/ |
A D | pci_slot.c | 42 check_slot(acpi_handle handle, unsigned long long *sun) in check_slot() argument 67 status = acpi_evaluate_integer(handle, "_SUN", NULL, sun); in check_slot() 87 unsigned long long sun; in register_slot() local 93 device = check_slot(handle, &sun); in register_slot() 111 snprintf(name, sizeof(name), "%llu", sun); in register_slot()
|
A D | device_sysfs.c | 470 unsigned long long sun; in sun_show() local 472 status = acpi_evaluate_integer(acpi_dev->handle, "_SUN", NULL, &sun); in sun_show() 476 return sprintf(buf, "%llu\n", sun); in sun_show() 478 static DEVICE_ATTR_RO(sun);
|
/linux/drivers/net/ethernet/sun/ |
A D | .built-in.a.cmd | 1 …sun/built-in.a := echo >/dev/null; rm -f drivers/net/ethernet/sun/built-in.a; /usr/bin/ccache /hom…
|
/linux/drivers/pci/hotplug/ |
A D | acpiphp_core.c | 259 unsigned int sun) in acpiphp_register_hotplug_slot() argument 274 slot->sun = sun; in acpiphp_register_hotplug_slot() 275 snprintf(name, SLOT_NAME_SIZE, "%u", sun); in acpiphp_register_hotplug_slot()
|
A D | acpiphp.h | 38 unsigned int sun; /* ACPI _SUN (Slot User Number) value */ member 175 int acpiphp_register_hotplug_slot(struct acpiphp_slot *slot, unsigned int sun);
|
A D | acpiphp_glue.c | 304 unsigned long long sun; in acpiphp_add_context() local 308 status = acpi_evaluate_integer(handle, "_SUN", NULL, &sun); in acpiphp_add_context() 310 sun = bridge->nr_slots; in acpiphp_add_context() 313 sun, pci_domain_nr(pbus), pbus->number, device); in acpiphp_add_context() 315 retval = acpiphp_register_hotplug_slot(slot, sun); in acpiphp_add_context() 320 pr_warn("Slot %llu already registered by another hotplug driver\n", sun); in acpiphp_add_context()
|
A D | acpiphp_ibm.c | 44 #define hpslot_to_sun(A) (to_slot(A)->sun) 65 u8 sun; member
|
/linux/tools/perf/trace/beauty/ |
A D | sockaddr.c | 38 struct sockaddr_un *sun = (struct sockaddr_un *)sa; in af_local__scnprintf() local 39 return scnprintf(bf, size, ", path: %s", sun->sun_path); in af_local__scnprintf()
|
/linux/block/partitions/ |
A D | Makefile | 17 obj-$(CONFIG_SUN_PARTITION) += sun.o
|
/linux/Documentation/ABI/testing/ |
A D | sysfs-devices-sun | 1 What: /sys/devices/.../sun
|
/linux/Documentation/admin-guide/ |
A D | ufs.rst | 33 sun
|
/linux/Documentation/devicetree/bindings/memory-controllers/fsl/ |
A D | fsl,ddr.yaml | 11 - York Sun <york.sun@nxp.com>
|
/linux/drivers/net/ethernet/ |
A D | Makefile | 90 obj-$(CONFIG_NET_VENDOR_SUN) += sun/
|
A D | .built-in.a.cmd | 1 …xt/built-in.a drivers/net/ethernet/stmicro/built-in.a drivers/net/ethernet/sun/built-in.a drivers/…
|
/linux/Documentation/devicetree/bindings/arm/bcm/ |
A D | brcm,brcmstb.txt | 19 - compatible: "brcm,bcm<chip_id>-sun-top-ctrl", "syscon" 52 compatible = "brcm,bcm7445-sun-top-ctrl", "syscon";
|
/linux/net/sunrpc/ |
A D | xprtsock.c | 257 struct sockaddr_un *sun; in xs_format_common_peer_addresses() local 262 sun = xs_addr_un(xprt); in xs_format_common_peer_addresses() 263 strlcpy(buf, sun->sun_path, sizeof(buf)); in xs_format_common_peer_addresses() 2763 struct sockaddr_un *sun = (struct sockaddr_un *)args->dstaddr; in xs_setup_local() local 2789 switch (sun->sun_family) { in xs_setup_local() 2791 if (sun->sun_path[0] != '/') { in xs_setup_local() 2793 sun->sun_path); in xs_setup_local()
|
/linux/arch/mips/boot/dts/brcm/ |
A D | bcm7125.dtsi | 107 compatible = "brcm,bcm7125-sun-top-ctrl", "syscon";
|
A D | bcm7420.dtsi | 108 compatible = "brcm,bcm7420-sun-top-ctrl", "syscon";
|
A D | bcm7358.dtsi | 118 compatible = "brcm,bcm7358-sun-top-ctrl", "syscon";
|
/linux/lib/fonts/ |
A D | Kconfig | 96 big letters. It fits between the sun 12x22 and the normal 8x16 font.
|
/linux/arch/arm/boot/dts/ |
A D | bcm7445.dtsi | 82 compatible = "brcm,bcm7445-sun-top-ctrl",
|
/linux/Documentation/driver-api/media/drivers/ |
A D | radiotrack.rst | 14 (legrang@active.co.za or legrang@cs.sun.ac.za) in 1994, and elaborations from
|