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

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/executer/
H A Dexnames.c230 * PARAMETERS: data_type - Object type to be associated with this
244 acpi_ex_get_name_string(acpi_object_type data_type, argument
257 if (ACPI_TYPE_LOCAL_REGION_FIELD == data_type ||
258 ACPI_TYPE_LOCAL_BANK_FIELD == data_type ||
259 ACPI_TYPE_LOCAL_INDEX_FIELD == data_type) {
272 * data_type is not a field name.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/befs/
H A Dbefs_fs_types.h216 fs32 data_type; member in struct:__anon7338
226 u32 data_type; member in struct:__anon7339
H A Dbtree.c154 sup->data_type = fs32_to_cpu(sb, od_sup->data_type);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/dotzlib/DotZLib/
H A DDotZLib.cs48 int data_type; field in struct:DotZLib.ZStream
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/dotzlib/DotZLib/
H A DDotZLib.cs48 int data_type; field in struct:DotZLib.ZStream
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/
H A Dsbs.c195 static int acpi_sbs_update_run(struct acpi_sbs *sbs, int id, int data_type);
1402 static int acpi_sbs_update_run(struct acpi_sbs *sbs, int id, int data_type) argument
1425 if (data_type == DATA_TYPE_COMMON && up_tm > 0) {
1449 if (sbs->run_cnt == 1 && data_type == DATA_TYPE_COMMON) {
1465 if (data_type == DATA_TYPE_COMMON) {
1471 if (data_type == DATA_TYPE_AC_STATE && !do_ac_init) {
1515 if ((data_type == DATA_TYPE_COMMON
1516 || data_type == DATA_TYPE_INFO)
1524 if (data_type == DATA_TYPE_INFO) {
1531 if ((data_type
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/plat-omap/
H A Ddma.c159 void omap_set_dma_transfer_params(int lch, int data_type, int elem_count, argument
164 OMAP_DMA_CSDP_REG(lch) |= data_type;
281 omap_set_dma_transfer_params(lch, params->data_type,
1003 int rotate, data_type, xres, yres; member in struct:lcd_dma_info
1013 int data_type)
1016 lcd_dma.data_type = data_type;
1086 switch (lcd_dma.data_type) {
1115 lcd_dma.data_type == OMAP_DMA_DATA_TYPE_S32)
1198 w |= lcd_dma.data_type;
1012 omap_set_lcd_dma_b1(unsigned long addr, u16 fb_xres, u16 fb_yres, int data_type) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/python/
H A Dpy_spoolss_jobs.c229 char *document_name = NULL, *output_file = NULL, *data_type = NULL; local
281 if ((obj = PyDict_GetItemString(info, "data_type"))) {
285 "data_type not a string");
290 data_type = PyString_AsString(obj);
293 PyErr_SetString(spoolss_error, "no data_type present");
301 output_file, data_type, &jobid);
H A Dpy_spoolss_printerdata.c25 uint16 data_type, uint8 *data,
32 PyDict_SetItemString(*dict, "type", Py_BuildValue("i", data_type));
40 static BOOL py_to_printerdata(char **key, char **value, uint16 *data_type, argument
85 *data_type = PyInt_AsLong(obj);
24 py_from_printerdata(PyObject **dict, char *key, char *value, uint16 data_type, uint8 *data, uint32 data_size) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/examples/
H A Dgzjoin.c340 if (strm.data_type & 128) {
346 pos = strm.data_type & 7;
377 pos = strm.data_type & 7;
H A Dzran.c201 data_type indicates an end-of-block, then all of the
207 access point after the last block by checking bit 6 of data_type
209 if ((strm.data_type & 128) && !(strm.data_type & 64) &&
211 index = addpoint(index, strm.data_type & 7, totin,
H A Dgzappend.c35 * - Use new data_type definition for zlib 1.2.1
324 if (strm->data_type & 128) {
325 if (strm->data_type & 64)
326 left = strm->data_type & 0x1f;
328 lastbit = strm->data_type & 0x1f;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/examples/
H A Dgzjoin.c340 if (strm.data_type & 128) {
346 pos = strm.data_type & 7;
377 pos = strm.data_type & 7;
H A Dzran.c201 data_type indicates an end-of-block, then all of the
207 access point after the last block by checking bit 6 of data_type
209 if ((strm.data_type & 128) && !(strm.data_type & 64) &&
211 index = addpoint(index, strm.data_type & 7, totin,
H A Dgzappend.c35 * - Use new data_type definition for zlib 1.2.1
324 if (strm->data_type & 128) {
325 if (strm->data_type & 64)
326 left = strm->data_type & 0x1f;
328 lastbit = strm->data_type & 0x1f;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.h175 Byte data_type; /* best guess about the data type: ascii or binary */ member in struct:z_stream_s
239 /* Used to set the data_type field */
334 deflate() may update data_type if it can make a good guess about
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/
H A Dide-proc.c135 * @data_type: type of data
155 static int __ide_add_setting(ide_drive_t *drive, const char *name, int rw, int data_type, int min, int max, int mul_factor, int div_factor, void *data, ide_procset_t *set, int auto_remove) argument
168 setting->data_type = data_type;
188 int ide_add_setting(ide_drive_t *drive, const char *name, int rw, int data_type, int min, int max, int mul_factor, int div_factor, void *data, ide_procset_t *set) argument
190 return __ide_add_setting(drive, name, rw, data_type, min, max, mul_factor, div_factor, data, set, 1);
286 switch(setting->data_type) {
315 switch (setting->data_type) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-omap/
H A Ddma.h341 int data_type; /* data type 8,16,32 */ member in struct:omap_dma_channel_params
374 extern void omap_set_dma_transfer_params(int lch, int data_type,
424 int data_type);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/zlib_deflate/
H A Ddefutil.h79 Byte data_type; /* UNKNOWN, BINARY or ASCII */ member in struct:deflate_state
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/common/
H A Dzlib.h291 int data_type; /* best guess about the data type: ascii or binary */ member in struct:z_stream_s
364 /* Possible values of the data_type field */
468 deflate() may update data_type if it can make a good guess about
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_page.c472 __ham_insertpair(dbc, p, indxp, key_dbt, data_dbt, key_type, data_type)
477 int key_type, data_type;
491 dsize = (data_type == H_OFFPAGE) ?
581 if (data_type == H_OFFPAGE)
586 data_dbt->size, data_type); local
2008 int do_expand, data_type, is_keybig, is_databig, key_type, match, ret; local
2115 data_type = H_OFFPAGE;
2118 data_type = type;
2162 &hcp->seek_found_indx, pkey, pdata, key_type, data_type)) != 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libads/
H A Dauthdata.c29 int data_type; local
35 asn1_read_Integer(&data, &data_type);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Dzlib.h98 int data_type; /* best guess about the data type: binary or text */ member in struct:z_stream_s
200 /* Possible values of the data_type field (though see inflate()) */
312 deflate() may update strm->data_type if it can make a good guess about
402 Also to assist in this, on return inflate() will set strm->data_type to the
410 bit 7 of data_type is set, in which case the number of unused bits will be
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Dzlib.h98 int data_type; /* best guess about the data type: binary or text */ member in struct:z_stream_s
200 /* Possible values of the data_type field (though see inflate()) */
312 deflate() may update strm->data_type if it can make a good guess about
402 Also to assist in this, on return inflate() will set strm->data_type to the
410 bit 7 of data_type is set, in which case the number of unused bits will be

Completed in 309 milliseconds

123