/device/google/crosshatch/sdm845/original-kernel-headers/media/ |
D | msm_isp.h | 4 #define BIT(nr) (1UL << (nr)) macro 324 #define VFE_OUTPUTS_MAIN_AND_PREVIEW BIT(0) 325 #define VFE_OUTPUTS_MAIN_AND_VIDEO BIT(1) 326 #define VFE_OUTPUTS_MAIN_AND_THUMB BIT(2) 327 #define VFE_OUTPUTS_THUMB_AND_MAIN BIT(3) 328 #define VFE_OUTPUTS_PREVIEW_AND_VIDEO BIT(4) 329 #define VFE_OUTPUTS_VIDEO_AND_PREVIEW BIT(5) 330 #define VFE_OUTPUTS_PREVIEW BIT(6) 331 #define VFE_OUTPUTS_VIDEO BIT(7) 332 #define VFE_OUTPUTS_RAW BIT(8) [all …]
|
D | msm_camera.h | 26 #define BIT(nr) (1UL << (nr)) macro 537 #define CMD_AXI_CFG_PRIM BIT(8) 538 #define CMD_AXI_CFG_PRIM_ALL_CHNLS BIT(9) 539 #define CMD_AXI_CFG_SEC BIT(10) 540 #define CMD_AXI_CFG_SEC_ALL_CHNLS BIT(11) 541 #define CMD_AXI_CFG_TERT1 BIT(12) 542 #define CMD_AXI_CFG_TERT2 BIT(13) 551 #define AXI_CMD_PREVIEW BIT(0) 552 #define AXI_CMD_CAPTURE BIT(1) 553 #define AXI_CMD_RECORD BIT(2) [all …]
|
/device/google/crosshatch/sdm845/kernel-headers/media/ |
D | msm_isp.h | 21 #define BIT(nr) (1UL << (nr)) macro 316 #define VFE_OUTPUTS_MAIN_AND_PREVIEW BIT(0) 317 #define VFE_OUTPUTS_MAIN_AND_VIDEO BIT(1) 318 #define VFE_OUTPUTS_MAIN_AND_THUMB BIT(2) 319 #define VFE_OUTPUTS_THUMB_AND_MAIN BIT(3) 320 #define VFE_OUTPUTS_PREVIEW_AND_VIDEO BIT(4) 321 #define VFE_OUTPUTS_VIDEO_AND_PREVIEW BIT(5) 322 #define VFE_OUTPUTS_PREVIEW BIT(6) 323 #define VFE_OUTPUTS_VIDEO BIT(7) 324 #define VFE_OUTPUTS_RAW BIT(8) [all …]
|
D | msm_camera.h | 27 #define BIT(nr) (1UL << (nr)) macro 333 #define CMD_AXI_CFG_PRIM BIT(8) 334 #define CMD_AXI_CFG_PRIM_ALL_CHNLS BIT(9) 335 #define CMD_AXI_CFG_SEC BIT(10) 336 #define CMD_AXI_CFG_SEC_ALL_CHNLS BIT(11) 337 #define CMD_AXI_CFG_TERT1 BIT(12) 338 #define CMD_AXI_CFG_TERT2 BIT(13) 343 #define AXI_CMD_PREVIEW BIT(0) 344 #define AXI_CMD_CAPTURE BIT(1) 345 #define AXI_CMD_RECORD BIT(2) [all …]
|
/device/google/bonito/sdm710/kernel-headers/media/ |
D | msm_isp.h | 21 #define BIT(nr) (1UL << (nr)) macro 316 #define VFE_OUTPUTS_MAIN_AND_PREVIEW BIT(0) 317 #define VFE_OUTPUTS_MAIN_AND_VIDEO BIT(1) 318 #define VFE_OUTPUTS_MAIN_AND_THUMB BIT(2) 319 #define VFE_OUTPUTS_THUMB_AND_MAIN BIT(3) 320 #define VFE_OUTPUTS_PREVIEW_AND_VIDEO BIT(4) 321 #define VFE_OUTPUTS_VIDEO_AND_PREVIEW BIT(5) 322 #define VFE_OUTPUTS_PREVIEW BIT(6) 323 #define VFE_OUTPUTS_VIDEO BIT(7) 324 #define VFE_OUTPUTS_RAW BIT(8) [all …]
|
D | msm_camera.h | 27 #define BIT(nr) (1UL << (nr)) macro 333 #define CMD_AXI_CFG_PRIM BIT(8) 334 #define CMD_AXI_CFG_PRIM_ALL_CHNLS BIT(9) 335 #define CMD_AXI_CFG_SEC BIT(10) 336 #define CMD_AXI_CFG_SEC_ALL_CHNLS BIT(11) 337 #define CMD_AXI_CFG_TERT1 BIT(12) 338 #define CMD_AXI_CFG_TERT2 BIT(13) 343 #define AXI_CMD_PREVIEW BIT(0) 344 #define AXI_CMD_CAPTURE BIT(1) 345 #define AXI_CMD_RECORD BIT(2) [all …]
|
/device/google/bonito/sdm710/original-kernel-headers/media/ |
D | msm_isp.h | 4 #define BIT(nr) (1UL << (nr)) macro 324 #define VFE_OUTPUTS_MAIN_AND_PREVIEW BIT(0) 325 #define VFE_OUTPUTS_MAIN_AND_VIDEO BIT(1) 326 #define VFE_OUTPUTS_MAIN_AND_THUMB BIT(2) 327 #define VFE_OUTPUTS_THUMB_AND_MAIN BIT(3) 328 #define VFE_OUTPUTS_PREVIEW_AND_VIDEO BIT(4) 329 #define VFE_OUTPUTS_VIDEO_AND_PREVIEW BIT(5) 330 #define VFE_OUTPUTS_PREVIEW BIT(6) 331 #define VFE_OUTPUTS_VIDEO BIT(7) 332 #define VFE_OUTPUTS_RAW BIT(8) [all …]
|
D | msm_camera.h | 26 #define BIT(nr) (1UL << (nr)) macro 537 #define CMD_AXI_CFG_PRIM BIT(8) 538 #define CMD_AXI_CFG_PRIM_ALL_CHNLS BIT(9) 539 #define CMD_AXI_CFG_SEC BIT(10) 540 #define CMD_AXI_CFG_SEC_ALL_CHNLS BIT(11) 541 #define CMD_AXI_CFG_TERT1 BIT(12) 542 #define CMD_AXI_CFG_TERT2 BIT(13) 551 #define AXI_CMD_PREVIEW BIT(0) 552 #define AXI_CMD_CAPTURE BIT(1) 553 #define AXI_CMD_RECORD BIT(2) [all …]
|
/device/google/bonito/sdm710/kernel-headers/linux/ |
D | spcom.h | 22 #ifndef BIT 23 #define BIT(x) (1 << x) macro 42 SPCOM_POLL_LINK_STATE = BIT(1), 43 SPCOM_POLL_CH_CONNECT = BIT(2), 44 SPCOM_POLL_READY_FLAG = BIT(14), 45 SPCOM_POLL_WAIT_FLAG = BIT(15),
|
/device/google/crosshatch/sdm845/original-kernel-headers/linux/ |
D | spcom.h | 17 #ifndef BIT 18 #define BIT(x) (1 << x) macro 68 SPCOM_POLL_LINK_STATE = BIT(1), 69 SPCOM_POLL_CH_CONNECT = BIT(2), 70 SPCOM_POLL_READY_FLAG = BIT(14), /* output */ 71 SPCOM_POLL_WAIT_FLAG = BIT(15), /* if set , wait for the event */
|
/device/google/crosshatch/sdm845/kernel-headers/linux/ |
D | spcom.h | 22 #ifndef BIT 23 #define BIT(x) (1 << x) macro 42 SPCOM_POLL_LINK_STATE = BIT(1), 43 SPCOM_POLL_CH_CONNECT = BIT(2), 44 SPCOM_POLL_READY_FLAG = BIT(14), 45 SPCOM_POLL_WAIT_FLAG = BIT(15),
|
/device/google/bonito/sdm710/original-kernel-headers/linux/ |
D | spcom.h | 17 #ifndef BIT 18 #define BIT(x) (1 << x) macro 68 SPCOM_POLL_LINK_STATE = BIT(1), 69 SPCOM_POLL_CH_CONNECT = BIT(2), 70 SPCOM_POLL_READY_FLAG = BIT(14), /* output */ 71 SPCOM_POLL_WAIT_FLAG = BIT(15), /* if set , wait for the event */
|
/device/google/coral-kernel/sm8150/kernel-headers/linux/ |
D | spcom.h | 22 #ifndef BIT 23 #define BIT(x) (1 << x) macro 44 SPCOM_POLL_LINK_STATE = BIT(1), 45 SPCOM_POLL_CH_CONNECT = BIT(2), 46 SPCOM_POLL_READY_FLAG = BIT(14), 47 SPCOM_POLL_WAIT_FLAG = BIT(15),
|
/device/google/coral-kernel/sm8150/original-kernel-headers/linux/ |
D | spcom.h | 17 #ifndef BIT 18 #define BIT(x) (1 << x) macro 71 SPCOM_POLL_LINK_STATE = BIT(1), 72 SPCOM_POLL_CH_CONNECT = BIT(2), 73 SPCOM_POLL_READY_FLAG = BIT(14), /* output */ 74 SPCOM_POLL_WAIT_FLAG = BIT(15), /* if set , wait for the event */
|
/device/generic/goldfish/network/wifi_forwarder/ |
D | hwsim.h | 20 #define BIT(num) (1UL << (num)) macro 22 HWSIM_TX_CTL_REQ_TX_STATUS = BIT(0), 23 HWSIM_TX_CTL_NO_ACK = BIT(1), 24 HWSIM_TX_STAT_ACK = BIT(2),
|
/device/google/coral/ |
D | WCNSS_qcom_cfg.ini | 356 # BIT 0: STA+STA 357 # BIT 1: STA+P2P 358 # BIT 2-31: Reserved 363 # BIT 2, 1: Action on non matching candidate with cache. If a BTM request is received from AP 371 # BIT 5, 4, 3: Roaming handoff decisions on multiple candidates match 375 # BIT 6: Set this to 1 will send BTM query frame and 0 not sent. 376 # BIT 7-31: Reserved
|
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/ |
D | st_lsm6dsm.c | 939 #define BIT(x) (0x01 << x) macro 2631 T(masterConfigDependencies) |= BIT(MAGN); in lsm6dsm_setMagnPower() 2635 T(masterConfigDependencies) |= BIT(MAGN); in lsm6dsm_setMagnPower() 2643 T(masterConfigDependencies) &= ~BIT(MAGN); in lsm6dsm_setMagnPower() 2690 T(masterConfigDependencies) |= BIT(PRESS); in lsm6dsm_setPressPower() 2694 T(masterConfigDependencies) |= BIT(PRESS); in lsm6dsm_setPressPower() 2704 T(masterConfigDependencies) &= ~BIT(PRESS); in lsm6dsm_setPressPower() 2767 T(masterConfigDependencies) |= BIT(TEMP); in lsm6dsm_setTempPower() 2771 T(masterConfigDependencies) |= BIT(TEMP); in lsm6dsm_setTempPower() 2781 T(masterConfigDependencies) &= ~BIT(TEMP); in lsm6dsm_setTempPower() [all …]
|