Home
last modified time | relevance | path

Searched refs:dev (Results 16176 – 16200 of 26794) sorted by relevance

1...<<641642643644645646647648649650>>...1072

/openbmc/linux/drivers/input/misc/
H A Dcobalt_btns.c68 bdev = devm_kzalloc(&pdev->dev, sizeof(*bdev), GFP_KERNEL); in cobalt_buttons_probe()
76 bdev->reg = devm_ioremap(&pdev->dev, res->start, resource_size(res)); in cobalt_buttons_probe()
82 input = devm_input_allocate_device(&pdev->dev); in cobalt_buttons_probe()
/openbmc/linux/drivers/media/common/
H A Dcypress_firmware.c86 dev_err(&udev->dev, "%s: CPU stop failed=%d\n", in cypress_load_firmware()
104 dev_err(&udev->dev, in cypress_load_firmware()
116 dev_err(&udev->dev, "%s: CPU start failed=%d\n", in cypress_load_firmware()
/openbmc/linux/tools/usb/ffs-aio-example/simple/host_app/
H A Dtest.c83 libusb_device *dev = list[i]; in test_init() local
85 ret = libusb_get_device_descriptor(dev, &desc); in test_init()
92 state->found = dev; in test_init()
/openbmc/linux/arch/mips/pci/
H A Dfixup-fuloong2e.c18 int pcibios_map_irq(const struct pci_dev *dev, u8 slot, u8 pin) in pcibios_map_irq() argument
23 switch (PCI_FUNC(dev->devfn)) { in pcibios_map_irq()
42 int pcibios_plat_dev_init(struct pci_dev *dev) in pcibios_plat_dev_init() argument
/openbmc/linux/drivers/gpu/drm/meson/
H A Dmeson_rdma.c29 dma_alloc_coherent(priv->dev, SZ_4K, in meson_rdma_init()
55 dma_free_coherent(priv->dev, SZ_4K, in meson_rdma_free()
95 dev_warn_once(priv->dev, "%s: overflow\n", __func__); in meson_rdma_writel()
/openbmc/u-boot/arch/arm/mach-snapdragon/
H A Dclock-snapdragon.c113 static int msm_clk_probe(struct udevice *dev) in msm_clk_probe() argument
115 struct msm_clk_priv *priv = dev_get_priv(dev); in msm_clk_probe()
117 priv->base = devfdt_get_addr(dev); in msm_clk_probe()
/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/console/obmc-console/
H A Dobmc-console@.service2 Description=Phosphor Console Muxer listening on device /dev/%I
3 BindsTo=dev-%i.device
4 After=dev-%i.device
/openbmc/qemu/tests/qemu-iotests/
H A D28780 if $QEMU_IMG info "$TEST_IMG" >/dev/null 2>&1 ; then
92 if $QEMU_IMG info "$TEST_IMG" >/dev/null 2>&1 ; then
136 dd if=/dev/urandom of="$RAND_FILE" bs=1M count=1 seek=1
/openbmc/linux/drivers/acpi/
H A Devent.c27 int acpi_notifier_call_chain(struct acpi_device *dev, u32 type, u32 data) in acpi_notifier_call_chain() argument
31 strcpy(event.device_class, dev->pnp.device_class); in acpi_notifier_call_chain()
32 strcpy(event.bus_id, dev->pnp.bus_id); in acpi_notifier_call_chain()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/linuxptp/linuxptp/
H A D0002-linuxptp-Use-CC-in-incdefs.sh.patch28 - dirs=$(echo "" | ${CROSS_COMPILE}cpp -Wp,-v 2>&1 >/dev/null | grep ^" /")
29 + dirs=$(${CC} -E -Wp,-v -xc /dev/null 2>&1 >/dev/null | grep ^" /")
/openbmc/linux/include/uapi/linux/
H A Ddm-ioctl.h141 __u64 dev; /* in/out */ member
185 __u64 dev[]; /* out */ member
192 __u64 dev; member
/openbmc/linux/net/6lowpan/
H A Dnhc.c102 const struct net_device *dev, in lowpan_nhc_do_uncompression() argument
121 netdev_warn(dev, "received nhc id for %s which is not implemented.\n", in lowpan_nhc_do_uncompression()
127 netdev_warn(dev, "received unknown nhc id which was not found.\n"); in lowpan_nhc_do_uncompression()
/openbmc/linux/include/linux/
H A Dblktrace_api.h25 u32 dev; member
76 extern int blk_trace_setup(struct request_queue *q, char *name, dev_t dev,
86 # define blk_trace_setup(q, name, dev, bdev, arg) (-ENOTTY) argument
H A Dipmi_smi.h295 struct device *dev,
298 #define ipmi_register_smi(handlers, send_info, dev, slave_addr) \ argument
299 ipmi_add_smi(THIS_MODULE, handlers, send_info, dev, slave_addr)
/openbmc/linux/drivers/input/serio/
H A Dq40kbd.c125 port->dev.parent = &pdev->dev; in q40kbd_probe()
134 dev_err(&pdev->dev, "Can't get irq %d.\n", Q40_IRQ_KEYBOARD); in q40kbd_probe()
/openbmc/linux/drivers/pci/hotplug/
H A Drpaphp_pci.c188 struct pci_dev *dev; in rpaphp_enable_slot() local
190 list_for_each_entry(dev, &bus->devices, bus_list) in rpaphp_enable_slot()
191 dbg("\t%s\n", pci_name(dev)); in rpaphp_enable_slot()
/openbmc/linux/sound/soc/mediatek/mt8186/
H A Dmt8186-afe-common.h185 unsigned int mt8186_general_rate_transform(struct device *dev,
187 unsigned int mt8186_rate_transform(struct device *dev,
189 unsigned int mt8186_tdm_relatch_rate_transform(struct device *dev,
/openbmc/linux/tools/tracing/rtla/
H A DMakefile3 VERSION := $(shell cat VERSION 2> /dev/null || make -sC ../../.. kernelversion | grep -v make)
72 …KG_CONFIG) --atleast-version $(LIBTRACEEVENT_MIN_VERSION) libtraceevent > /dev/null 2>&1 || echo n…
80 …c "$(PKG_CONFIG) --atleast-version $(LIBTRACEFS_MIN_VERSION) libtracefs > /dev/null 2>&1 || echo n…
/openbmc/linux/drivers/s390/cio/
H A Dcio.h30 u32 dev : 16; /* device number */ member
100 struct device dev; /* entry in device tree */ member
115 #define to_subchannel(n) container_of(n, struct subchannel, dev)
/openbmc/linux/tools/verification/rv/
H A DMakefile3 VERSION := $(shell cat VERSION 2> /dev/null || make -sC ../../.. kernelversion | grep -v make)
72 …KG_CONFIG) --atleast-version $(LIBTRACEEVENT_MIN_VERSION) libtraceevent > /dev/null 2>&1 || echo n…
80 …c "$(PKG_CONFIG) --atleast-version $(LIBTRACEFS_MIN_VERSION) libtracefs > /dev/null 2>&1 || echo n…
/openbmc/linux/include/linux/mfd/
H A Dcore.h71 int (*suspend)(struct platform_device *dev);
72 int (*resume)(struct platform_device *dev);
147 extern int devm_mfd_add_devices(struct device *dev, int id,
/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Datomisp_internal.h182 struct device *dev; member
229 #define v4l2_dev_to_atomisp_device(dev) \ argument
230 container_of(dev, struct atomisp_device, v4l2_dev)
/openbmc/linux/include/net/
H A Dllc.h60 struct net_device *dev,
100 int llc_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt,
114 struct net_device *dev,
/openbmc/linux/arch/arm/mach-versatile/
H A Dversatile.c56 static unsigned int mmc_status(struct device *dev) in mmc_status() argument
58 struct amba_device *adev = container_of(dev, struct amba_device, dev); in mmc_status()
/openbmc/linux/drivers/pnp/pnpbios/
H A Dpnpbios.h153 extern int pnpbios_parse_data_stream(struct pnp_dev *dev, struct pnp_bios_node * node);
154 extern int pnpbios_read_resources_from_node(struct pnp_dev *dev, struct pnp_bios_node *node);
155 extern int pnpbios_write_resources_to_node(struct pnp_dev *dev, struct pnp_bios_node *node);

1...<<641642643644645646647648649650>>...1072