Searched +full:is +full:- +full:decoded +full:- +full:cs (Results 1 – 13 of 13) sorted by relevance
/linux-3.3/Documentation/DocBook/media/v4l/ |
D | vidioc-subscribe-event.xml | 1 <refentry id="vidioc-subscribe-event"> 53 dequeued by using the &VIDIOC-DQEVENT; ioctl.</para> 55 <table frame="none" pgwide="1" id="v4l2-event-subscription"> 58 &cs-str; 68 <entry>ID of the event source. If there is no ID associated with 75 <entry>Event flags, see <xref linkend="event-flags" />.</entry> 87 <table frame="none" pgwide="1" id="event-type"> 90 &cs-def; 95 <entry>All events. V4L2_EVENT_ALL is valid only for 102 <entry>This event is triggered on the vertical sync. [all …]
|
D | dev-raw-vbi.xml | 3 <para>VBI is an abbreviation of Vertical Blanking Interval, a gap 5 no picture information is transmitted, allowing some time while the 9 modulated<footnote><para>ASK: Amplitude-Shift Keying. A high signal 14 <para>Subject of this interface type is raw VBI data, as sampled off 16 The data format is similar to uncompressed video images, a number of 23 <filename>/dev/vbi</filename> is typically a symbolic link to the 28 devices VBI capturing and output is also available as device function 30 data with these devices applications must call the &VIDIOC-S-FMT; 32 or output is the default device function.</para> 40 <structfield>capabilities</structfield> field of &v4l2-capability; [all …]
|
D | controls.xml | 4 <para>Devices typically have a number of user-settable controls 16 and higher values. The pre-defined control IDs have the prefix 18 linkend="control-id" />. The ID is used when querying the attributes of 23 name string the user is supposed to understand. When the purpose is 24 non-intuitive the driver writer should provide a user manual, a user 25 interface plug-in or a driver specific panel application. Predefined 40 also do not change ⪚ when the device is opened or closed, when the 41 tuner radio frequency is changed or generally never without 48 After another process called &VIDIOC-S-CTRL; or another ioctl changing 49 shared properties the &func-select; function would indicate [all …]
|
/linux-3.3/arch/x86/kernel/ |
D | reboot_32.S | 10 * controller to pulse the CPU reset line, which is more thorough, but 11 * doesn't work with at least one type of 486 motherboard. It is easy 14 * This code is called with the restart type (0 = BIOS, 1 = APM) in %eax. 24 subl $(1b - r_base), %ebx 26 /* Compute the equivalent real-mode segment */ 30 /* Patch post-real-mode segment jump */ 31 movw (dispatch_table - r_base)(%ebx,%eax,2),%ax 32 movw %ax, (101f - r_base)(%ebx) 33 movw %cx, (102f - r_base)(%ebx) 36 lidtl (machine_real_restart_idt - r_base)(%ebx) [all …]
|
/linux-3.3/drivers/mtd/nand/ |
D | au1550nd.c | 6 * This program is free software; you can redistribute it and/or modify 22 #include <asm/mach-au1x00/au1000.h> 23 #include <asm/mach-au1x00/au1550nd.h> 30 int cs; member 36 * au_read_byte - read one byte from the chip 43 struct nand_chip *this = mtd->priv; in au_read_byte() 44 u_char ret = readb(this->IO_ADDR_R); in au_read_byte() 50 * au_write_byte - write one byte to the chip 58 struct nand_chip *this = mtd->priv; in au_write_byte() 59 writeb(byte, this->IO_ADDR_W); in au_write_byte() [all …]
|
/linux-3.3/drivers/isdn/mISDN/ |
D | dsp_blowfish.c | 17 * how to encode a sample stream to 64-bit blocks that will be encryped 19 * first of all, data is collected until a block of 9 samples are received. 20 * of course, a packet may have much more than 9 sample, but is may have 21 * not excacly the multiple of 9 samples. if there is a rest, the next 24 * the block is then converted to 9 uLAW samples without the least sigificant 25 * bit. the result is a 7-bit encoded sample. 39 * the missing bit 0 of the last byte is filled with some 44 * the result will be converted into 9 bytes. the bit 7 is used for 45 * checksumme (CS) for sync (0, 1) and for the last bit: 53 * CS 4(4) 4(3) 4(2) 4(1) 4(0) 5(7) 5(6) [all …]
|
/linux-3.3/drivers/isdn/gigaset/ |
D | capi.c | 7 * This program is free software; you can redistribute it and/or 75 /* values for bcs->apconnstate */ 112 /* Speech (A-law) */ 118 /* 3,1 kHz audio (A-law) */ 166 static inline void ignore_cstruct_param(struct cardstate *cs, _cstruct param, in ignore_cstruct_param() argument 170 dev_warn(cs->dev, "%s: ignoring unsupported parameter: %s\n", in ignore_cstruct_param() 177 * return value: result length, -1 on error 184 return -1; in encode_ie() 199 while (i-- > 0) { in decode_ie() 214 list_for_each_entry(ap, &iif->appls, ctrlist) in get_appl() [all …]
|
/linux-3.3/drivers/atm/ |
D | fore200e.h | 51 #define RSD_REQUIRED (((MAX_PDU_SIZE - SMALL_BUFFER_SIZE + LARGE_BUFFER_SIZE) / LARGE_BUFFER_SIZE)… 55 /* RSD_REQUIRED receive segment descriptors are enough to describe a max-sized PDU, 60 #define RSD_EXTENSION ((RSD_REQUIRED - RSD_FIXED) + 1) 64 #define FORE200E_DEV(d) ((struct fore200e*)((d)->dev_data)) 65 #define FORE200E_VCC(d) ((struct fore200e_vcc*)((d)->dev_data)) 255 OPCODE_SET_OC3, /* set OC-3 registers */ 256 OPCODE_GET_OC3, /* get OC-3 registers */ 259 OPCODE_SET_VPI_BITS, /* set x bits of those decoded by the 317 /* OC-3 registers */ 320 u32 reg[ 128 ]; /* see the PMC Sierra PC5346 S/UNI-155-Lite [all …]
|
/linux-3.3/lib/ |
D | vsprintf.c | 7 /* vsprintf.c -- Lars Wirzenius & Linus Torvalds. */ 9 * Wirzenius wrote this portably, Torvalds fucked it up :-) 14 * - changed to provide snprintf and vsnprintf functions 16 * - scnprintf and vscnprintf 37 * simple_strtoull - convert a string to an unsigned long long 60 * simple_strtoul - convert a string to an unsigned long 72 * simple_strtol - convert a string to a signed long 79 if (*cp == '-') in simple_strtol() 80 return -simple_strtoul(cp + 1, endp, base); in simple_strtol() 87 * simple_strtoll - convert a string to a signed long long [all …]
|
/linux-3.3/fs/nfs/ |
D | nfs2xdr.c | 8 * 04 Aug 1998 Ion Badulescu <ionut@cs.columbia.edu> 33 * number of 32bit-words 73 struct rpc_auth *auth = req->rq_cred->cr_auth; in prepare_reply_buffer() 76 replen = RPC_REPHDRSIZE + auth->au_rslack + bufsize; in prepare_reply_buffer() 77 xdr_inline_pages(&req->rq_rcv_buf, replen << 2, pages, base, len); in prepare_reply_buffer() 81 * Handle decode buffer overflows out-of-line. 86 "Remaining buffer length is %tu words.\n", in print_overflow_msg() 87 func, xdr->end - xdr->p); in print_overflow_msg() 98 * functions. For run-time efficiency, some data types are encoded 99 * or decoded inline. [all …]
|
/linux-3.3/arch/x86/lguest/ |
D | boot.c | 10 * (such as the example in Documentation/virtual/lguest/lguest.c) is called the 20 * This file consists of all the replacements for such low-level native 31 * This program is free software; you can redistribute it and/or modify 36 * This program is distributed in the hope that it will be useful, but 79 * The Guest in our tale is a simple creature: identical to the Host but 80 * behaving in simplified but equivalent ways. In particular, the Guest is the 85 .hcall_status = { [0 ... LHCALL_RING_SIZE-1] = 0xFF }, 94 * async_hcall() is pretty simple: I'm quite proud of it really. We have a 97 * arguments, and a "hcall_status" word which is 0 if the call is ready to go, 100 * If we come around to a slot which hasn't been finished, then the table is [all …]
|
/linux-3.3/Documentation/s390/ |
D | Debugging390.txt | 5 Copyright (C) 2000-2001 IBM Deutschland Entwicklung GmbH, IBM Corporation 10 This document is intended to give a good overview of how to debug 13 390 IO in any detail. It is intended to complement the documents in the 16 It is intended like the Enterprise Systems Architecture/390 Reference Summary 52 16 General propose registers, 32 bit on s/390 64 bit on z/Architecture, r0-r15 or gpr0-gpr15 used … 54 16 Control registers, 32 bit on s/390 64 bit on z/Architecture, ( cr0-cr15 kernel usage only ) used… 57 16 Access registers ( ar0-ar15 ) 32 bit on s/390 & z/Architecture 59 be used as temporary storage. Their main purpose is their 1 to 1 63 pointer ) ) is currently used by the pthread library as a pointer to 66 16 64 bit floating point registers (fp0-fp15 ) IEEE & HFP floating [all …]
|
/linux-3.3/drivers/gpu/drm/radeon/ |
D | r600.c | 6 * Permission is hereby granted, free of charge, to any person obtaining a 11 * Software is furnished to do so, subject to the following conditions: 16 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 113 actual_temp -= 256; in rv6xx_get_temp() 122 rdev->pm.dynpm_can_upclock = true; in r600_pm_get_dynpm_state() 123 rdev->pm.dynpm_can_downclock = true; in r600_pm_get_dynpm_state() 125 /* power state array is low to high, default is first */ in r600_pm_get_dynpm_state() 126 if ((rdev->flags & RADEON_IS_IGP) || (rdev->family == CHIP_R600)) { in r600_pm_get_dynpm_state() 129 if (rdev->pm.num_power_states > 2) in r600_pm_get_dynpm_state() 132 switch (rdev->pm.dynpm_planned_action) { in r600_pm_get_dynpm_state() [all …]
|