Searched refs:range_max (Results 176 - 181 of 181) sorted by relevance

12345678

/linux-master/sound/soc/codecs/
H A Dpcm6240.c2035 .range_max = 256 * 128,
H A Dwcd9335.c4936 .range_max = WCD9335_MAX_REGISTER,
4979 .range_max = WCD9335_MAX_REGISTER,
H A Dtscs454.c255 .range_max = VIRT_ADDR(0xFE, 0x02),
H A Dwcd934x.c521 .range_max = 0xffff,
/linux-master/drivers/gpu/drm/bridge/
H A Dite-it6505.c493 { .range_min = 0, .range_max = 0x1FF },
505 .range_max = 0x1FF,
/linux-master/tools/testing/radix-tree/
H A Dmaple.c815 * @*range_max: Pointer to store the maximum range of the offset
822 unsigned long *range_max)
832 (*range_max) = (*range_min) = mas->index;
872 *range_max = max;
882 * accordingly. range_min and range_max are set to the range which the entry is
886 * @*range_max: A pointer to store the maximum of the range
893 unsigned long *range_min, unsigned long *range_max)
903 mas_node_walk(mas, node, type, range_min, range_max);
921 * @*range_max: The maximum range to be set.
928 unsigned long *range_max)
820 mas_node_walk(struct ma_state *mas, struct maple_node *node, enum maple_type type, unsigned long *range_min, unsigned long *range_max) argument
892 mas_descend_walk(struct ma_state *mas, unsigned long *range_min, unsigned long *range_max) argument
927 mas_tree_walk(struct ma_state *mas, unsigned long *range_min, unsigned long *range_max) argument
960 mas_range_load(struct ma_state *mas, unsigned long *range_min, unsigned long *range_max) argument
[all...]

Completed in 290 milliseconds

12345678