Home
last modified time | relevance | path

Searched refs:lossy (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/drivers/staging/exfat/
Dexfat_nls.c25 bool *lossy) in convert_ch_to_uni() argument
40 if (lossy) in convert_ch_to_uni()
41 *lossy = true; in convert_ch_to_uni()
53 bool *lossy) in convert_uni_to_ch() argument
68 if (lossy) in convert_uni_to_ch()
69 *lossy = true; in convert_uni_to_ch()
122 bool lossy = false; in nls_uniname_to_dosname() local
165 lossy = true; in nls_uniname_to_dosname()
173 lossy = true; in nls_uniname_to_dosname()
176 lossy = true; in nls_uniname_to_dosname()
[all …]
Dexfat_core.c2568 bool lossy = false; in get_num_entries_and_dos_name() local
2577 nls_uniname_to_dosname(sb, p_dosname, p_uniname, &lossy); in get_num_entries_and_dos_name()
2579 if (lossy) { in get_num_entries_and_dos_name()
2959 bool lossy = false; in resolve_path() local
2967 nls_cstring_to_uniname(sb, p_uniname, name_buf, &lossy); in resolve_path()
2968 if (lossy) in resolve_path()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/en/
Dport_buffer.c55 port_buffer->buffer[i].lossy = in mlx5e_port_query_buffer()
56 MLX5_GET(bufferx_reg, buffer, lossy); in mlx5e_port_query_buffer()
72 port_buffer->buffer[i].lossy); in mlx5e_port_query_buffer()
111 MLX5_SET(bufferx_reg, buffer, lossy, in port_set_buffer()
112 port_buffer->buffer[i].lossy); in port_set_buffer()
151 if (port_buffer->buffer[i].lossy) { in update_xoff_threshold()
196 u8 lossy; in update_buffer_lossy() local
214 lossy = 1; in update_buffer_lossy()
216 lossy = 0; in update_buffer_lossy()
218 if (lossy != port_buffer->buffer[i].lossy) { in update_buffer_lossy()
[all …]
Dport_buffer.h54 u8 lossy; member
/Linux-v5.4/Documentation/media/uapi/v4l/
Dpixfmt-srggb10dpcm8.rst33 differential pulse-code modulation, is lossy. Each colour component
Dext-ctrls-jpeg.rst65 image independently. For the lossy compression processes the restart
/Linux-v5.4/Documentation/i2c/
Di2c-stub.rst65 If you spam it hard enough, printk can be lossy. This module really wants
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum.c915 bool lossy) in mlxsw_sp_pg_buf_pack() argument
917 if (lossy) in mlxsw_sp_pg_buf_pack()
949 bool lossy; in __mlxsw_sp_port_headroom_set() local
962 lossy = !(pfc || pause_en); in __mlxsw_sp_port_headroom_set()
973 thres_cells, lossy); in __mlxsw_sp_port_headroom_set()
/Linux-v5.4/include/linux/mlx5/
Dmlx5_ifc.h8957 u8 lossy[0x1]; member