Searched refs:data_type (Results 1 - 25 of 129) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/omap/
H A Domap-pcm.h33 int data_type; /* data type 8,16,32 */ member in struct:omap_pcm_dma_data
H A Domap-mcpdm.c74 .data_type = OMAP_DMA_DATA_TYPE_S32,
82 .data_type = OMAP_DMA_DATA_TYPE_S32,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/davinci/
H A Ddavinci-pcm.h26 unsigned char data_type; /* xfer data type */ member in struct:davinci_pcm_dma_params
H A Ddavinci-pcm.c156 unsigned int data_type; local
169 data_type = prtd->params->data_type;
170 count = period_size / data_type;
177 src_bidx = data_type;
179 src_cidx = data_type * fifo_level;
185 dst_bidx = data_type;
187 dst_cidx = data_type * fifo_level;
263 * This is called after runtime->dma_addr, period_bytes and data_type are valid
273 unsigned int data_type local
[all...]
H A Ddavinci-vcif.c117 dma_params->data_type = 0;
125 dma_params->data_type = 1;
134 dma_params->data_type = 2;
146 dma_params->acnt = dma_params->data_type;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dspdifdec.c34 enum IEC61937DataType data_type,
41 switch (data_type & 0xff) {
95 data_type);
172 enum IEC61937DataType data_type; local
183 data_type = avio_rl16(pb);
201 ret = spdif_get_offset_and_codec(s, data_type, pkt->data,
33 spdif_get_offset_and_codec(AVFormatContext *s, enum IEC61937DataType data_type, const char *buf, int *offset, enum AVCodecID *codec) argument
H A Dspdifenc.c41 * Pd - length code (number of bits or bytes of encapsuled frame - according to data_type)
59 enum IEC61937DataType data_type;///< burst info - reference to type of payload of the data-burst member in struct:IEC61937Context
85 /// Sets data_type and pkt_offset, and length_code, out_bytes, out_buf if necessary
109 ctx->data_type = IEC61937_AC3 | (bitstream_mode << 8);
134 ctx->data_type = IEC61937_EAC3;
198 ctx->data_type = IEC61937_DTSHD | subtype << 8;
289 case 512 >> 5: ctx->data_type = IEC61937_DTS1; break;
290 case 1024 >> 5: ctx->data_type = IEC61937_DTS2; break;
291 case 2048 >> 5: ctx->data_type = IEC61937_DTS3; break;
338 ctx->data_type
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/notify/fanotify/
H A Dfanotify.c17 old->data_type == new->data_type &&
19 switch (old->data_type) {
160 __u32 event_mask, void *data, int data_type)
165 "mask=%x data=%p data_type=%d\n", __func__, group, to_tell,
166 inode_mark, vfsmnt_mark, event_mask, data, data_type);
174 if (data_type != FSNOTIFY_EVENT_PATH)
156 fanotify_should_send_event(struct fsnotify_group *group, struct inode *to_tell, struct fsnotify_mark *inode_mark, struct fsnotify_mark *vfsmnt_mark, __u32 event_mask, void *data, int data_type) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dspdifdec.c34 enum IEC61937DataType data_type,
41 switch (data_type & 0xff) {
94 av_log(s, AV_LOG_WARNING, "Data type 0x%04x", data_type);
167 enum IEC61937DataType data_type; local
178 data_type = avio_rl16(pb);
196 ret = spdif_get_offset_and_codec(s, data_type, pkt->data,
33 spdif_get_offset_and_codec(AVFormatContext *s, enum IEC61937DataType data_type, const char *buf, int *offset, enum CodecID *codec) argument
H A Dspdifenc.c41 * Pd - length code (number of bits or bytes of encapsuled frame - according to data_type)
58 enum IEC61937DataType data_type;///< burst info - reference to type of payload of the data-burst member in struct:IEC61937Context
84 /// Sets data_type and pkt_offset, and length_code, out_bytes, out_buf if necessary
108 ctx->data_type = IEC61937_AC3 | (bitstream_mode << 8);
133 ctx->data_type = IEC61937_EAC3;
197 ctx->data_type = IEC61937_DTSHD | subtype << 8;
288 case 512 >> 5: ctx->data_type = IEC61937_DTS1; break;
289 case 1024 >> 5: ctx->data_type = IEC61937_DTS2; break;
290 case 2048 >> 5: ctx->data_type = IEC61937_DTS3; break;
337 ctx->data_type
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dlibmsrpc_internal.h49 REG_VALUE_DATA *cac_MakeRegValueData(TALLOC_CTX *mem_ctx, uint32 data_type, REGVAL_BUFFER buf);
51 RPC_DATA_BLOB *cac_MakeRpcDataBlob(TALLOC_CTX *mem_ctx, uint32 data_type, REG_VALUE_DATA data);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/notify/inotify/
H A Dinotify_fsnotify.c44 (old->data_type == new->data_type) &&
46 switch (old->data_type) {
147 __u32 mask, void *data, int data_type)
150 (data_type == FSNOTIFY_EVENT_PATH)) {
144 inotify_should_send_event(struct fsnotify_group *group, struct inode *inode, struct fsnotify_mark *inode_mark, struct fsnotify_mark *vfsmount_mark, __u32 mask, void *data, int data_type) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Dexnames.c231 * PARAMETERS: data_type - Object type to be associated with this
245 acpi_ex_get_name_string(acpi_object_type data_type, argument
258 if (ACPI_TYPE_LOCAL_REGION_FIELD == data_type ||
259 ACPI_TYPE_LOCAL_BANK_FIELD == data_type ||
260 ACPI_TYPE_LOCAL_INDEX_FIELD == data_type) {
273 * data_type is not a field name.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/uvc/
H A Duvc_ctrl.c370 .data_type = UVC_CTRL_DATA_TYPE_SIGNED,
380 .data_type = UVC_CTRL_DATA_TYPE_UNSIGNED,
390 .data_type = UVC_CTRL_DATA_TYPE_SIGNED,
400 .data_type = UVC_CTRL_DATA_TYPE_UNSIGNED,
410 .data_type = UVC_CTRL_DATA_TYPE_UNSIGNED,
420 .data_type = UVC_CTRL_DATA_TYPE_UNSIGNED,
430 .data_type = UVC_CTRL_DATA_TYPE_UNSIGNED,
440 .data_type = UVC_CTRL_DATA_TYPE_UNSIGNED,
450 .data_type = UVC_CTRL_DATA_TYPE_ENUM,
462 .data_type
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/notify/
H A Dnotification.c92 if (event->data_type == FSNOTIFY_EVENT_PATH)
378 if (event->data_type == FSNOTIFY_EVENT_PATH)
393 * @data_type flag indication if the data is a file, path, inode, nothing...
397 int data_type, const unsigned char *name,
406 pr_debug("%s: event=%p to_tell=%p mask=%x data=%p data_type=%d\n",
407 __func__, event, to_tell, mask, data, data_type);
423 event->data_type = data_type;
425 switch (data_type) {
396 fsnotify_create_event(struct inode *to_tell, __u32 mask, void *data, int data_type, const unsigned char *name, u32 cookie, gfp_t gfp) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap1/
H A Dlcd_dma.c60 int rotate, data_type, xres, yres; member in struct:lcd_dma_info
70 int data_type)
73 lcd_dma.data_type = data_type;
149 switch (lcd_dma.data_type) {
181 lcd_dma.data_type == OMAP_DMA_DATA_TYPE_S32)
264 w |= lcd_dma.data_type;
69 omap_set_lcd_dma_b1(unsigned long addr, u16 fb_xres, u16 fb_yres, int data_type) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dtak.h132 int data_type; member in struct:TAKStreamInfo
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap1/include/mach/
H A Dlcd_dma.h70 int data_type);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/befs/
H A Dbefs_fs_types.h220 fs32 data_type; member in struct:__anon16497
230 u32 data_type; member in struct:__anon16498
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/dotzlib/DotZLib/
H A DDotZLib.cs48 int data_type; field in struct:DotZLib.ZStream
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/dotzlib/DotZLib/
H A DDotZLib.cs48 int data_type; field in struct:DotZLib.ZStream
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/dotzlib/DotZLib/
H A DDotZLib.cs48 int data_type; field in struct:DotZLib.ZStream
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dzlib.h98 int data_type; /* best guess about the data type: ascii or binary */ member in struct:z_stream_s
175 /* Possible values of the data_type field */
276 deflate() may update data_type if it can make a good guess about
371 Also to assist in this, on return inflate() will set strm->data_type to the
379 bit 7 of data_type is set, in which case the number of unused bits will be
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/dotzlib/DotZLib/
H A DDotZLib.cs48 int data_type; field in struct:DotZLib.ZStream
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/python/
H A Dpy_spoolss_jobs.c219 char *document_name = NULL, *output_file = NULL, *data_type = NULL; local
271 if ((obj = PyDict_GetItemString(info, "data_type"))) {
275 "data_type not a string");
280 data_type = PyString_AsString(obj);
283 PyErr_SetString(spoolss_error, "no data_type present");
291 output_file, data_type, &jobid);

Completed in 258 milliseconds

123456