/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
H A D | aspeed,ast2400-vic.txt | 9 - compatible : "aspeed,ast2400-vic" 10 "aspeed,ast2500-vic" 18 vic: interrupt-controller@1e6c0080 { 19 compatible = "aspeed,ast2400-vic";
|
H A D | arm,vic.txt | 10 "arm,pl190-vic" 11 "arm,pl192-vic" 34 compatible = "arm,pl192-vic";
|
H A D | interrupts.txt | 51 vic: intc@10140000 { 52 compatible = "arm,versatile-vic"; 63 interrupt-parent = <&vic>; 64 interrupts = <31>; /* Cascaded to vic */
|
H A D | snps,dw-apb-ictl.txt | 38 vic: interrupt-controller@10130000 {
|
/freebsd/sys/contrib/device-tree/src/arm/st/ |
H A D | spear3xx.dtsi | 11 interrupt-parent = <&vic>; 34 vic: interrupt-controller@f1100000 { label 35 compatible = "arm,pl190-vic"; 44 interrupt-parent = <&vic>;
|
H A D | spear600.dtsi | 33 compatible = "arm,pl190-vic"; 40 compatible = "arm,pl190-vic";
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | vdev_removal.c | 420 vdev_indirect_config_t *vic = &vd->vdev_indirect_config; in vdev_remove_initiate_sync() local 448 vic->vic_mapping_object = vdev_indirect_mapping_alloc(mos, tx); in vdev_remove_initiate_sync() 450 vdev_indirect_mapping_open(mos, vic->vic_mapping_object); in vdev_remove_initiate_sync() 451 vic->vic_births_object = vdev_indirect_births_alloc(mos, tx); in vdev_remove_initiate_sync() 453 vdev_indirect_births_open(mos, vic->vic_births_object); in vdev_remove_initiate_sync() 522 (u_longlong_t)vic->vic_mapping_object); in vdev_remove_initiate_sync() 586 vdev_indirect_config_t *vic = &vd->vdev_indirect_config; in spa_remove_init() local 594 spa->spa_meta_objset, vic->vic_mapping_object); in spa_remove_init() 596 spa->spa_meta_objset, vic->vic_births_object); in spa_remove_init() 607 vdev_indirect_config_t *vic = &vd->vdev_indirect_config; in spa_remove_init() local [all …]
|
H A D | vdev_indirect.c | 487 vdev_indirect_config_t *vic = &vd->vdev_indirect_config; in spa_condense_indirect_complete_sync() local 500 ASSERT(vic->vic_mapping_object != 0); in spa_condense_indirect_complete_sync() 514 vdev_indirect_mapping_free(mos, vic->vic_mapping_object, tx); in spa_condense_indirect_complete_sync() 515 vic->vic_mapping_object = scip->scip_next_mapping_object; in spa_condense_indirect_complete_sync() 533 (u_longlong_t)vic->vic_mapping_object, in spa_condense_indirect_complete_sync() 816 vdev_indirect_config_t *vic __maybe_unused = &vd->vdev_indirect_config; in vdev_indirect_sync_obsolete() 818 ASSERT3U(vic->vic_mapping_object, !=, 0); in vdev_indirect_sync_obsolete()
|
H A D | vdev_label.c | 461 vdev_indirect_config_t *vic = &vd->vdev_indirect_config; in vdev_config_generate() local 556 if (vic->vic_mapping_object != 0) { in vdev_config_generate() 558 vic->vic_mapping_object); in vdev_config_generate() 561 if (vic->vic_births_object != 0) { in vdev_config_generate() 563 vic->vic_births_object); in vdev_config_generate() 566 if (vic->vic_prev_indirect_vdev != UINT64_MAX) { in vdev_config_generate() 568 vic->vic_prev_indirect_vdev); in vdev_config_generate()
|
/freebsd/sys/arm/nvidia/drm2/ |
H A D | hdmi.c | 346 if (frame->vic == 0 && frame->s3d_struct == HDMI_3D_STRUCTURE_INVALID) in hdmi_vendor_infoframe_pack() 350 if (frame->vic != 0 && frame->s3d_struct != HDMI_3D_STRUCTURE_INVALID) in hdmi_vendor_infoframe_pack() 376 if (frame->vic) { in hdmi_vendor_infoframe_pack() 378 ptr[8] = frame->vic; in hdmi_vendor_infoframe_pack() 935 if (hvf->vic == 0 && hvf->s3d_struct == HDMI_3D_STRUCTURE_INVALID) { in hdmi_vendor_any_infoframe_log() 940 if (hvf->vic) in hdmi_vendor_any_infoframe_log() 941 hdmi_log(" HDMI VIC: %u\n", hvf->vic); in hdmi_vendor_any_infoframe_log() 1175 hvf->vic = ptr[4]; in hdmi_vendor_any_infoframe_unpack()
|
H A D | hdmi.h | 287 uint8_t vic; member
|
/freebsd/sys/contrib/device-tree/src/arm/arm/ |
H A D | versatile-ab.dts | 9 interrupt-parent = <&vic>; 208 vic: interrupt-controller@10140000 { label 209 compatible = "arm,versatile-vic"; 221 interrupt-parent = <&vic>; 222 interrupts = <31>; /* Cascaded to vic */ 427 interrupts-extended = <&vic 22 &sic 1>;
|
/freebsd/sys/contrib/device-tree/src/arm/hisilicon/ |
H A D | sd5203.dts | 13 interrupt-parent = <&vic>; 47 vic: interrupt-controller@10130000 { label
|
/freebsd/sys/contrib/device-tree/src/arm/hpe/ |
H A D | hpe-gxp.dtsi | 63 compatible = "arm,pl192-vic"; 70 compatible = "arm,pl192-vic";
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_hdmi.c | 561 else if (frame->vic != 0 || frame->s3d_struct != HDMI_3D_STRUCTURE_INVALID) in hdmi_vendor_infoframe_length() 575 if (frame->vic != 0 && frame->s3d_struct != HDMI_3D_STRUCTURE_INVALID) in hdmi_vendor_infoframe_check_only() 648 } else if (frame->vic) { in hdmi_vendor_infoframe_pack_only() 650 ptr[8] = frame->vic; in hdmi_vendor_infoframe_pack_only() 1541 if (hvf->vic == 0 && hvf->s3d_struct == HDMI_3D_STRUCTURE_INVALID) { in hdmi_vendor_any_infoframe_log() 1546 if (hvf->vic) in hdmi_vendor_any_infoframe_log() 1547 hdmi_log(" HDMI VIC: %u\n", hvf->vic); in hdmi_vendor_any_infoframe_log() 1814 hvf->vic = ptr[4]; in hdmi_vendor_any_infoframe_unpack()
|
/freebsd/contrib/libedit/ |
H A D | map.h | 56 const el_action_t *vic; /* The vi command mode key map */ member
|
H A D | map.c | 923 el->el_map.vic = el_map_vi_command; in map_init() 961 el->el_map.vic = NULL; in map_end() 1037 const el_action_t *vic = el->el_map.vic; in map_init_vi() local 1046 alt[i] = vic[i]; in map_init_vi()
|
/freebsd/sys/contrib/device-tree/src/arm/samsung/ |
H A D | s3c64xx.dtsi | 49 compatible = "arm,pl192-vic"; 56 compatible = "arm,pl192-vic";
|
H A D | s5pv210.dtsi | 462 compatible = "arm,pl192-vic"; 469 compatible = "arm,pl192-vic"; 476 compatible = "arm,pl192-vic"; 483 compatible = "arm,pl192-vic";
|
/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | picoxcell.txt | 21 - compatible = "arm,pl192-vic".
|
/freebsd/sys/dts/arm/ |
H A D | versatilepb.dts | 18 compatible = "arm,versatile-vic";
|
/freebsd/stand/libsa/zfs/ |
H A D | zfsimpl.c | 724 vdev_indirect_config_t *vic; in vdev_indirect_read() local 726 vic = &vdev->vdev_indirect_config; in vdev_indirect_read() 728 spa->spa_mos, vic->vic_mapping_object); in vdev_indirect_read() 858 vdev_indirect_config_t *vic; in vdev_create() local 872 vic = &vdev->vdev_indirect_config; in vdev_create() 873 vic->vic_prev_indirect_vdev = UINT64_MAX; in vdev_create() 954 vdev_indirect_config_t *vic; in vdev_init() local 959 vic = &vdev->vdev_indirect_config; in vdev_init() 964 NULL, &vic->vic_mapping_object, NULL); in vdev_init() 968 NULL, &vic->vic_births_object, NULL); in vdev_init() [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/nspire/ |
H A D | nspire-cx.dts | 141 compatible = "arm,pl190-vic";
|
/freebsd/sys/contrib/device-tree/src/arm/cirrus/ |
H A D | ep93xx.dtsi | 304 compatible = "arm,pl192-vic"; 313 compatible = "arm,pl192-vic";
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | hdmi.h | 366 u8 vic; member
|