/linux/fs/minix/ |
H A D | bitmap.c | 100 u32 bits = sbi->s_nzones - sbi->s_firstdatazone + 1; in minix_count_free_blocks() local 266 u32 bits = sbi->s_ninodes + 1; in minix_count_free_inodes() local
|
/linux/drivers/usb/gadget/function/ |
H A D | uvc_configfs.c | 186 #define UVCG_CTRL_HDR_ATTR(cname, aname, bits, limit) \ argument 304 #define UVCG_DEFAULT_PROCESSING_ATTR(cname, aname, bits) \ argument 465 #define UVCG_DEFAULT_CAMERA_ATTR(cname, aname, bits) \ argument 638 #define UVCG_DEFAULT_OUTPUT_ATTR(cname, aname, bits) \ argument 1848 #define UVCG_STREAMING_HEADER_ATTR(cname, aname, bits) \ argument 1933 #define UVCG_FRAME_ATTR(cname, aname, bits) \ argument 2333 #define UVCG_UNCOMPRESSED_ATTR_RO(cname, aname, bits) \ argument 2358 #define UVCG_UNCOMPRESSED_ATTR(cname, aname, bits) \ argument 2532 #define UVCG_MJPEG_ATTR_RO(cname, aname, bits) \ argument 2556 #define UVCG_MJPEG_ATTR(cname, aname, bits) \ argument [all …]
|
/linux/arch/powerpc/kernel/ |
H A D | btext.c | 409 int l, bits; in draw_byte_32() local 430 int l, bits; in draw_byte_16() local 448 int l, bits; in draw_byte_8() local
|
/linux/drivers/spi/ |
H A D | spi-ingenic.c | 124 unsigned int bits) in spi_ingenic_prepare_dma() 176 struct spi_transfer *xfer, unsigned int bits) in spi_ingenic_dma_tx() 245 unsigned int bits = xfer->bits_per_word ?: spi->bits_per_word; in spi_ingenic_transfer_one() local
|
H A D | spi-pxa2xx.h | 103 static inline void clear_SSCR1_bits(const struct driver_data *drv_data, u32 bits) in clear_SSCR1_bits() 108 static inline u32 read_SSSR_bits(const struct driver_data *drv_data, u32 bits) in read_SSSR_bits()
|
/linux/lib/crc/ |
H A D | crc4.c | 26 uint8_t crc4(uint8_t c, uint64_t x, int bits) in crc4()
|
/linux/drivers/gpu/drm/tegra/ |
H A D | hda.c | 14 unsigned int mul, div, bits, channels; in tegra_hda_parse_format() local
|
H A D | hda.h | 14 unsigned int bits; member
|
/linux/arch/arm/mach-omap2/ |
H A D | cminst44xx.c | 131 static u32 omap4_cminst_rmw_inst_reg_bits(u32 mask, u32 bits, u8 part, u16 inst, in omap4_cminst_rmw_inst_reg_bits() 144 static u32 omap4_cminst_set_inst_reg_bits(u32 bits, u8 part, u16 inst, s16 idx) in omap4_cminst_set_inst_reg_bits() 149 static u32 omap4_cminst_clear_inst_reg_bits(u32 bits, u8 part, u16 inst, in omap4_cminst_clear_inst_reg_bits()
|
/linux/lib/842/ |
H A D | 842_decompress.c | 89 u8 *in = p->in, b = p->bit, bits = b + n; in next_bits() local 163 static int __do_index(struct sw842_param *p, u8 size, u8 bits, u64 fsize) in __do_index()
|
/linux/drivers/net/mdio/ |
H A D | mdio-bitbang.c | 69 static void mdiobb_send_num(struct mdiobb_ctrl *ctrl, u16 val, int bits) in mdiobb_send_num() 78 static u16 mdiobb_get_num(struct mdiobb_ctrl *ctrl, int bits) in mdiobb_get_num()
|
/linux/Documentation/userspace-api/media/v4l/ |
H A D | pixfmt-srggb14.rst | 19 Description
|
/linux/tools/perf/util/ |
H A D | sharded_mutex.c | 10 unsigned int bits; in sharded_mutex__new() local
|
H A D | pmu.y | 29 static void perf_pmu__set_format(unsigned long *bits, long from, long to) in perf_pmu__set_format()
|
/linux/drivers/cpufreq/ |
H A D | longhaul.h | 16 } bits; member 45 } bits; member
|
/linux/drivers/parport/ |
H A D | parport_sunbpp.c | 89 unsigned char bits = 0; in status_sunbpp_to_pc() local 112 unsigned char bits = 0; in control_sunbpp_to_pc() local
|
/linux/sound/soc/sof/intel/ |
H A D | hda-dai-ops.c | 199 unsigned int bits; in hda_calc_stream_format() local 231 unsigned int bits; in generic_calc_stream_format() local 251 unsigned int bits; in dmic_calc_stream_format() local
|
/linux/drivers/iio/dac/ |
H A D | ad5446.c | 147 #define _AD5446_CHANNEL(bits, storage, _shift, ext) { \ argument 163 #define AD5446_CHANNEL(bits, storage, shift) \ argument 166 #define AD5446_CHANNEL_POWERDOWN(bits, storage, shift) \ argument
|
/linux/include/linux/ |
H A D | regmap.h | 1385 unsigned int reg, unsigned int bits) in regmap_set_bits() 1392 unsigned int reg, unsigned int bits) in regmap_clear_bits() 1398 unsigned int bits, bool value) in regmap_assign_bits() 1490 unsigned int bits) in regmap_field_set_bits() 1497 unsigned int bits) in regmap_field_clear_bits() 1864 unsigned int reg, unsigned int bits) in regmap_set_bits() 1871 unsigned int reg, unsigned int bits) in regmap_clear_bits() 1878 unsigned int bits, bool value) in regmap_assign_bits() 1885 unsigned int reg, unsigned int bits) in regmap_test_bits() 1976 unsigned int bits) in regmap_field_set_bits() [all …]
|
/linux/drivers/crypto/allwinner/sun4i-ss/ |
H A D | sun4i-ss-hash.c | 446 __be64 *bits = (__be64 *)&bf[j]; in sun4i_hash() local 450 __le64 *bits = (__le64 *)&bf[j]; in sun4i_hash() local
|
/linux/drivers/char/ |
H A D | pc8736x_gpio.c | 125 static inline u32 pc8736x_gpio_configure_fn(unsigned index, u32 mask, u32 bits, in pc8736x_gpio_configure_fn() 147 static u32 pc8736x_gpio_configure(unsigned index, u32 mask, u32 bits) in pc8736x_gpio_configure()
|
/linux/sound/core/ |
H A D | pcm_dmaengine.c | 59 int bits; in snd_hwparams_to_dma_slave_config() local 449 int bits = snd_pcm_format_physical_width(i); snd_dmaengine_pcm_refine_runtime_hwparams() local [all...] |
/linux/include/clocksource/ |
H A D | samsung_pwm.h | 22 u8 bits; member
|
/linux/arch/arm64/include/asm/ |
H A D | smp_plat.h | 19 u32 bits; member
|
/linux/drivers/comedi/drivers/ |
H A D | ni_660x.c | 271 unsigned int bits, unsigned int reg) in ni_660x_write() 293 static void ni_660x_gpct_write(struct ni_gpct *counter, unsigned int bits, in ni_660x_gpct_write() 406 unsigned int bits = 0; in set_tio_counterswap() local 537 unsigned int bits = data[1] << shift; in ni_660x_dio_insn_bits() local 566 unsigned int bits; in ni_660x_select_pfi_output() local
|