Home
last modified time | relevance | path

Searched refs:a (Results 20351 – 20375 of 22310) sorted by relevance

1...<<811812813814815816817818819820>>...893

/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dcolorspaces-details.rst455 Note that this colorspace standard does not specify a
607 that uses D65 you need to apply a chromatic adaptation algorithm such as
766 functions: the linear RGB values [0…1] of HDR content map to a luminance range
768 Standard Dynamic Range or SDR) map to a luminance range of 0 to 100 cd/m\ :sup:`2`.
/openbmc/qemu/tests/qemu-iotests/
H A D060.out273 qemu-io: can't open device TEST_DIR/t.IMGFMT: Image does not contain a reference count table
375 === Discarding a non-covered in-bounds refblock ===
386 === Discarding a refblock covered by an unaligned refblock ===
415 === Testing the QEMU shutdown with a corrupted image ===
/openbmc/linux/drivers/hwmon/
H A Dasc7621.c149 #define SETUP_SHOW_DATA_PARAM(d, a) \ argument
150 struct sensor_device_attribute *sda = to_sensor_dev_attr(a); \
154 #define SETUP_STORE_DATA_PARAM(d, a) \ argument
155 struct sensor_device_attribute *sda = to_sensor_dev_attr(a); \
/openbmc/linux/drivers/video/fbdev/
H A Dpm3fb.c45 #define DPRINTK(a, b...) \ argument
46 printk(KERN_DEBUG "pm3fb: %s: " a, __func__ , ## b)
48 #define DPRINTK(a, b...) no_printk(a, ##b) argument
/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp6000_pcie.c511 const struct nfp_bar *a = aptr, *b = bptr; in bar_cmp() local
513 if (a->bitsize == b->bitsize) in bar_cmp()
514 return a->index - b->index; in bar_cmp()
516 return a->bitsize - b->bitsize; in bar_cmp()
/openbmc/linux/drivers/net/ethernet/actions/
H A Dowl-emac.c451 u32 *a = (u32 *)(*dst); in owl_emac_ether_addr_push() local
454 a[0] = b[0]; in owl_emac_ether_addr_push()
455 a[1] = b[1]; in owl_emac_ether_addr_push()
456 a[2] = b[2]; in owl_emac_ether_addr_push()
/openbmc/linux/drivers/media/platform/atmel/
H A Datmel-isi.c717 static int isi_g_parm(struct file *file, void *fh, struct v4l2_streamparm *a) in isi_g_parm() argument
721 return v4l2_g_parm_cap(video_devdata(file), isi->entity.subdev, a); in isi_g_parm()
724 static int isi_s_parm(struct file *file, void *fh, struct v4l2_streamparm *a) in isi_s_parm() argument
728 return v4l2_s_parm_cap(video_devdata(file), isi->entity.subdev, a); in isi_s_parm()
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Ddra74x-mmc-iodelay.dtsi10 * a) Update of this file should typically correspond to a datamanual revision.
17 * if the manual calls a mode, DDR50, or DDR or DDR 1.8v or DDR 3.3v,
20 * a revision tag to both the new and old entry. Use 'rev11' for PG 1.1,
/openbmc/linux/arch/arm/boot/dts/samsung/
H A Dexynos4x12-pinctrl.dtsi175 uart_audio_a: uart-audio-a-pins {
409 cam_port_a_io: cam-port-a-io-pins {
418 cam_port_a_clk_active: cam-port-a-clk-active-pins {
425 cam_port_a_clk_idle: cam-port-a-clk-idle-pins {
/openbmc/linux/arch/s390/kernel/
H A Dperf_cpum_cf_events.c807 static __init struct attribute **merge_attr(struct attribute **a, in merge_attr() argument
814 for (j = 0; a[j]; j++) in merge_attr()
826 for (i = 0; a[i]; i++) in merge_attr()
827 new[j++] = a[i]; in merge_attr()
/openbmc/linux/drivers/iio/imu/bno055/
H A Dbno055.c1234 struct device_attribute *a, in sys_calibration_auto_status_show() argument
1241 struct device_attribute *a, in in_accel_calibration_auto_status_show() argument
1248 struct device_attribute *a, in in_gyro_calibration_auto_status_show() argument
1255 struct device_attribute *a, in in_magn_calibration_auto_status_show() argument
/openbmc/linux/arch/arm/boot/dts/aspeed/
H A Dibm-power11-quad.dtsi208 cfam0_i2c10: i2c-bus@a {
561 cfam1_i2c10: i2c-bus@a {
913 cfam2_i2c10: i2c-bus@a {
1265 cfam3_i2c10: i2c-bus@a {
/openbmc/linux/include/linux/
H A Dphy.h185 static inline void phy_interface_and(unsigned long *dst, const unsigned long *a, in phy_interface_and() argument
188 bitmap_and(dst, a, b, PHY_INTERFACE_MODE_MAX); in phy_interface_and()
191 static inline void phy_interface_or(unsigned long *dst, const unsigned long *a, in phy_interface_or() argument
194 bitmap_or(dst, a, b, PHY_INTERFACE_MODE_MAX); in phy_interface_or()
/openbmc/linux/arch/x86/events/intel/
H A Dpt.c1442 unsigned long a = fr[range].start; in pt_event_addr_filters_sync() local
1445 if (a > ULONG_MAX - n) in pt_event_addr_filters_sync()
1448 b = a + n; in pt_event_addr_filters_sync()
1457 msr_a = clamp_to_ge_canonical_addr(a, boot_cpu_data.x86_virt_bits); in pt_event_addr_filters_sync()
/openbmc/linux/tools/power/cpupower/po/
H A Dfr.po431 " -a, --affected-cpus Affiche quels sont les CPUs qui doivent changer de\n"
437 " -a, --affected-cpus Determines which CPUs need to have their frequency\n"
440 " -a, --affected-cpus Affiche quels sont les CPUs qui doivent changer de\n"
510 "The argument passed to this tool can't be combined with passing a --cpu "
619 "- Trying to set a specific frequency, but userspace governor is not "
621 " for example because of hardware which cannot be set to a specific "
/openbmc/linux/kernel/sched/
H A Dsched.h265 static inline bool dl_entity_preempt(const struct sched_dl_entity *a, in dl_entity_preempt() argument
268 return dl_entity_is_special(a) || in dl_entity_preempt()
269 dl_time_before(a->deadline, b->deadline); in dl_entity_preempt()
807 static inline bool sched_asym_prefer(int a, int b) in sched_asym_prefer() argument
809 return arch_asym_cpu_priority(a) > arch_asym_cpu_priority(b); in sched_asym_prefer()
1252 bool cfs_prio_less(const struct task_struct *a, const struct task_struct *b,
/openbmc/linux/arch/powerpc/boot/dts/fsl/
H A Db4420si-post.dtsi25 * warranties of merchantability and fitness for a particular purpose are
H A Dp5040si-pre.dtsi25 * warranties of merchantability and fitness for a particular purpose are
H A Dgef_ppc9a.dts40 /* flash@0,0 is a mirror of part of the memory in flash@1,0
H A Dqoriq-sec5.0-0.dtsi80 rtic_a: rtic-a@0 {
H A Dqoriq-sec4.2-0.dtsi80 rtic_a: rtic-a@0 {
/openbmc/linux/arch/m68k/sun3/
H A Dsun3dvma.c26 static inline void dvma_unmap_iommu(unsigned long a, int b) in dvma_unmap_iommu() argument
/openbmc/linux/Documentation/hwmon/
H A Dw83795.rst30 Here is a summary of the pin mapping for the W83795G and W83795ADG.
/openbmc/linux/drivers/staging/iio/Documentation/
H A Dsysfs-bus-iio-dds89 For a list of available output waveform options read
/openbmc/linux/arch/arm64/boot/dts/bitmain/
H A Dbm1880-sophon-edge.dts26 * When the 96Board naming of a line and the schematic name of

1...<<811812813814815816817818819820>>...893