Symbol: HPI_FUNC_ID
sound/pci/asihpi/hpi_internal.h
383
HPI_SUBSYS_OPEN = HPI_FUNC_ID(SUBSYSTEM, 1),
sound/pci/asihpi/hpi_internal.h
384
HPI_SUBSYS_GET_VERSION = HPI_FUNC_ID(SUBSYSTEM, 2),
sound/pci/asihpi/hpi_internal.h
385
HPI_SUBSYS_GET_INFO = HPI_FUNC_ID(SUBSYSTEM, 3),
sound/pci/asihpi/hpi_internal.h
386
HPI_SUBSYS_CREATE_ADAPTER = HPI_FUNC_ID(SUBSYSTEM, 5),
sound/pci/asihpi/hpi_internal.h
387
HPI_SUBSYS_CLOSE = HPI_FUNC_ID(SUBSYSTEM, 6),
sound/pci/asihpi/hpi_internal.h
388
HPI_SUBSYS_DRIVER_LOAD = HPI_FUNC_ID(SUBSYSTEM, 8),
sound/pci/asihpi/hpi_internal.h
389
HPI_SUBSYS_DRIVER_UNLOAD = HPI_FUNC_ID(SUBSYSTEM, 9),
sound/pci/asihpi/hpi_internal.h
390
HPI_SUBSYS_GET_NUM_ADAPTERS = HPI_FUNC_ID(SUBSYSTEM, 12),
sound/pci/asihpi/hpi_internal.h
391
HPI_SUBSYS_GET_ADAPTER = HPI_FUNC_ID(SUBSYSTEM, 13),
sound/pci/asihpi/hpi_internal.h
392
HPI_SUBSYS_SET_NETWORK_INTERFACE = HPI_FUNC_ID(SUBSYSTEM, 14),
sound/pci/asihpi/hpi_internal.h
393
HPI_SUBSYS_OPTION_INFO = HPI_FUNC_ID(SUBSYSTEM, 15),
sound/pci/asihpi/hpi_internal.h
394
HPI_SUBSYS_OPTION_GET = HPI_FUNC_ID(SUBSYSTEM, 16),
sound/pci/asihpi/hpi_internal.h
395
HPI_SUBSYS_OPTION_SET = HPI_FUNC_ID(SUBSYSTEM, 17),
sound/pci/asihpi/hpi_internal.h
398
HPI_ADAPTER_OPEN = HPI_FUNC_ID(ADAPTER, 1),
sound/pci/asihpi/hpi_internal.h
399
HPI_ADAPTER_CLOSE = HPI_FUNC_ID(ADAPTER, 2),
sound/pci/asihpi/hpi_internal.h
400
HPI_ADAPTER_GET_INFO = HPI_FUNC_ID(ADAPTER, 3),
sound/pci/asihpi/hpi_internal.h
401
HPI_ADAPTER_GET_ASSERT = HPI_FUNC_ID(ADAPTER, 4),
sound/pci/asihpi/hpi_internal.h
402
HPI_ADAPTER_TEST_ASSERT = HPI_FUNC_ID(ADAPTER, 5),
sound/pci/asihpi/hpi_internal.h
403
HPI_ADAPTER_SET_MODE = HPI_FUNC_ID(ADAPTER, 6),
sound/pci/asihpi/hpi_internal.h
404
HPI_ADAPTER_GET_MODE = HPI_FUNC_ID(ADAPTER, 7),
sound/pci/asihpi/hpi_internal.h
405
HPI_ADAPTER_ENABLE_CAPABILITY = HPI_FUNC_ID(ADAPTER, 8),
sound/pci/asihpi/hpi_internal.h
406
HPI_ADAPTER_SELFTEST = HPI_FUNC_ID(ADAPTER, 9),
sound/pci/asihpi/hpi_internal.h
407
HPI_ADAPTER_FIND_OBJECT = HPI_FUNC_ID(ADAPTER, 10),
sound/pci/asihpi/hpi_internal.h
408
HPI_ADAPTER_QUERY_FLASH = HPI_FUNC_ID(ADAPTER, 11),
sound/pci/asihpi/hpi_internal.h
409
HPI_ADAPTER_START_FLASH = HPI_FUNC_ID(ADAPTER, 12),
sound/pci/asihpi/hpi_internal.h
410
HPI_ADAPTER_PROGRAM_FLASH = HPI_FUNC_ID(ADAPTER, 13),
sound/pci/asihpi/hpi_internal.h
411
HPI_ADAPTER_SET_PROPERTY = HPI_FUNC_ID(ADAPTER, 14),
sound/pci/asihpi/hpi_internal.h
412
HPI_ADAPTER_GET_PROPERTY = HPI_FUNC_ID(ADAPTER, 15),
sound/pci/asihpi/hpi_internal.h
413
HPI_ADAPTER_ENUM_PROPERTY = HPI_FUNC_ID(ADAPTER, 16),
sound/pci/asihpi/hpi_internal.h
414
HPI_ADAPTER_MODULE_INFO = HPI_FUNC_ID(ADAPTER, 17),
sound/pci/asihpi/hpi_internal.h
415
HPI_ADAPTER_DEBUG_READ = HPI_FUNC_ID(ADAPTER, 18),
sound/pci/asihpi/hpi_internal.h
416
HPI_ADAPTER_IRQ_QUERY_AND_CLEAR = HPI_FUNC_ID(ADAPTER, 19),
sound/pci/asihpi/hpi_internal.h
417
HPI_ADAPTER_IRQ_CALLBACK = HPI_FUNC_ID(ADAPTER, 20),
sound/pci/asihpi/hpi_internal.h
418
HPI_ADAPTER_DELETE = HPI_FUNC_ID(ADAPTER, 21),
sound/pci/asihpi/hpi_internal.h
419
HPI_ADAPTER_READ_FLASH = HPI_FUNC_ID(ADAPTER, 22),
sound/pci/asihpi/hpi_internal.h
420
HPI_ADAPTER_END_FLASH = HPI_FUNC_ID(ADAPTER, 23),
sound/pci/asihpi/hpi_internal.h
421
HPI_ADAPTER_FILESTORE_DELETE_ALL = HPI_FUNC_ID(ADAPTER, 24),
sound/pci/asihpi/hpi_internal.h
424
HPI_OSTREAM_OPEN = HPI_FUNC_ID(OSTREAM, 1),
sound/pci/asihpi/hpi_internal.h
425
HPI_OSTREAM_CLOSE = HPI_FUNC_ID(OSTREAM, 2),
sound/pci/asihpi/hpi_internal.h
426
HPI_OSTREAM_WRITE = HPI_FUNC_ID(OSTREAM, 3),
sound/pci/asihpi/hpi_internal.h
427
HPI_OSTREAM_START = HPI_FUNC_ID(OSTREAM, 4),
sound/pci/asihpi/hpi_internal.h
428
HPI_OSTREAM_STOP = HPI_FUNC_ID(OSTREAM, 5),
sound/pci/asihpi/hpi_internal.h
429
HPI_OSTREAM_RESET = HPI_FUNC_ID(OSTREAM, 6),
sound/pci/asihpi/hpi_internal.h
430
HPI_OSTREAM_GET_INFO = HPI_FUNC_ID(OSTREAM, 7),
sound/pci/asihpi/hpi_internal.h
431
HPI_OSTREAM_QUERY_FORMAT = HPI_FUNC_ID(OSTREAM, 8),
sound/pci/asihpi/hpi_internal.h
432
HPI_OSTREAM_DATA = HPI_FUNC_ID(OSTREAM, 9),
sound/pci/asihpi/hpi_internal.h
433
HPI_OSTREAM_SET_VELOCITY = HPI_FUNC_ID(OSTREAM, 10),
sound/pci/asihpi/hpi_internal.h
434
HPI_OSTREAM_SET_PUNCHINOUT = HPI_FUNC_ID(OSTREAM, 11),
sound/pci/asihpi/hpi_internal.h
435
HPI_OSTREAM_SINEGEN = HPI_FUNC_ID(OSTREAM, 12),
sound/pci/asihpi/hpi_internal.h
436
HPI_OSTREAM_ANC_RESET = HPI_FUNC_ID(OSTREAM, 13),
sound/pci/asihpi/hpi_internal.h
437
HPI_OSTREAM_ANC_GET_INFO = HPI_FUNC_ID(OSTREAM, 14),
sound/pci/asihpi/hpi_internal.h
438
HPI_OSTREAM_ANC_READ = HPI_FUNC_ID(OSTREAM, 15),
sound/pci/asihpi/hpi_internal.h
439
HPI_OSTREAM_SET_TIMESCALE = HPI_FUNC_ID(OSTREAM, 16),
sound/pci/asihpi/hpi_internal.h
440
HPI_OSTREAM_SET_FORMAT = HPI_FUNC_ID(OSTREAM, 17),
sound/pci/asihpi/hpi_internal.h
441
HPI_OSTREAM_HOSTBUFFER_ALLOC = HPI_FUNC_ID(OSTREAM, 18),
sound/pci/asihpi/hpi_internal.h
442
HPI_OSTREAM_HOSTBUFFER_FREE = HPI_FUNC_ID(OSTREAM, 19),
sound/pci/asihpi/hpi_internal.h
443
HPI_OSTREAM_GROUP_ADD = HPI_FUNC_ID(OSTREAM, 20),
sound/pci/asihpi/hpi_internal.h
444
HPI_OSTREAM_GROUP_GETMAP = HPI_FUNC_ID(OSTREAM, 21),
sound/pci/asihpi/hpi_internal.h
445
HPI_OSTREAM_GROUP_RESET = HPI_FUNC_ID(OSTREAM, 22),
sound/pci/asihpi/hpi_internal.h
446
HPI_OSTREAM_HOSTBUFFER_GET_INFO = HPI_FUNC_ID(OSTREAM, 23),
sound/pci/asihpi/hpi_internal.h
447
HPI_OSTREAM_WAIT_START = HPI_FUNC_ID(OSTREAM, 24),
sound/pci/asihpi/hpi_internal.h
448
HPI_OSTREAM_WAIT = HPI_FUNC_ID(OSTREAM, 25),
sound/pci/asihpi/hpi_internal.h
451
HPI_ISTREAM_OPEN = HPI_FUNC_ID(ISTREAM, 1),
sound/pci/asihpi/hpi_internal.h
452
HPI_ISTREAM_CLOSE = HPI_FUNC_ID(ISTREAM, 2),
sound/pci/asihpi/hpi_internal.h
453
HPI_ISTREAM_SET_FORMAT = HPI_FUNC_ID(ISTREAM, 3),
sound/pci/asihpi/hpi_internal.h
454
HPI_ISTREAM_READ = HPI_FUNC_ID(ISTREAM, 4),
sound/pci/asihpi/hpi_internal.h
455
HPI_ISTREAM_START = HPI_FUNC_ID(ISTREAM, 5),
sound/pci/asihpi/hpi_internal.h
456
HPI_ISTREAM_STOP = HPI_FUNC_ID(ISTREAM, 6),
sound/pci/asihpi/hpi_internal.h
457
HPI_ISTREAM_RESET = HPI_FUNC_ID(ISTREAM, 7),
sound/pci/asihpi/hpi_internal.h
458
HPI_ISTREAM_GET_INFO = HPI_FUNC_ID(ISTREAM, 8),
sound/pci/asihpi/hpi_internal.h
459
HPI_ISTREAM_QUERY_FORMAT = HPI_FUNC_ID(ISTREAM, 9),
sound/pci/asihpi/hpi_internal.h
460
HPI_ISTREAM_ANC_RESET = HPI_FUNC_ID(ISTREAM, 10),
sound/pci/asihpi/hpi_internal.h
461
HPI_ISTREAM_ANC_GET_INFO = HPI_FUNC_ID(ISTREAM, 11),
sound/pci/asihpi/hpi_internal.h
462
HPI_ISTREAM_ANC_WRITE = HPI_FUNC_ID(ISTREAM, 12),
sound/pci/asihpi/hpi_internal.h
463
HPI_ISTREAM_HOSTBUFFER_ALLOC = HPI_FUNC_ID(ISTREAM, 13),
sound/pci/asihpi/hpi_internal.h
464
HPI_ISTREAM_HOSTBUFFER_FREE = HPI_FUNC_ID(ISTREAM, 14),
sound/pci/asihpi/hpi_internal.h
465
HPI_ISTREAM_GROUP_ADD = HPI_FUNC_ID(ISTREAM, 15),
sound/pci/asihpi/hpi_internal.h
466
HPI_ISTREAM_GROUP_GETMAP = HPI_FUNC_ID(ISTREAM, 16),
sound/pci/asihpi/hpi_internal.h
467
HPI_ISTREAM_GROUP_RESET = HPI_FUNC_ID(ISTREAM, 17),
sound/pci/asihpi/hpi_internal.h
468
HPI_ISTREAM_HOSTBUFFER_GET_INFO = HPI_FUNC_ID(ISTREAM, 18),
sound/pci/asihpi/hpi_internal.h
469
HPI_ISTREAM_WAIT_START = HPI_FUNC_ID(ISTREAM, 19),
sound/pci/asihpi/hpi_internal.h
470
HPI_ISTREAM_WAIT = HPI_FUNC_ID(ISTREAM, 20),
sound/pci/asihpi/hpi_internal.h
475
HPI_MIXER_OPEN = HPI_FUNC_ID(MIXER, 1),
sound/pci/asihpi/hpi_internal.h
476
HPI_MIXER_CLOSE = HPI_FUNC_ID(MIXER, 2),
sound/pci/asihpi/hpi_internal.h
477
HPI_MIXER_GET_INFO = HPI_FUNC_ID(MIXER, 3),
sound/pci/asihpi/hpi_internal.h
478
HPI_MIXER_GET_NODE_INFO = HPI_FUNC_ID(MIXER, 4),
sound/pci/asihpi/hpi_internal.h
479
HPI_MIXER_GET_CONTROL = HPI_FUNC_ID(MIXER, 5),
sound/pci/asihpi/hpi_internal.h
480
HPI_MIXER_SET_CONNECTION = HPI_FUNC_ID(MIXER, 6),
sound/pci/asihpi/hpi_internal.h
481
HPI_MIXER_GET_CONNECTIONS = HPI_FUNC_ID(MIXER, 7),
sound/pci/asihpi/hpi_internal.h
482
HPI_MIXER_GET_CONTROL_BY_INDEX = HPI_FUNC_ID(MIXER, 8),
sound/pci/asihpi/hpi_internal.h
483
HPI_MIXER_GET_CONTROL_ARRAY_BY_INDEX = HPI_FUNC_ID(MIXER, 9),
sound/pci/asihpi/hpi_internal.h
484
HPI_MIXER_GET_CONTROL_MULTIPLE_VALUES = HPI_FUNC_ID(MIXER, 10),
sound/pci/asihpi/hpi_internal.h
485
HPI_MIXER_STORE = HPI_FUNC_ID(MIXER, 11),
sound/pci/asihpi/hpi_internal.h
486
HPI_MIXER_GET_CACHE_INFO = HPI_FUNC_ID(MIXER, 12),
sound/pci/asihpi/hpi_internal.h
487
HPI_MIXER_GET_BLOCK_HANDLE = HPI_FUNC_ID(MIXER, 13),
sound/pci/asihpi/hpi_internal.h
488
HPI_MIXER_GET_PARAMETER_HANDLE = HPI_FUNC_ID(MIXER, 14),
sound/pci/asihpi/hpi_internal.h
491
HPI_CONTROL_GET_INFO = HPI_FUNC_ID(CONTROL, 1),
sound/pci/asihpi/hpi_internal.h
492
HPI_CONTROL_GET_STATE = HPI_FUNC_ID(CONTROL, 2),
sound/pci/asihpi/hpi_internal.h
493
HPI_CONTROL_SET_STATE = HPI_FUNC_ID(CONTROL, 3),
sound/pci/asihpi/hpi_internal.h
496
HPI_NVMEMORY_OPEN = HPI_FUNC_ID(NVMEMORY, 1),
sound/pci/asihpi/hpi_internal.h
497
HPI_NVMEMORY_READ_BYTE = HPI_FUNC_ID(NVMEMORY, 2),
sound/pci/asihpi/hpi_internal.h
498
HPI_NVMEMORY_WRITE_BYTE = HPI_FUNC_ID(NVMEMORY, 3),
sound/pci/asihpi/hpi_internal.h
501
HPI_GPIO_OPEN = HPI_FUNC_ID(GPIO, 1),
sound/pci/asihpi/hpi_internal.h
502
HPI_GPIO_READ_BIT = HPI_FUNC_ID(GPIO, 2),
sound/pci/asihpi/hpi_internal.h
503
HPI_GPIO_WRITE_BIT = HPI_FUNC_ID(GPIO, 3),
sound/pci/asihpi/hpi_internal.h
504
HPI_GPIO_READ_ALL = HPI_FUNC_ID(GPIO, 4),
sound/pci/asihpi/hpi_internal.h
505
HPI_GPIO_WRITE_STATUS = HPI_FUNC_ID(GPIO, 5),
sound/pci/asihpi/hpi_internal.h
508
HPI_ASYNCEVENT_OPEN = HPI_FUNC_ID(ASYNCEVENT, 1),
sound/pci/asihpi/hpi_internal.h
509
HPI_ASYNCEVENT_CLOSE = HPI_FUNC_ID(ASYNCEVENT, 2),
sound/pci/asihpi/hpi_internal.h
510
HPI_ASYNCEVENT_WAIT = HPI_FUNC_ID(ASYNCEVENT, 3),
sound/pci/asihpi/hpi_internal.h
511
HPI_ASYNCEVENT_GETCOUNT = HPI_FUNC_ID(ASYNCEVENT, 4),
sound/pci/asihpi/hpi_internal.h
512
HPI_ASYNCEVENT_GET = HPI_FUNC_ID(ASYNCEVENT, 5),
sound/pci/asihpi/hpi_internal.h
513
HPI_ASYNCEVENT_SENDEVENTS = HPI_FUNC_ID(ASYNCEVENT, 6),
sound/pci/asihpi/hpi_internal.h
516
HPI_WATCHDOG_OPEN = HPI_FUNC_ID(WATCHDOG, 1),
sound/pci/asihpi/hpi_internal.h
517
HPI_WATCHDOG_SET_TIME = HPI_FUNC_ID(WATCHDOG, 2),
sound/pci/asihpi/hpi_internal.h
518
HPI_WATCHDOG_PING = HPI_FUNC_ID(WATCHDOG, 3),
sound/pci/asihpi/hpi_internal.h
520
HPI_CLOCK_OPEN = HPI_FUNC_ID(CLOCK, 1),
sound/pci/asihpi/hpi_internal.h
521
HPI_CLOCK_SET_TIME = HPI_FUNC_ID(CLOCK, 2),
sound/pci/asihpi/hpi_internal.h
522
HPI_CLOCK_GET_TIME = HPI_FUNC_ID(CLOCK, 3),
sound/pci/asihpi/hpi_internal.h
524
HPI_PROFILE_OPEN_ALL = HPI_FUNC_ID(PROFILE, 1),
sound/pci/asihpi/hpi_internal.h
525
HPI_PROFILE_START_ALL = HPI_FUNC_ID(PROFILE, 2),
sound/pci/asihpi/hpi_internal.h
526
HPI_PROFILE_STOP_ALL = HPI_FUNC_ID(PROFILE, 3),
sound/pci/asihpi/hpi_internal.h
527
HPI_PROFILE_GET = HPI_FUNC_ID(PROFILE, 4),
sound/pci/asihpi/hpi_internal.h
528
HPI_PROFILE_GET_IDLECOUNT = HPI_FUNC_ID(PROFILE, 5),
sound/pci/asihpi/hpi_internal.h
529
HPI_PROFILE_GET_NAME = HPI_FUNC_ID(PROFILE, 6),
sound/pci/asihpi/hpi_internal.h
530
HPI_PROFILE_GET_UTILIZATION = HPI_FUNC_ID(PROFILE, 7)