/openbmc/openbmc/poky/meta/recipes-core/initscripts/ |
H A D | initscripts_1.0.bb | 54 # Recommend pn-functions so that it will be a preferred default provider for initd-functions 110 …sed -i -e '\@^d root root 0755 /var/volatile/log none$@ a\l root root 0755 /var/log /var/volatile/…
|
/openbmc/qemu/monitor/ |
H A D | monitor.c | 505 static gboolean qapi_event_throttle_equal(const void *a, const void *b) in qapi_event_throttle_equal() argument 507 const MonitorQAPIEventState *eva = a; in qapi_event_throttle_equal()
|
/openbmc/qemu/hw/xen/ |
H A D | trace-events | 76 xen_replace_cache_entry_dummy(uint64_t old_phys_addr, uint64_t new_phys_addr) "Replacing a dummy ma… 80 xen_replace_cache_entry_unlocked_could_not_update_entry(uint64_t old_phys_addr) "Unable to update a…
|
/openbmc/linux/drivers/scsi/qla2xxx/ |
H A D | qla_iocb.c | 3144 struct qla_els_pt_arg *a) in qla_els_pt_iocb() argument 3151 els_iocb->nport_handle = a->nport_handle; in qla_els_pt_iocb() 3152 els_iocb->rx_xchg_address = a->rx_xchg_address; in qla_els_pt_iocb() 3154 els_iocb->vp_index = a->vp_idx; in qla_els_pt_iocb() 3157 els_iocb->opcode = a->els_opcode; in qla_els_pt_iocb() 3159 els_iocb->d_id[0] = a->did.b.al_pa; in qla_els_pt_iocb() 3160 els_iocb->d_id[1] = a->did.b.area; in qla_els_pt_iocb() 3161 els_iocb->d_id[2] = a->did.b.domain; in qla_els_pt_iocb() 3170 els_iocb->tx_len = cpu_to_le32(a->tx_len); in qla_els_pt_iocb() 3171 put_unaligned_le64(a->tx_addr, &els_iocb->tx_address); in qla_els_pt_iocb() [all …]
|
/openbmc/linux/drivers/media/usb/go7007/ |
H A D | go7007-fw.c | 53 u32 a; /* collects bits at the top of the variable */ member 62 name.a |= (val) << name.b; \ 64 *name.p = name.a >> 24; \ 66 name.a <<= 8; \
|
/openbmc/u-boot/common/ |
H A D | fdt_support.c | 1037 u64 a = fdt_read_number(addr, na); in of_bus_default_translate() local 1039 a += offset; in of_bus_default_translate() 1041 addr[na - 2] = cpu_to_fdt32(a >> 32); in of_bus_default_translate() 1042 addr[na - 1] = cpu_to_fdt32(a & 0xffffffffu); in of_bus_default_translate()
|
/openbmc/linux/drivers/media/platform/renesas/ |
H A D | renesas-ceu.c | 1253 static int ceu_g_parm(struct file *file, void *fh, struct v4l2_streamparm *a) in ceu_g_parm() argument 1257 return v4l2_g_parm_cap(video_devdata(file), ceudev->sd->v4l2_sd, a); in ceu_g_parm() 1260 static int ceu_s_parm(struct file *file, void *fh, struct v4l2_streamparm *a) in ceu_s_parm() argument 1264 return v4l2_s_parm_cap(video_devdata(file), ceudev->sd->v4l2_sd, a); in ceu_s_parm()
|
/openbmc/linux/arch/x86/events/intel/ |
H A D | uncore_snb.c | 127 #define IMC_UNCORE_DEV(a) \ argument 129 PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_##a##_IMC), \ 1160 #define IMC_DEV(a, d) \ argument 1161 { .pci_id = PCI_DEVICE_ID_INTEL_##a, .driver = (d) }
|
/openbmc/linux/drivers/media/radio/si4713/ |
H A D | si4713.c | 907 u8 p = 0, a = 0, n = 0; in si4713_update_tune_status() local 909 rval = si4713_tx_tune_status(sdev, 0x00, &f, &p, &a, &n); in si4713_update_tune_status() 1356 u8 p, a, n; in si4713_g_frequency() local 1358 rval = si4713_tx_tune_status(sdev, 0x00, &freq, &p, &a, &n); in si4713_g_frequency()
|
/openbmc/linux/drivers/s390/cio/ |
H A D | css.c | 887 static ssize_t real_cssid_show(struct device *dev, struct device_attribute *a, in real_cssid_show() argument 899 static ssize_t rescan_store(struct device *dev, struct device_attribute *a, in rescan_store() argument 911 static ssize_t cm_enable_show(struct device *dev, struct device_attribute *a, in cm_enable_show() argument 923 static ssize_t cm_enable_store(struct device *dev, struct device_attribute *a, in cm_enable_store() argument
|
/openbmc/linux/arch/powerpc/perf/ |
H A D | hv-24x7.c | 494 struct attribute *a; in device_str_attr_create() local 507 a = device_str_attr_create_(n, s); in device_str_attr_create() 508 if (!a) in device_str_attr_create() 511 return a; in device_str_attr_create()
|
/openbmc/linux/drivers/staging/fieldbus/anybuss/ |
H A D | host.c | 418 unsigned int a, b, i = 0; in read_ind_ab() local 421 regmap_read(regmap, REG_IND_AB, &a); in read_ind_ab() 423 if (likely(a == b)) in read_ind_ab() 424 return (int)a; in read_ind_ab()
|
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | selftest_timeline.c | 818 static bool cmp_lt(u32 a, u32 b) in cmp_lt() argument 820 return a < b; in cmp_lt() 823 static bool cmp_gte(u32 a, u32 b) in cmp_gte() argument 825 return a >= b; in cmp_gte()
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | am437x-sk-evm.dts | 147 * signal and hard to be dealt with in a standard way by the 149 * So modelling the WL_EN line as a regulator was a natural 762 * for a valid file to boot(XIP).
|
/openbmc/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx53-ppd.dts | 6 * licensing only applies to this file, and not this project as a 9 * a) This file is free software; you can redistribute it and/or 21 * obtaining a copy of this software and associated documentation 503 sgtl5000: codec@a {
|
/openbmc/linux/arch/arm/boot/dts/samsung/ |
H A D | exynos4210-pinctrl.dtsi | 194 uart_audio_a: uart-audio-a-pins { 811 cam_port_a_io: cam-port-a-io-pins { 820 cam_port_a_clk_active: cam-port-a-clk-active-pins { 827 cam_port_a_clk_idle: cam-port-a-clk-idle-pins {
|
/openbmc/openbmc-test-automation/lib/ |
H A D | rest_client.robot | 132 [Documentation] Do a REST login connection within specified time. 273 [Documentation] Write a D-Bus attribute with REST. 358 # specified as a string the evaluates to a
|
/openbmc/openbmc-test-automation/ipmi/ |
H A D | test_ipmi_payload.robot | 239 # Get active channel list and set as a suite variable. 243 # Get Inactive/Invalid channel list and set as a suite variable. 400 # (e.g) 2n byte will be 0x4a (if user_id is a). 402 # (e.g.) 3rd byte will be 0x0a (if user_id is a).
|
/openbmc/linux/Documentation/devicetree/bindings/soc/mediatek/ |
H A D | scpsys.txt | 32 - infracfg: must contain a phandle to the infracfg controller
|
/openbmc/linux/Documentation/hwmon/ |
H A D | ibmpowernv.rst | 18 'hwmon' populates the 'sysfs' tree having attribute files, each for a given
|
/openbmc/linux/drivers/net/fddi/skfp/h/ |
H A D | fddimib.h | 247 } a[NUMPATHS] ; member
|
/openbmc/linux/Documentation/ABI/stable/ |
H A D | sysfs-devices-system-xen_memory | 28 to retry with a 'schedule_delay' delay.
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | btmrvl.rst | 95 Issuing a raw hci command
|
/openbmc/linux/Documentation/w1/slaves/ |
H A D | w1_ds2423.rst | 30 a counter value expressed as an integer after c=
|
/openbmc/linux/Documentation/devicetree/bindings/mfd/ |
H A D | tc3589x.txt | 40 - gpio-controller : marks the device node as a GPIO controller
|