Home
last modified time | relevance | path

Searched refs:reverse (Results 51 – 75 of 184) sorted by relevance

12345678

/linux/tools/testing/selftests/powerpc/switch_endian/
H A Dcheck.S12 nop # guaranteed to be illegal in reverse-endian
/linux/Documentation/hwmon/
H A Dnct6683.rst43 Some of the register locations can be reverse engineered; others are too
H A Dnsa320.rst14 Datasheet: Not available, driver was reverse engineered based upon the
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.c900 bool reverse) in find_closest_ft_recursive() argument
902 #define list_advance_entry(pos, reverse) \ in find_closest_ft_recursive() argument
903 ((reverse) ? list_prev_entry(pos, list) : list_next_entry(pos, list)) in find_closest_ft_recursive()
905 #define list_for_each_advance_continue(pos, head, reverse) \ in find_closest_ft_recursive() argument
906 for (pos = list_advance_entry(pos, reverse); \ in find_closest_ft_recursive()
908 pos = list_advance_entry(pos, reverse)) in find_closest_ft_recursive()
916 list_for_each_advance_continue(iter, &root->children, reverse) { in find_closest_ft_recursive()
921 ft = find_closest_ft_recursive(iter, &iter->children, reverse); in find_closest_ft_recursive()
964 reverse); in find_closest_ft()
1019 bool reverse) in find_closet_ft_prio_chains() argument
[all …]
/linux/arch/arm/lib/
H A Dfindbit.S109 rbit r3, r3 @ reverse bits
/linux/Documentation/devicetree/bindings/media/i2c/
H A Dmaxim,max96712.yaml22 forward direction and 187.5Mbps in the reverse direction. In GMSL1 mode, the
/linux/include/linux/
H A Duser_namespace.h29 struct uid_gid_extent *reverse; member
H A Dconsole.h121 bool blink, bool underline, bool reverse, bool italic);
/linux/drivers/video/fbdev/
H A Ds1d13xxxfb.c437 u16 reverse = 0; in s1d13xxxfb_bitblt_copyarea() local
453 reverse = 1; in s1d13xxxfb_bitblt_copyarea()
478 if (reverse == 1) { in s1d13xxxfb_bitblt_copyarea()
/linux/drivers/interconnect/
H A Dcore.c188 node = node->reverse; in path_init()
212 src->reverse = NULL; in path_find()
234 tmp->reverse = node; in path_find()
/linux/Documentation/admin-guide/laptops/
H A Dsonypi.rst43 Please note that this driver was created by reverse engineering the Windows
156 - since all development was done by reverse engineering, there is
/linux/Documentation/input/devices/
H A Dappletouch.rst19 Credits go to Johannes Berg for reverse-engineering the touchpad protocol,
/linux/Documentation/leds/
H A Dleds-qcom-lpg.rst76 denotes the wait time before the pattern is run in reverse and as such the
/linux/drivers/net/ethernet/intel/ice/
H A Dice_flex_type.h153 u8 reverse; /* set to true to reverse FV order */ member
/linux/tools/testing/selftests/hid/tests/
H A Dtest_wacom_generic.py812 self.empty_pad_sync(num=3, denom=16, reverse=True)
814 def empty_pad_sync(self, num, denom, reverse): argument
828 if reverse:
/linux/drivers/media/mc/
H A Dmc-entity.c1090 if (rlink != link->reverse) in __media_entity_remove_link()
1182 link->reverse = backlink; in media_create_pad_link()
1183 backlink->reverse = link; in media_create_pad_link()
1306 link->reverse->flags = link->flags; in __media_entity_setup_link_notify()
/linux/Documentation/driver-api/
H A Dio-mapping.rst56 Nested mappings need to be undone in reverse order because the mapping
/linux/arch/arm64/boot/dts/qcom/
H A Dsc7280-chrome-common.dtsi173 * that we don't need the reverse (output-enable) in the
/linux/Documentation/sound/cards/
H A Demu10k1-jack.rst42 for the card have been reverse engineered by some enterprising kX users and are
/linux/Documentation/devicetree/bindings/
H A Dsubmitting-patches.rst18 Few subsystems, like ASoC, media, regulators and SPI, expect reverse order
/linux/net/ipv6/netfilter/
H A DKconfig47 This module enables IPv6 FIB lookups, e.g. for reverse path filtering.
152 tristate '"rpfilter" reverse path filter match support'
/linux/Documentation/livepatch/
H A Dcumulative-patches.rst65 to reverse it and restore the replaced patches atomically.
/linux/Documentation/driver-api/memory-devices/
H A Dti-gpmc.rst50 custom timing routines, a kind of reverse engineering without
/linux/Documentation/devicetree/bindings/net/
H A Dmicrochip,sparx5-switch.yaml24 L3 security features include source guard and reverse path
/linux/drivers/input/joystick/
H A Ddb9.c81 int reverse; member
517 if (db9_modes[db9->mode].reverse) { in db9_open()

12345678