diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2012-10-30 03:09:18 -0400 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2012-10-30 03:09:18 -0400 |
commit | 68fe0f0a6dcd2ac1ace5da3647a6d1cf0f4d2fea (patch) | |
tree | 69d855c2e46d42ef8f23680cf3a1e6ff38de9ef4 /Documentation/DocBook/media/dvb/ca.xml | |
parent | 88fd449e734a4264347e12b8ff74ccb33a9b9a35 (diff) | |
parent | 8f0d8163b50e01f398b14bcd4dc039ac5ab18d64 (diff) |
Merge tag 'v3.7-rc3' into for-linus to sync up with recent USB changes
Diffstat (limited to 'Documentation/DocBook/media/dvb/ca.xml')
-rw-r--r-- | Documentation/DocBook/media/dvb/ca.xml | 353 |
1 files changed, 353 insertions, 0 deletions
diff --git a/Documentation/DocBook/media/dvb/ca.xml b/Documentation/DocBook/media/dvb/ca.xml index 5c4adb44b1c1..85eaf4fe2931 100644 --- a/Documentation/DocBook/media/dvb/ca.xml +++ b/Documentation/DocBook/media/dvb/ca.xml | |||
@@ -226,4 +226,357 @@ typedef struct ca_pid { | |||
226 | </entry> | 226 | </entry> |
227 | </row></tbody></tgroup></informaltable> | 227 | </row></tbody></tgroup></informaltable> |
228 | </section> | 228 | </section> |
229 | |||
230 | <section id="CA_RESET" | ||
231 | role="subsection"><title>CA_RESET</title> | ||
232 | <para>DESCRIPTION | ||
233 | </para> | ||
234 | <informaltable><tgroup cols="1"><tbody><row><entry | ||
235 | align="char"> | ||
236 | <para>This ioctl is undocumented. Documentation is welcome.</para> | ||
237 | </entry> | ||
238 | </row></tbody></tgroup></informaltable> | ||
239 | <para>SYNOPSIS | ||
240 | </para> | ||
241 | <informaltable><tgroup cols="1"><tbody><row><entry | ||
242 | align="char"> | ||
243 | <para>int ioctl(fd, int request = CA_RESET); | ||
244 | </para> | ||
245 | </entry> | ||
246 | </row></tbody></tgroup></informaltable> | ||
247 | <para>PARAMETERS | ||
248 | </para> | ||
249 | <informaltable><tgroup cols="2"><tbody><row><entry | ||
250 | align="char"> | ||
251 | <para>int fd</para> | ||
252 | </entry><entry | ||
253 | align="char"> | ||
254 | <para>File descriptor returned by a previous call to open().</para> | ||
255 | </entry> | ||
256 | </row><row><entry | ||
257 | align="char"> | ||
258 | <para>int request</para> | ||
259 | </entry><entry | ||
260 | align="char"> | ||
261 | <para>Equals CA_RESET for this command.</para> | ||
262 | </entry> | ||
263 | </row></tbody></tgroup></informaltable> | ||
264 | &return-value-dvb; | ||
265 | </section> | ||
266 | |||
267 | <section id="CA_GET_CAP" | ||
268 | role="subsection"><title>CA_GET_CAP</title> | ||
269 | <para>DESCRIPTION | ||
270 | </para> | ||
271 | <informaltable><tgroup cols="1"><tbody><row><entry | ||
272 | align="char"> | ||
273 | <para>This ioctl is undocumented. Documentation is welcome.</para> | ||
274 | </entry> | ||
275 | </row></tbody></tgroup></informaltable> | ||
276 | <para>SYNOPSIS | ||
277 | </para> | ||
278 | <informaltable><tgroup cols="1"><tbody><row><entry | ||
279 | align="char"> | ||
280 | <para>int ioctl(fd, int request = CA_GET_CAP, | ||
281 | ca_caps_t *);</para> | ||
282 | </entry> | ||
283 | </row></tbody></tgroup></informaltable> | ||
284 | <para>PARAMETERS | ||
285 | </para> | ||
286 | <informaltable><tgroup cols="2"><tbody><row><entry | ||
287 | align="char"> | ||
288 | <para>int fd</para> | ||
289 | </entry><entry | ||
290 | align="char"> | ||
291 | <para>File descriptor returned by a previous call to open().</para> | ||
292 | </entry> | ||
293 | </row><row><entry | ||
294 | align="char"> | ||
295 | <para>int request</para> | ||
296 | </entry><entry | ||
297 | align="char"> | ||
298 | <para>Equals CA_GET_CAP for this command.</para> | ||
299 | </entry> | ||
300 | </row><row><entry | ||
301 | align="char"> | ||
302 | <para>ca_caps_t * | ||
303 | </para> | ||
304 | </entry><entry | ||
305 | align="char"> | ||
306 | <para>Undocumented.</para> | ||
307 | </entry> | ||
308 | </row></tbody></tgroup></informaltable> | ||
309 | &return-value-dvb; | ||
310 | </section> | ||
311 | |||
312 | <section id="CA_GET_SLOT_INFO" | ||
313 | role="subsection"><title>CA_GET_SLOT_INFO</title> | ||
314 | <para>DESCRIPTION | ||
315 | </para> | ||
316 | <informaltable><tgroup cols="1"><tbody><row><entry | ||
317 | align="char"> | ||
318 | <para>This ioctl is undocumented. Documentation is welcome.</para> | ||
319 | </entry> | ||
320 | </row></tbody></tgroup></informaltable> | ||
321 | <para>SYNOPSIS | ||
322 | </para> | ||
323 | <informaltable><tgroup cols="1"><tbody><row><entry | ||
324 | align="char"> | ||
325 | <para>int ioctl(fd, int request = CA_GET_SLOT_INFO, | ||
326 | ca_slot_info_t *);</para> | ||
327 | </entry> | ||
328 | </row></tbody></tgroup></informaltable> | ||
329 | <para>PARAMETERS | ||
330 | </para> | ||
331 | <informaltable><tgroup cols="2"><tbody><row><entry | ||
332 | align="char"> | ||
333 | <para>int fd</para> | ||
334 | </entry><entry | ||
335 | align="char"> | ||
336 | <para>File descriptor returned by a previous call to open().</para> | ||
337 | </entry> | ||
338 | </row><row><entry | ||
339 | align="char"> | ||
340 | <para>int request</para> | ||
341 | </entry><entry | ||
342 | align="char"> | ||
343 | <para>Equals CA_GET_SLOT_INFO for this command.</para> | ||
344 | </entry> | ||
345 | </row><row><entry | ||
346 | align="char"> | ||
347 | <para>ca_slot_info_t * | ||
348 | </para> | ||
349 | </entry><entry | ||
350 | align="char"> | ||
351 | <para>Undocumented.</para> | ||
352 | </entry> | ||
353 | </row></tbody></tgroup></informaltable> | ||
354 | &return-value-dvb; | ||
355 | </section> | ||
356 | |||
357 | <section id="CA_GET_DESCR_INFO" | ||
358 | role="subsection"><title>CA_GET_DESCR_INFO</title> | ||
359 | <para>DESCRIPTION | ||
360 | </para> | ||
361 | <informaltable><tgroup cols="1"><tbody><row><entry | ||
362 | align="char"> | ||
363 | <para>This ioctl is undocumented. Documentation is welcome.</para> | ||
364 | </entry> | ||
365 | </row></tbody></tgroup></informaltable> | ||
366 | <para>SYNOPSIS | ||
367 | </para> | ||
368 | <informaltable><tgroup cols="1"><tbody><row><entry | ||
369 | align="char"> | ||
370 | <para>int ioctl(fd, int request = CA_GET_DESCR_INFO, | ||
371 | ca_descr_info_t *);</para> | ||
372 | </entry> | ||
373 | </row></tbody></tgroup></informaltable> | ||
374 | <para>PARAMETERS | ||
375 | </para> | ||
376 | <informaltable><tgroup cols="2"><tbody><row><entry | ||
377 | align="char"> | ||
378 | <para>int fd</para> | ||
379 | </entry><entry | ||
380 | align="char"> | ||
381 | <para>File descriptor returned by a previous call to open().</para> | ||
382 | </entry> | ||
383 | </row><row><entry | ||
384 | align="char"> | ||
385 | <para>int request</para> | ||
386 | </entry><entry | ||
387 | align="char"> | ||
388 | <para>Equals CA_GET_DESCR_INFO for this command.</para> | ||
389 | </entry> | ||
390 | </row><row><entry | ||
391 | align="char"> | ||
392 | <para>ca_descr_info_t * | ||
393 | </para> | ||
394 | </entry><entry | ||
395 | align="char"> | ||
396 | <para>Undocumented.</para> | ||
397 | </entry> | ||
398 | </row></tbody></tgroup></informaltable> | ||
399 | &return-value-dvb; | ||
400 | </section> | ||
401 | |||
402 | <section id="CA_GET_MSG" | ||
403 | role="subsection"><title>CA_GET_MSG</title> | ||
404 | <para>DESCRIPTION | ||
405 | </para> | ||
406 | <informaltable><tgroup cols="1"><tbody><row><entry | ||
407 | align="char"> | ||
408 | <para>This ioctl is undocumented. Documentation is welcome.</para> | ||
409 | </entry> | ||
410 | </row></tbody></tgroup></informaltable> | ||
411 | <para>SYNOPSIS | ||
412 | </para> | ||
413 | <informaltable><tgroup cols="1"><tbody><row><entry | ||
414 | align="char"> | ||
415 | <para>int ioctl(fd, int request = CA_GET_MSG, | ||
416 | ca_msg_t *);</para> | ||
417 | </entry> | ||
418 | </row></tbody></tgroup></informaltable> | ||
419 | <para>PARAMETERS | ||
420 | </para> | ||
421 | <informaltable><tgroup cols="2"><tbody><row><entry | ||
422 | align="char"> | ||
423 | <para>int fd</para> | ||
424 | </entry><entry | ||
425 | align="char"> | ||
426 | <para>File descriptor returned by a previous call to open().</para> | ||
427 | </entry> | ||
428 | </row><row><entry | ||
429 | align="char"> | ||
430 | <para>int request</para> | ||
431 | </entry><entry | ||
432 | align="char"> | ||
433 | <para>Equals CA_GET_MSG for this command.</para> | ||
434 | </entry> | ||
435 | </row><row><entry | ||
436 | align="char"> | ||
437 | <para>ca_msg_t * | ||
438 | </para> | ||
439 | </entry><entry | ||
440 | align="char"> | ||
441 | <para>Undocumented.</para> | ||
442 | </entry> | ||
443 | </row></tbody></tgroup></informaltable> | ||
444 | &return-value-dvb; | ||
445 | </section> | ||
446 | |||
447 | <section id="CA_SEND_MSG" | ||
448 | role="subsection"><title>CA_SEND_MSG</title> | ||
449 | <para>DESCRIPTION | ||
450 | </para> | ||
451 | <informaltable><tgroup cols="1"><tbody><row><entry | ||
452 | align="char"> | ||
453 | <para>This ioctl is undocumented. Documentation is welcome.</para> | ||
454 | </entry> | ||
455 | </row></tbody></tgroup></informaltable> | ||
456 | <para>SYNOPSIS | ||
457 | </para> | ||
458 | <informaltable><tgroup cols="1"><tbody><row><entry | ||
459 | align="char"> | ||
460 | <para>int ioctl(fd, int request = CA_SEND_MSG, | ||
461 | ca_msg_t *);</para> | ||
462 | </entry> | ||
463 | </row></tbody></tgroup></informaltable> | ||
464 | <para>PARAMETERS | ||
465 | </para> | ||
466 | <informaltable><tgroup cols="2"><tbody><row><entry | ||
467 | align="char"> | ||
468 | <para>int fd</para> | ||
469 | </entry><entry | ||
470 | align="char"> | ||
471 | <para>File descriptor returned by a previous call to open().</para> | ||
472 | </entry> | ||
473 | </row><row><entry | ||
474 | align="char"> | ||
475 | <para>int request</para> | ||
476 | </entry><entry | ||
477 | align="char"> | ||
478 | <para>Equals CA_SEND_MSG for this command.</para> | ||
479 | </entry> | ||
480 | </row><row><entry | ||
481 | align="char"> | ||
482 | <para>ca_msg_t * | ||
483 | </para> | ||
484 | </entry><entry | ||
485 | align="char"> | ||
486 | <para>Undocumented.</para> | ||
487 | </entry> | ||
488 | </row></tbody></tgroup></informaltable> | ||
489 | &return-value-dvb; | ||
490 | </section> | ||
491 | |||
492 | <section id="CA_SET_DESCR" | ||
493 | role="subsection"><title>CA_SET_DESCR</title> | ||
494 | <para>DESCRIPTION | ||
495 | </para> | ||
496 | <informaltable><tgroup cols="1"><tbody><row><entry | ||
497 | align="char"> | ||
498 | <para>This ioctl is undocumented. Documentation is welcome.</para> | ||
499 | </entry> | ||
500 | </row></tbody></tgroup></informaltable> | ||
501 | <para>SYNOPSIS | ||
502 | </para> | ||
503 | <informaltable><tgroup cols="1"><tbody><row><entry | ||
504 | align="char"> | ||
505 | <para>int ioctl(fd, int request = CA_SET_DESCR, | ||
506 | ca_descr_t *);</para> | ||
507 | </entry> | ||
508 | </row></tbody></tgroup></informaltable> | ||
509 | <para>PARAMETERS | ||
510 | </para> | ||
511 | <informaltable><tgroup cols="2"><tbody><row><entry | ||
512 | align="char"> | ||
513 | <para>int fd</para> | ||
514 | </entry><entry | ||
515 | align="char"> | ||
516 | <para>File descriptor returned by a previous call to open().</para> | ||
517 | </entry> | ||
518 | </row><row><entry | ||
519 | align="char"> | ||
520 | <para>int request</para> | ||
521 | </entry><entry | ||
522 | align="char"> | ||
523 | <para>Equals CA_SET_DESCR for this command.</para> | ||
524 | </entry> | ||
525 | </row><row><entry | ||
526 | align="char"> | ||
527 | <para>ca_descr_t * | ||
528 | </para> | ||
529 | </entry><entry | ||
530 | align="char"> | ||
531 | <para>Undocumented.</para> | ||
532 | </entry> | ||
533 | </row></tbody></tgroup></informaltable> | ||
534 | &return-value-dvb; | ||
535 | </section> | ||
536 | |||
537 | <section id="CA_SET_PID" | ||
538 | role="subsection"><title>CA_SET_PID</title> | ||
539 | <para>DESCRIPTION | ||
540 | </para> | ||
541 | <informaltable><tgroup cols="1"><tbody><row><entry | ||
542 | align="char"> | ||
543 | <para>This ioctl is undocumented. Documentation is welcome.</para> | ||
544 | </entry> | ||
545 | </row></tbody></tgroup></informaltable> | ||
546 | <para>SYNOPSIS | ||
547 | </para> | ||
548 | <informaltable><tgroup cols="1"><tbody><row><entry | ||
549 | align="char"> | ||
550 | <para>int ioctl(fd, int request = CA_SET_PID, | ||
551 | ca_pid_t *);</para> | ||
552 | </entry> | ||
553 | </row></tbody></tgroup></informaltable> | ||
554 | <para>PARAMETERS | ||
555 | </para> | ||
556 | <informaltable><tgroup cols="2"><tbody><row><entry | ||
557 | align="char"> | ||
558 | <para>int fd</para> | ||
559 | </entry><entry | ||
560 | align="char"> | ||
561 | <para>File descriptor returned by a previous call to open().</para> | ||
562 | </entry> | ||
563 | </row><row><entry | ||
564 | align="char"> | ||
565 | <para>int request</para> | ||
566 | </entry><entry | ||
567 | align="char"> | ||
568 | <para>Equals CA_SET_PID for this command.</para> | ||
569 | </entry> | ||
570 | </row><row><entry | ||
571 | align="char"> | ||
572 | <para>ca_pid_t * | ||
573 | </para> | ||
574 | </entry><entry | ||
575 | align="char"> | ||
576 | <para>Undocumented.</para> | ||
577 | </entry> | ||
578 | </row></tbody></tgroup></informaltable> | ||
579 | &return-value-dvb; | ||
580 | </section> | ||
581 | |||
229 | </section> | 582 | </section> |