Home
last modified time | relevance | path

Searched +full:d +full:- (Results 1 – 25 of 1241) sorted by relevance

12345678910>>...50

/openbmc/qemu/target/openrisc/
H A Ddisas.c21 #include "disas/dis-asm.h"
27 /* Include the auto-generated decoder. */
28 #include "decode-insns.c.inc"
31 (info->fprintf_func(info->stream, "%-9s " format, \
40 status = info->read_memory_func(addr, buffer, 4, info); in print_insn_or1k()
42 info->memory_error_func(status, addr, info); in print_insn_or1k()
43 return -1; in print_insn_or1k()
60 INSN(add, "r%d, r%d, r%d", a->d, a->a, a->b)
61 INSN(addc, "r%d, r%d, r%d", a->d, a->a, a->b)
62 INSN(sub, "r%d, r%d, r%d", a->d, a->a, a->b)
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Dcalcs_logger.h28 #define DC_LOGGER ctx->logger
36 DC_LOG_BANDWIDTH_CALCS(" [enum] bw_calcs_version version %d", dceip->version); in print_bw_calcs_dceip()
37 DC_LOG_BANDWIDTH_CALCS(" [bool] large_cursor: %d", dceip->large_cursor); in print_bw_calcs_dceip()
38 …DC_LOG_BANDWIDTH_CALCS(" [bool] dmif_pipe_en_fbc_chunk_tracker: %d", dceip->dmif_pipe_en_fbc_chunk… in print_bw_calcs_dceip()
39 …DC_LOG_BANDWIDTH_CALCS(" [bool] display_write_back_supported: %d", dceip->display_write_back_suppo… in print_bw_calcs_dceip()
40 DC_LOG_BANDWIDTH_CALCS(" [bool] argb_compression_support: %d", dceip->argb_compression_support); in print_bw_calcs_dceip()
41 DC_LOG_BANDWIDTH_CALCS(" [bool] pre_downscaler_enabled: %d", dceip->pre_downscaler_enabled); in print_bw_calcs_dceip()
42 DC_LOG_BANDWIDTH_CALCS(" [bool] underlay_downscale_prefetch_enabled: %d", in print_bw_calcs_dceip()
43 dceip->underlay_downscale_prefetch_enabled); in print_bw_calcs_dceip()
44 DC_LOG_BANDWIDTH_CALCS(" [bool] graphics_lb_nodownscaling_multi_line_prefetching: %d", in print_bw_calcs_dceip()
[all …]
/openbmc/openbmc/poky/meta/recipes-core/initscripts/
H A Dinitscripts_1.0.bb2 HOMEPAGE = "https://github.com/fedora-sysv/initscripts"
5 LICENSE = "GPL-2.0-only"
29 file://populate-volatile.sh \
30 file://read-only-rootfs-hook.sh \
32 file://save-rtc.sh \
34 file://logrotate-dmesg.conf \
35 ${@bb.utils.contains('DISTRO_FEATURES','selinux','file://sushell','',d)} \
46 DEPENDS:append = " update-rc.d-native"
47 …DEPS:append = " ${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd-systemctl-native','',d)}"
49 PACKAGES =+ "${PN}-functions ${PN}-sushell"
[all …]
/openbmc/linux/drivers/usb/gadget/udc/aspeed-vhub/
H A Ddev.c1 // SPDX-License-Identifier: GPL-2.0+
3 * aspeed-vhub -- Driver for Aspeed SoC "vHub" USB gadget
5 * dev.c - Individual device/gadget management (ie, a port = a gadget)
25 #include <linux/dma-mapping.h>
31 void ast_vhub_dev_irq(struct ast_vhub_dev *d) in ast_vhub_dev_irq() argument
33 u32 istat = readl(d->regs + AST_VHUB_DEV_ISR); in ast_vhub_dev_irq()
35 writel(istat, d->regs + AST_VHUB_DEV_ISR); in ast_vhub_dev_irq()
38 ast_vhub_ep0_handle_ack(&d->ep0, true); in ast_vhub_dev_irq()
40 ast_vhub_ep0_handle_ack(&d->ep0, false); in ast_vhub_dev_irq()
42 ast_vhub_ep0_handle_setup(&d->ep0); in ast_vhub_dev_irq()
[all …]
/openbmc/linux/drivers/media/usb/dvb-usb-v2/
H A Ddvb_usb_core.c1 // SPDX-License-Identifier: GPL-2.0-or-later
5 * Copyright (C) 2004-6 Patrick Boettcher <patrick.boettcher@posteo.de>
10 #include <media/media-device.h>
22 static int dvb_usbv2_download_firmware(struct dvb_usb_device *d, in dvb_usbv2_download_firmware() argument
27 dev_dbg(&d->udev->dev, "%s:\n", __func__); in dvb_usbv2_download_firmware()
29 if (!d->props->download_firmware) { in dvb_usbv2_download_firmware()
30 ret = -EINVAL; in dvb_usbv2_download_firmware()
34 ret = request_firmware(&fw, name, &d->udev->dev); in dvb_usbv2_download_firmware()
36 dev_err(&d->udev->dev, in dvb_usbv2_download_firmware()
37 …"%s: Did not find the firmware file '%s' (status %d). You can use <kernel_dir>/scripts/get_dvb_fir… in dvb_usbv2_download_firmware()
[all …]
/openbmc/qemu/tests/qtest/
H A Dtco-test.c7 * See the COPYING file in the top-level directory.
14 #include "libqos/pci-pc.h"
51 static void test_end(TestData *d) in test_end() argument
53 g_free(d->dev); in test_end()
54 qpci_free_pc(d->bus); in test_end()
55 qtest_quit(d->qts); in test_end()
58 static void test_init(TestData *d) in test_init() argument
62 qs = qtest_initf("-machine q35 %s %s", in test_init()
63 d->noreboot ? "-global ICH9-LPC.noreboot=true" : "", in test_init()
64 !d->args ? "" : d->args); in test_init()
[all …]
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/cdparanoia/files/
H A D0002-interface-remove-C-reserved-keyword.patch9 Upstream-Status: Inappropriate (the upstream project is dead)
11 Signed-off-by: Etienne Cordonnier <etienne.cordonnier@streamunlimited.com>
12 ---
13 interface/cdda_interface.h | 2 +-
14 interface/cooked_interface.c | 8 +--
15 interface/interface.c | 8 +--
16 interface/scan_devices.c | 22 ++++----
17 interface/scsi_interface.c | 128 +++++++++++++++++++++----------------------
18 interface/test_interface.c | 4 +-
19 6 files changed, 86 insertions(+), 86 deletions(-)
[all …]
/openbmc/qemu/target/avr/
H A Ddisas.c4 * Copyright (c) 2019-2020 Richard Henderson <rth@twiddle.net>
5 * Copyright (c) 2019-2020 Michael Rolnik <mrolnik@gmail.com>
52 ctx->next_word_used = true; in next_word()
53 return ctx->next_word; in next_word()
61 /* Include the auto-generated decoder. */
63 #include "decode-insn.c.inc"
66 (pctx->info->fprintf_func(pctx->info->stream, "%-9s " format, \
79 status = info->read_memory_func(addr, buffer, 4, info); in avr_print_insn()
81 info->memory_error_func(status, addr, info); in avr_print_insn()
82 return -1; in avr_print_insn()
[all …]
/openbmc/linux/
H A DCREDITS1 This is at least a partial credits-file of people that have
4 scripts. The fields are: name (N), email (E), web-address
5 (W), PGP key ID and fingerprint (P), description (D), and
6 snail-mail address (S).
10 ----------
14 D: SLOB slab allocator
18 D: Alpha systems hacking, IPv6 and other network related stuff
19 D: One of assisting postmasters for vger.kernel.org's lists
25 D: Samsung pin controller driver
30 D: /proc/sysvipc
[all …]
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/
H A Dbastille_3.2.1.bb2 #consult the README file for the meta-security layer for additional information.
5 LICENSE = "GPL-2.0-only"
9-module-getopt-long perl-module-text-wrap lib-perl perl-module-file-path perl-module-mime-base64 p…
12 SRC_URI = "http://sourceforge.net/projects/bastille-linux/files/bastille-linux/3.2.1/Bastille-3.2.1…
41 install -d ${D}${sbindir}
42 install -d ${D}${libdir}/perl5/site_perl/Curses
44 install -d ${D}${libdir}/Bastille
45 install -d ${D}${libdir}/Bastille/API
46 install -d ${D}${datadir}/Bastille
47 install -d ${D}${datadir}/Bastille/OSMap
[all …]
/openbmc/linux/scripts/dtc/
H A Ddata.c1 // SPDX-License-Identifier: GPL-2.0-or-later
8 void data_free(struct data d) in data_free() argument
12 m = d.markers; in data_free()
14 nm = m->next; in data_free()
15 free(m->ref); in data_free()
20 if (d.val) in data_free()
21 free(d.val); in data_free()
24 struct data data_grow_for(struct data d, unsigned int xlen) in data_grow_for() argument
30 return d; in data_grow_for()
32 nd = d; in data_grow_for()
[all …]
/openbmc/linux/drivers/block/aoe/
H A Daoedev.c8 #include <linux/blk-mq.h>
18 static void freetgt(struct aoedev *d, struct aoetgt *t);
19 static void skbpoolfree(struct aoedev *d);
29 * - partitions,
30 * - slots per shelf,
31 * - or shelves,
52 error = -1; in minor_get_dyn()
72 pr_err("aoe: %s %d slots per shelf\n", in minor_get_static()
75 error = -1; in minor_get_static()
81 pr_err("aoe: %s with e%ld.%d\n", in minor_get_static()
[all …]
H A Daoeblk.c9 #include <linux/blk-mq.h>
10 #include <linux/backing-dev.h>
37 struct aoedev *d = disk->private_data; in aoedisk_show_state() local
40 (d->flags & DEVFL_UP) ? "up" : "down", in aoedisk_show_state()
41 (d->flags & DEVFL_KICKME) ? ",kickme" : in aoedisk_show_state()
42 (d->nopen && !(d->flags & DEVFL_UP)) ? ",closewait" : ""); in aoedisk_show_state()
43 /* I'd rather see nopen exported so we can ditch closewait */ in aoedisk_show_state()
49 struct aoedev *d = disk->private_data; in aoedisk_show_mac() local
50 struct aoetgt *t = d->targets[0]; in aoedisk_show_mac()
54 return sysfs_emit(page, "%pm\n", t->addr); in aoedisk_show_mac()
[all …]
/openbmc/linux/drivers/mtd/
H A Dmtdswap.c1 // SPDX-License-Identifier: GPL-2.0-only
11 * support and lock-less operation written by Adrian Hunter.
59 #define BLOCK_ERROR (UINT_MAX - 1)
60 #define BLOCK_MAX (UINT_MAX - 2)
80 rb)->erase_count)
82 rb)->erase_count)
153 * page from the current block and is then pre-empted by the GC
160 #define TREE_ROOT(d, name) (&d->trees[MTDSWAP_ ## name].root) argument
161 #define TREE_EMPTY(d, name) (TREE_ROOT(d, name)->rb_node == NULL) argument
162 #define TREE_NONEMPTY(d, name) (!TREE_EMPTY(d, name)) argument
[all …]
/openbmc/linux/drivers/clk/ti/
H A Dadpll.c1 // SPDX-License-Identifier: GPL-2.0-only
5 #include <linux/clk-provider.h>
173 static const char *ti_adpll_clk_get_name(struct ti_adpll_data *d, in ti_adpll_clk_get_name() argument
181 err = of_property_read_string_index(d->np, in ti_adpll_clk_get_name()
182 "clock-output-names", in ti_adpll_clk_get_name()
188 name = devm_kasprintf(d->dev, GFP_KERNEL, "%08lx.adpll.%s", in ti_adpll_clk_get_name()
189 d->pa, postfix); in ti_adpll_clk_get_name()
197 static int ti_adpll_setup_clock(struct ti_adpll_data *d, struct clk *clock, in ti_adpll_setup_clock() argument
205 d->clocks[index].clk = clock; in ti_adpll_setup_clock()
206 d->clocks[index].unregister = unregister; in ti_adpll_setup_clock()
[all …]
/openbmc/linux/arch/loongarch/mm/
H A Dpage.S1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Copyright (C) 2020-2022 Loongson Technology Corporation Limited
13 lu12i.w t0, 1 << (PAGE_SHIFT - 12)
14 add.d t0, t0, a0
16 st.d zero, a0, 0
17 st.d zero, a0, 8
18 st.d zero, a0, 16
19 st.d zero, a0, 24
20 st.d zero, a0, 32
21 st.d zero, a0, 40
[all …]
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/nikto/
H A Dnikto_2.1.6.bb6 LICENSE = "GPL-2.0-only"
7 LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6"
16 install -d ${D}${bindir}
17 install -d ${D}${datadir}
18 install -d ${D}${datadir}/man/man1
19 install -d ${D}${datadir}/doc/nikto
20 install -d ${D}${sysconfdir}/nikto
21 install -d ${D}${sysconfdir}/nikto/databases
22 install -d ${D}${sysconfdir}/nikto/plugins
23 install -d ${D}${sysconfdir}/nikto/templates
[all …]
/openbmc/linux/drivers/media/usb/dvb-usb/
H A Ddvb-usb-remote.c1 // SPDX-License-Identifier: GPL-2.0
2 /* dvb-usb-remote.c is part of the DVB USB library.
4 * Copyright (C) 2004-6 Patrick Boettcher (patrick.boettcher@posteo.de)
5 * see dvb-usb-init.c for copyright information.
7 …* This file contains functions for initializing the input-device and for handling remote-control-q…
9 #include "dvb-usb-common.h"
20 if (ke->flags & INPUT_KEYMAP_BY_INDEX) { in legacy_dvb_usb_get_keymap_index()
21 index = ke->index; in legacy_dvb_usb_get_keymap_index()
48 struct dvb_usb_device *d = input_get_drvdata(dev); in legacy_dvb_usb_getkeycode() local
49 struct rc_map_table *keymap = d->props.rc.legacy.rc_map_table; in legacy_dvb_usb_getkeycode()
[all …]
/openbmc/qemu/hw/usb/
H A Dtrace-events4 …t, int ep, void *p, const char *o, const char *n) "bus %d, port %s, ep %d, packet %p, state %s -> …
5 …st char *port, int ep, void *p, const char *o, const char *n) "bus %d, port %s, ep %d, packet %p, …
8 usb_port_claim(int bus, const char *port) "bus %d, port %s"
9 usb_port_attach(int bus, const char *port, const char *devspeed, const char *portspeed) "bus %d, po…
10 usb_port_detach(int bus, const char *port) "bus %d, port %s"
11 usb_port_release(int bus, const char *port) "bus %d, port %s"
13 # hcd-ohci-pci.c
16 # hcd-ohci.c
18 …x next 0x%.8x be 0x%.8x, frame_number 0x%.8x starting_frame 0x%.8x, frame_count 0x%.8x relative %d"
20 usb_ohci_iso_td_relative_frame_number_neg(int rel) "ISO_TD R=%d < 0"
[all …]
/openbmc/openbmc/poky/meta/classes/
H A Dmultilib.bbclass4 # SPDX-License-Identifier: MIT
8 cls = d.getVar("BBEXTENDCURR")
9 variant = d.getVar("BBEXTENDVARIANT")
13 localdata = bb.data.createCopy(d)
15 d.setVar('STAGING_KERNEL_DIR', localdata.getVar('STAGING_KERNEL_DIR'))
19 provides = (d.getVar("PROVIDES") or "").split()
20 non_ml_recipes = d.getVar('NON_MULTILIB_RECIPES').split()
21 bpn = d.getVar("BPN")
23 or bb.data.inherits_class('module-base', d)
27 save_var_name = d.getVar("MULTILIB_SAVE_VARNAME") or ""
[all …]
/openbmc/u-boot/scripts/dtc/
H A Ddata.c17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
23 void data_free(struct data d) in data_free() argument
27 m = d.markers; in data_free()
29 nm = m->next; in data_free()
30 free(m->ref); in data_free()
35 if (d.val) in data_free()
36 free(d.val); in data_free()
39 struct data data_grow_for(struct data d, int xlen) in data_grow_for() argument
45 return d; in data_grow_for()
47 nd = d; in data_grow_for()
[all …]
/openbmc/linux/net/bluetooth/rfcomm/
H A Dcore.c44 static int channel_mtu = -1;
58 static int rfcomm_queue_disc(struct rfcomm_dlc *d);
60 static int rfcomm_send_pn(struct rfcomm_session *s, int cr, struct rfcomm_dlc *d);
75 /* ---- RFCOMM frame parsing macros ---- */
83 #define __session_dir(s) ((s)->initiator ? 0x00 : 0x01)
111 /* ---- RFCOMM FCS computation ---- */
113 /* reversed, 8-bit, poly=0x07 */
162 return 0xff - __crc(data); in __fcs()
168 return 0xff - rfcomm_crc_table[__crc(data) ^ data[2]]; in __fcs2()
182 /* ---- L2CAP callbacks ---- */
[all …]
/openbmc/linux/drivers/gpu/drm/mcde/
H A Dmcde_dsi.c1 // SPDX-License-Identifier: GPL-2.0+
69 struct mcde_dsi *d; in mcde_dsi_irq() local
73 d = host_to_mcde_dsi(mdsi->host); in mcde_dsi_irq()
75 dev_dbg(d->dev, "%s called\n", __func__); in mcde_dsi_irq()
77 val = readl(d->regs + DSI_DIRECT_CMD_STS_FLAG); in mcde_dsi_irq()
79 dev_dbg(d->dev, "DSI_DIRECT_CMD_STS_FLAG = %08x\n", val); in mcde_dsi_irq()
81 dev_dbg(d->dev, "direct command write completed\n"); in mcde_dsi_irq()
84 dev_dbg(d->dev, "direct command TE received\n"); in mcde_dsi_irq()
87 dev_err(d->dev, "direct command ACK ERR received\n"); in mcde_dsi_irq()
89 dev_err(d->dev, "direct command read ERR received\n"); in mcde_dsi_irq()
[all …]
/openbmc/linux/arch/arm64/crypto/
H A Dsha3-ce-core.S1 /* SPDX-License-Identifier: GPL-2.0 */
3 * sha3-ce-core.S - core SHA-3 transform using v8.2 Crypto Extensions
16 .set .Lv\b\().2d, \b
46 ld1 { v0.1d- v3.1d}, [x0]
47 ld1 { v4.1d- v7.1d}, [x8], #32
48 ld1 { v8.1d-v11.1d}, [x8], #32
49 ld1 {v12.1d-v15.1d}, [x8], #32
50 ld1 {v16.1d-v19.1d}, [x8], #32
51 ld1 {v20.1d-v23.1d}, [x8], #32
52 ld1 {v24.1d}, [x8]
[all …]
/openbmc/linux/drivers/base/regmap/
H A Dregmap-irq.c1 // SPDX-License-Identifier: GPL-2.0
55 return &data->chip->irqs[irq]; in irq_to_regmap_irq()
60 struct regmap *map = data->map; in regmap_irq_can_bulk_read_status()
63 * While possible that a user-defined ->get_irq_reg() callback might in regmap_irq_can_bulk_read_status()
67 return data->irq_reg_stride == 1 && map->reg_stride == 1 && in regmap_irq_can_bulk_read_status()
68 data->get_irq_reg == regmap_irq_get_irq_reg_linear && in regmap_irq_can_bulk_read_status()
69 !map->use_single_read; in regmap_irq_can_bulk_read_status()
74 struct regmap_irq_chip_data *d = irq_data_get_irq_chip_data(data); in regmap_irq_lock() local
76 mutex_lock(&d->lock); in regmap_irq_lock()
81 struct regmap_irq_chip_data *d = irq_data_get_irq_chip_data(data); in regmap_irq_sync_unlock() local
[all …]

12345678910>>...50