Home
last modified time | relevance | path

Searched refs:data (Results 11701 - 11725 of 33209) sorted by relevance

1...<<461462463464465466467468469470>>...1329

/kernel/linux/linux-5.10/include/drm/
H A Ddrm_property.h137 * 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 Dintel-ish-client-if.h45 * 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 Dcompiler.h29 .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 Dia_css_frame_public.h52 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 Dia_css_stream_public.h35 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 Dconnection.h94 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 Dni_tio.h130 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 Dsmpro-core.c27 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 Dhi6421-pmic-core.c40 .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 Dpwrseq_sd8787.c82 { .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 Dmsp3400-driver.h143 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 Dadg792a.c25 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 Divpu_gem.h62 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 Dintel_pmic_chtdc_ti.c71 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 Ddlmapi.h170 void *data,
177 void *data);
198 void *data);
/kernel/linux/linux-6.6/fs/jfs/
H A Djfs_btree.h51 (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 Dzstd_wrapper.c92 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 Dzlib_wrapper.c74 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 Dintel-ish-client-if.h51 * 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 Dcompiler.h28 .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 Dfirmware.h14 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 Drfkill.h62 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 Dconnection.h94 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 Ddrm_property.h144 * 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 Dcore.h48 #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...]

Completed in 19 milliseconds

1...<<461462463464465466467468469470>>...1329