/openbmc/linux/drivers/media/i2c/ |
H A D | adv7604.c | 1521 int a, b; in adv7604_read_hdmi_pixelclock() local 1523 a = hdmi_read(sd, 0x06); in adv7604_read_hdmi_pixelclock() 1525 if (a < 0 || b < 0) in adv7604_read_hdmi_pixelclock() 1528 return a * 1000000 + ((b & 0x30) >> 4) * 250000; in adv7604_read_hdmi_pixelclock() 1533 int a, b; in adv7611_read_hdmi_pixelclock() local 1535 a = hdmi_read(sd, 0x51); in adv7611_read_hdmi_pixelclock() 1537 if (a < 0 || b < 0) in adv7611_read_hdmi_pixelclock() 1540 return ((a << 1) | (b >> 7)) * 1000000 + (b & 0x7f) * 1000000 / 128; in adv7611_read_hdmi_pixelclock() 1888 #define _SEL(a,b,c,d,e,f) { \ in adv76xx_op_ch_sel() argument 1889 ADV76XX_OP_CH_SEL_##a, ADV76XX_OP_CH_SEL_##b, ADV76XX_OP_CH_SEL_##c, \ in adv76xx_op_ch_sel()
|
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ |
H A D | 13_shlib_weaksym.patch | 28 LIB = libwrap.a 103 chmod -R a+r .
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | tegra20-tamonten.dtsi | 423 * DataSheet, a typical value for this 447 * DataSheet, a typical value for this
|
/openbmc/u-boot/drivers/clk/mvebu/ |
H A D | armada-37xx-periph.c | 361 #define diff(a, b) abs((long)(a) - (long)(b)) argument
|
/openbmc/linux/arch/arm/boot/dts/amlogic/ |
H A D | meson8b-ec100.dts | 82 * the output to LOW signals the EC to start a 253 * in a part of the schematics.
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | vrf-xfrm-tests.sh | 54 read a 55 [ "$a" = "q" ] && exit 1
|
H A D | srv6_end_next_csid_l3vpn_test.sh | 342 read a 343 [ "$a" = "q" ] && exit 1
|
H A D | srv6_end_x_next_csid_l3vpn_test.sh | 384 read a 385 [ "$a" = "q" ] && exit 1
|
/openbmc/linux/Documentation/devicetree/bindings/pci/ |
H A D | mediatek-pcie.txt | 44 Please refer to the standard PCI bus binding document for a more detailed 69 Please refer to the standard PCI bus binding document for a more detailed
|
/openbmc/linux/Documentation/translations/it_IT/core-api/ |
H A D | symbol-namespaces.rst | 23 devono prima importare detto spazio. Altrimenti il kernel, a seconda 51 dei nomi avrà questo campo impostato a ``NULL``. Non esiste uno spazio dei nomi
|
/openbmc/linux/Documentation/w1/ |
H A D | w1-netlink.rst | 10 1. Events. They are generated each time a new master or slave device 87 Replies to W1_LIST_MASTERS should send a message back to the userspace
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | macfb.c | 117 #define PIXEL_TO_MM(a) (((a)*10)/28) /* width in mm at 72 dpi */ argument
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_bmap_item.c | 273 const struct list_head *a, in xfs_bmap_update_diff_items() argument 279 ba = container_of(a, struct xfs_bmap_intent, bi_list); in xfs_bmap_update_diff_items()
|
H A D | xfs_refcount_item.c | 280 const struct list_head *a, in xfs_refcount_update_diff_items() argument 286 ra = container_of(a, struct xfs_refcount_intent, ri_list); in xfs_refcount_update_diff_items()
|
/openbmc/linux/arch/arm64/boot/dts/amlogic/ |
H A D | meson-g12b-bananapi.dtsi | 56 type = "a"; 142 vddcpu_a: regulator-vddcpu-a {
|
/openbmc/linux/drivers/staging/media/atomisp/pci/ |
H A D | atomisp_csi2_bridge.c | 611 #define to_sensor_asd(a) container_of(a, struct sensor_async_subdev, asd) argument
|
/openbmc/linux/arch/arm64/boot/dts/freescale/ |
H A D | imx8mn-var-som.dtsi | 246 /* TODO: configure audio, as of now just put a placeholder */ 247 wm8904: codec@1a {
|
/openbmc/linux/drivers/md/bcache/ |
H A D | bcache.h | 824 static inline uint8_t gen_after(uint8_t a, uint8_t b) in gen_after() argument 826 uint8_t r = a - b; in gen_after()
|
/openbmc/linux/arch/x86/events/intel/ |
H A D | uncore_discovery.c | 73 static inline bool __type_less(struct rb_node *a, const struct rb_node *b) in __type_less() argument 75 return (__node_2_type(a)->type < __node_2_type(b)->type); in __type_less()
|
/openbmc/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx6dl-yapp43-common.dtsi | 3 // Copyright (C) 2021 Y Soft Corporation, a.s. 366 touchkeys: keys@5a {
|
/openbmc/linux/drivers/acpi/ |
H A D | device_sysfs.c | 59 #define to_attr(a) container_of(a, struct acpi_data_node_attr, attr) argument
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | multilib.bbclass | 74 # Expand this since this won't work correctly once we set a multilib into place 171 # lib64, each of them should have a different priority.
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | systemd.bbclass | 8 # each entry, optionally have a SYSTEMD_SERVICE:[package] that lists the service 190 with open(presetf, 'a') as fd:
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/ |
H A D | rpidistro-ffmpeg_5.1.4.bb | 29 # Should be API compatible with libav (which was a fork of ffmpeg) 30 # libpostproc was previously packaged from a separate recipe
|
/openbmc/openbmc/meta-aspeed/recipes-bsp/u-boot/ |
H A D | u-boot-aspeed.inc | 21 # a host build dependency. 60 if [ ! -e ${B}/.scmversion -a ! -e ${S}/.scmversion ]
|