Home
last modified time | relevance | path

Searched full:dimension (Results 1 – 25 of 67) sorted by relevance

123

/linux/tools/include/linux/
H A Doverflow.h74 * @a: dimension one
75 * @b: dimension two
95 * @a: dimension one
96 * @b: dimension two
97 * @c: dimension three
/linux/include/linux/dma/
H A Dti-cppi5.h739 * @dim1: Signed dimension for loop level 1
755 * @dim1: Signed dimension for loop level 1
758 * @dim2: Signed dimension for loop level 2
777 * @dim1: Signed dimension for loop level 1
780 * @dim2: Signed dimension for loop level 2
781 * @dim3: Signed dimension for loop level 3
803 * @dim1: Signed dimension for loop level 1 for source
807 * @dim2: Signed dimension for loop level 2 for source
808 * @dim3: Signed dimension for loop level 3 for source
810 * @ddim1: Signed dimension for loop level 1 for destination
[all …]
/linux/drivers/media/pci/solo6x10/
H A Dsolo6x10-enc.c49 /* Set scale 1, 9 dimension */ in solo_capture_config()
57 /* Set scale 2, 10 dimension */ in solo_capture_config()
65 /* Set scale 3, 11 dimension */ in solo_capture_config()
73 /* Set scale 4, 12 dimension */ in solo_capture_config()
81 /* Set scale 5, 13 dimension */ in solo_capture_config()
/linux/drivers/media/platform/verisilicon/
H A Dhantro_hw.h467 static inline unsigned short hantro_vp9_num_sbs(unsigned short dimension) in hantro_vp9_num_sbs() argument
469 return (dimension + 63) / 64; in hantro_vp9_num_sbs()
549 static inline unsigned short hantro_av1_num_sbs(unsigned short dimension) in hantro_av1_num_sbs() argument
551 return DIV_ROUND_UP(dimension, 64); in hantro_av1_num_sbs()
/linux/net/netfilter/
H A Dxt_set.c96 pr_info_ratelimited("set match dimension is over the limit!\n"); in set_match_v0_checkentry()
147 pr_info_ratelimited("set match dimension is over the limit!\n"); in set_match_v1_checkentry()
258 pr_info_ratelimited("SET target dimension over the limit!\n"); in set_target_v0_checkentry()
333 pr_info_ratelimited("SET target dimension over the limit!\n"); in set_target_v1_checkentry()
489 pr_info_ratelimited("SET target dimension over the limit!\n"); in set_target_v3_checkentry()
/linux/include/linux/netfilter/ipset/
H A Dip_set.h143 u8 dim; /* Dimension of match/target */
215 /* Set type dimension */
216 u8 dimension; member
/linux/Documentation/admin-guide/media/
H A Drkisp1.rst137 node with dimension 900x800 planar format YUV 4:2:2. It uses all cropping
184 to dimension `900x800`.
/linux/include/uapi/linux/
H A Dx25.h71 * The somewhat ugly dimension 200-sizeof() is needed to maintain
H A Domap3isp.h344 * @gain_mode_n: Vertical dimension of a paxel in LSC configuration.
345 * @gain_mode_m: Horizontal dimension of a paxel in LSC configuration.
/linux/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-jpeg.rst28 spatial dimension. See :ref:`itu-t81`, clause A.1.1. for more
/linux/Documentation/mm/
H A Dksm.rst30 When the sharing passes this threshold, KSM adds a second dimension to
/linux/net/netfilter/ipset/
H A Dip_set_hash_mac.c124 .dimension = IPSET_DIM_ONE,
H A Dip_set_hash_ipmark.c283 .dimension = IPSET_DIM_TWO,
H A Dip_set_bitmap_port.c291 .dimension = IPSET_DIM_ONE,
H A Dip_set_hash_ip.c278 .dimension = IPSET_DIM_ONE,
H A Dip_set_hash_ipmac.c267 .dimension = IPSET_DIM_TWO,
H A Dip_set_hash_net.c360 .dimension = IPSET_DIM_ONE,
H A Dip_set_bitmap_ipmac.c380 .dimension = IPSET_DIM_TWO,
/linux/Documentation/userspace-api/
H A Ddma-buf-alloc-exchange.rst158 storage is tightly clipped to either dimension.
176 Buffers may also be padded further in the y dimension, simply by allocating a
/linux/drivers/input/mouse/
H A Delan_i2c_i2c.c395 dev_err(&client->dev, "failed to get X dimension: %d\n", error); in elan_i2c_get_max()
403 dev_err(&client->dev, "failed to get Y dimension: %d\n", error); in elan_i2c_get_max()
/linux/include/linux/
H A Dvirtio_vsock.h133 /* Dimension the RX SKB so that the entire thing fits exactly into
/linux/include/uapi/linux/netfilter/ipset/
H A Dip_set.h243 /* Max dimension in elements.
/linux/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_framebuffer.c224 DRM_DEBUG_ATOMIC("Wrong subsampling dimension x:%d, y:%d, w:%d, h:%d for format: %x.\n", in komeda_fb_check_src_coords()
/linux/drivers/staging/fbtft/
H A Dfb_ili9163.c60 * configure to constrain the memory and resolution to a fixed dimension (in
/linux/drivers/input/touchscreen/
H A Dektf2127.c222 /* Request dimension */ in ektf2127_query_dimension()

123