Home
last modified time | relevance | path

Searched refs:a (Results 20126 – 20150 of 22310) sorted by relevance

1...<<801802803804805806807808809810>>...893

/openbmc/linux/drivers/media/i2c/
H A Dadv7604.c1521 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 D13_shlib_weaksym.patch28 LIB = libwrap.a
103 chmod -R a+r .
/openbmc/u-boot/arch/arm/dts/
H A Dtegra20-tamonten.dtsi423 * DataSheet, a typical value for this
447 * DataSheet, a typical value for this
/openbmc/u-boot/drivers/clk/mvebu/
H A Darmada-37xx-periph.c361 #define diff(a, b) abs((long)(a) - (long)(b)) argument
/openbmc/linux/arch/arm/boot/dts/amlogic/
H A Dmeson8b-ec100.dts82 * 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 Dvrf-xfrm-tests.sh54 read a
55 [ "$a" = "q" ] && exit 1
H A Dsrv6_end_next_csid_l3vpn_test.sh342 read a
343 [ "$a" = "q" ] && exit 1
H A Dsrv6_end_x_next_csid_l3vpn_test.sh384 read a
385 [ "$a" = "q" ] && exit 1
/openbmc/linux/Documentation/devicetree/bindings/pci/
H A Dmediatek-pcie.txt44 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 Dsymbol-namespaces.rst23 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 Dw1-netlink.rst10 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 Dmacfb.c117 #define PIXEL_TO_MM(a) (((a)*10)/28) /* width in mm at 72 dpi */ argument
/openbmc/linux/fs/xfs/
H A Dxfs_bmap_item.c273 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 Dxfs_refcount_item.c280 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 Dmeson-g12b-bananapi.dtsi56 type = "a";
142 vddcpu_a: regulator-vddcpu-a {
/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Datomisp_csi2_bridge.c611 #define to_sensor_asd(a) container_of(a, struct sensor_async_subdev, asd) argument
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mn-var-som.dtsi246 /* TODO: configure audio, as of now just put a placeholder */
247 wm8904: codec@1a {
/openbmc/linux/drivers/md/bcache/
H A Dbcache.h824 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 Duncore_discovery.c73 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 Dimx6dl-yapp43-common.dtsi3 // Copyright (C) 2021 Y Soft Corporation, a.s.
366 touchkeys: keys@5a {
/openbmc/linux/drivers/acpi/
H A Ddevice_sysfs.c59 #define to_attr(a) container_of(a, struct acpi_data_node_attr, attr) argument
/openbmc/openbmc/poky/meta/classes/
H A Dmultilib.bbclass74 # 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 Dsystemd.bbclass8 # 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 Drpidistro-ffmpeg_5.1.4.bb29 # 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 Du-boot-aspeed.inc21 # a host build dependency.
60 if [ ! -e ${B}/.scmversion -a ! -e ${S}/.scmversion ]

1...<<801802803804805806807808809810>>...893