/kernel/linux/linux-5.10/include/drm/ |
H A D | drm_property.h | 137 * Actual blob objects to contain blob data are created using 194 * struct drm_property_blob - Blob data for &drm_property 201 * @data: actual data, embedded at the end of this structure 215 void *data; member 272 const void *data); 278 const void *data,
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | intel-ish-client-if.h | 45 * struct ishtp_msg_data - ISHTP message data struct 46 * @size: Size of data in the *data 47 * @data: Pointer to data 51 unsigned char *data; member 95 void ishtp_set_client_data(struct ishtp_cl *cl, void *data); 104 void ishtp_set_drvdata(struct ishtp_cl_device *cl_device, void *data);
|
H A D | compiler.h | 29 .data.func = __func__, \ 30 .data.file = __FILE__, \ 31 .data.line = __LINE__, \ 170 * This can be used to annotate symbols (functions or data) that are used 180 * boot/exception vector code rather than annotate each function and data. 212 * data_race - mark an expression as containing intentional data races 214 * This data_race() macro is useful for situations in which data races 219 * to tooling that data races here are to be ignored.
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/ |
H A D | ia_css_frame_public.h | 52 unsigned int offset; /** offset in bytes to start of frame data. 53 offset is wrt data field in ia_css_frame */ 61 struct ia_css_frame_plane data; /** plane */ member 111 struct ia_css_resolution res; /** Frame resolution (valid data) */ 113 enum ia_css_frame_format format; /** format of the frame data */ 150 ia_css_ptr data; /** pointer to start of image data */ member 151 unsigned int data_bytes; /** size of image data in bytes */ 154 * -1 if data address is static during life time of pipeline 155 * >=0 if data addres [all...] |
H A D | ia_css_stream_public.h | 35 IA_CSS_INPUT_MODE_SENSOR, /** data from sensor */ 36 IA_CSS_INPUT_MODE_FIFO, /** data from input-fifo */ 37 IA_CSS_INPUT_MODE_TPG, /** data from test-pattern generator */ 38 IA_CSS_INPUT_MODE_PRBS, /** data from pseudo-random bit stream */ 39 IA_CSS_INPUT_MODE_MEMORY, /** data from a frame in memory */ 40 IA_CSS_INPUT_MODE_BUFFERED_SENSOR /** data is sent through mipi buffer */ 61 /* This is input data configuration for one MIPI data type. We can have 65 struct ia_css_resolution input_res; /** Resolution of input data */ 66 enum atomisp_input_format format; /** Format of input stream. This data [all...] |
/kernel/linux/linux-5.10/include/linux/greybus/ |
H A D | connection.h | 94 u8 *data, size_t length); 126 void *data) in gb_connection_set_data() 128 connection->private = data; in gb_connection_set_data() 125 gb_connection_set_data(struct gb_connection *connection, void *data) gb_connection_set_data() argument
|
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/ |
H A D | ni_tio.h | 130 struct comedi_insn *insn, unsigned int *data); 132 struct comedi_insn *insn, unsigned int *data); 134 struct comedi_insn *insn, unsigned int *data);
|
/kernel/linux/linux-6.6/drivers/mfd/ |
H A D | smpro-core.c | 27 static int smpro_core_write(void *context, const void *data, size_t count) in smpro_core_write() argument 33 ret = i2c_master_send(i2c, data, count); in smpro_core_write() 122 { .compatible = "ampere,smpro", .data = &smpro_regmap_config },
|
H A D | hi6421-pmic-core.c | 40 .data = (void *)HI6421 44 .data = (void *)HI6421_V530 62 type = (uintptr_t)id->data; in hi6421_pmic_probe()
|
/kernel/linux/linux-6.6/drivers/mmc/core/ |
H A D | pwrseq_sd8787.c | 82 { .compatible = "mmc-pwrseq-sd8787", .data = &mmc_pwrseq_sd8787_ops }, 83 { .compatible = "mmc-pwrseq-wilc1000", .data = &mmc_pwrseq_wilc1000_ops }, 109 pwrseq->pwrseq.ops = match->data; in mmc_pwrseq_sd8787_probe()
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | msp3400-driver.h | 143 int msp3400c_thread(void *data); 144 int msp3410d_thread(void *data); 145 int msp34xxg_thread(void *data);
|
/kernel/linux/linux-6.6/drivers/mux/ |
H A D | adg792a.c | 25 u8 data = ADG792A_RESETB | ADG792A_LDSW; in adg792a_write_cmd() local 29 data &= ~ADG792A_RESETB; in adg792a_write_cmd() 31 return i2c_smbus_write_byte_data(i2c, cmd, data); in adg792a_write_cmd()
|
/kernel/linux/linux-6.6/drivers/accel/ivpu/ |
H A D | ivpu_gem.h | 62 int ivpu_bo_create_ioctl(struct drm_device *dev, void *data, struct drm_file *file); 63 int ivpu_bo_info_ioctl(struct drm_device *dev, void *data, struct drm_file *file); 64 int ivpu_bo_wait_ioctl(struct drm_device *dev, void *data, struct drm_file *file);
|
/kernel/linux/linux-6.6/drivers/acpi/pmic/ |
H A D | intel_pmic_chtdc_ti.c | 71 int data; in chtdc_ti_pmic_get_power() local 73 if (regmap_read(regmap, reg, &data)) in chtdc_ti_pmic_get_power() 76 *value = data & 1; in chtdc_ti_pmic_get_power()
|
/kernel/linux/linux-6.6/fs/ocfs2/dlm/ |
H A D | dlmapi.h | 170 void *data, 177 void *data); 198 void *data);
|
/kernel/linux/linux-6.6/fs/jfs/ |
H A D | jfs_btree.h | 51 (BT_IS_ROOT(MP) ? (TYPE *)&JFS_IP(IP)->ROOT : (TYPE *)(MP)->data) 67 P = (MP)->data;\ 147 P = (TYPE *)MP->data;\
|
/kernel/linux/linux-6.6/fs/squashfs/ |
H A D | zstd_wrapper.c | 92 const void *data; in zstd_uncompress() local 101 data = bvec_virt(bvec); in zstd_uncompress() 103 in_buf.src = data + offset; in zstd_uncompress() 127 total_out += out_buf.pos; /* add the additional data produced */ in zstd_uncompress()
|
H A D | zlib_wrapper.c | 74 const void *data; in zlib_uncompress() local 84 data = bvec_virt(bvec); in zlib_uncompress() 86 stream->next_in = data + offset; in zlib_uncompress()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | intel-ish-client-if.h | 51 * struct ishtp_msg_data - ISHTP message data struct 52 * @size: Size of data in the *data 53 * @data: Pointer to data 57 unsigned char *data; member 103 void ishtp_set_client_data(struct ishtp_cl *cl, void *data); 112 void ishtp_set_drvdata(struct ishtp_cl_device *cl_device, void *data);
|
H A D | compiler.h | 28 .data.func = __func__, \ 29 .data.file = __FILE__, \ 30 .data.line = __LINE__, \ 144 * This can be used to annotate symbols (functions or data) that are used 154 * boot/exception vector code rather than annotate each function and data. 186 * data_race - mark an expression as containing intentional data races 188 * This data_race() macro is useful for situations in which data races 193 * to tooling that data races here are to be ignored.
|
H A D | firmware.h | 14 const u8 *data; member 55 * op will be called repeatedly until all data is 69 const u8 *data, u32 size); 71 const u8 *data, u32 offset,
|
H A D | rfkill.h | 62 void (*poll)(struct rfkill *rfkill, void *data); 63 void (*query)(struct rfkill *rfkill, void *data); 64 int (*set_block)(void *data, bool blocked); 74 * @ops_data: data passed to each method
|
/kernel/linux/linux-6.6/include/linux/greybus/ |
H A D | connection.h | 94 u8 *data, size_t length); 126 void *data) in gb_connection_set_data() 128 connection->private = data; in gb_connection_set_data() 125 gb_connection_set_data(struct gb_connection *connection, void *data) gb_connection_set_data() argument
|
/kernel/linux/linux-6.6/include/drm/ |
H A D | drm_property.h | 144 * Actual blob objects to contain blob data are created using 201 * struct drm_property_blob - Blob data for &drm_property 208 * @data: actual data, embedded at the end of this structure 222 void *data; member 279 const void *data); 285 const void *data,
|
/kernel/linux/linux-6.6/include/linux/mmc/ |
H A D | core.h | 48 #define MMC_RSP_SPI_B4 (1 << 9) /* four data bytes */ 100 * EILSEQ Basic format problem with the received or sent data 110 struct mmc_data *data; /* data segment associated with cmd */ member 115 unsigned int timeout_ns; /* data timeout (in ns, max 80ms) */ 116 unsigned int timeout_clks; /* data timeout (in clocks) */ 117 unsigned int blksz; /* data block size */ 120 int error; /* data error */ 140 s32 host_cookie; /* host private data */ 147 struct mmc_data *data; member [all...] |