| /src/external/gpl3/gdb/dist/sim/bfin/ |
| dv-bfin_cec.c | 1 /* Blackfin Core Event Controller (CEC) model. 57 struct bfin_cec *cec = data; local 58 hw_event_queue_deschedule (me, cec->pending); 59 _cec_raise (cec->cpu, cec, -1); 60 cec->pending = NULL; 63 bfin_cec_check_pending (struct hw *me, struct bfin_cec *cec) 65 if (cec->pending) 67 cec->pending = hw_event_queue_schedule (me, 0, bfin_cec_hw_event_callback, cec); 85 struct bfin_cec *cec = hw_data (me); local 125 struct bfin_cec *cec = hw_data (me); local 167 struct bfin_cec *cec = hw_data (me); local 205 struct bfin_cec *cec; local 432 struct bfin_cec *cec; local 452 struct bfin_cec *cec; local 657 struct bfin_cec *cec; local 683 struct bfin_cec *cec; local 795 struct bfin_cec *cec; local 814 struct bfin_cec *cec; local [all...] |
| /src/external/gpl3/gdb.old/dist/sim/bfin/ |
| dv-bfin_cec.c | 1 /* Blackfin Core Event Controller (CEC) model. 57 struct bfin_cec *cec = data; local 58 hw_event_queue_deschedule (me, cec->pending); 59 _cec_raise (cec->cpu, cec, -1); 60 cec->pending = NULL; 63 bfin_cec_check_pending (struct hw *me, struct bfin_cec *cec) 65 if (cec->pending) 67 cec->pending = hw_event_queue_schedule (me, 0, bfin_cec_hw_event_callback, cec); 85 struct bfin_cec *cec = hw_data (me); local 125 struct bfin_cec *cec = hw_data (me); local 167 struct bfin_cec *cec = hw_data (me); local 205 struct bfin_cec *cec; local 432 struct bfin_cec *cec; local 452 struct bfin_cec *cec; local 657 struct bfin_cec *cec; local 683 struct bfin_cec *cec; local 795 struct bfin_cec *cec; local 814 struct bfin_cec *cec; local [all...] |
| /src/sys/external/bsd/drm2/dist/include/drm/ |
| drm_dp_helper.h | 924 /* HDMI CEC tunneling over AUX DP 1.3 section 5.3.3.3.1 DPCD 1.4+ */ 1346 * struct drm_dp_aux_cec - DisplayPort CEC-Tunneling-over-AUX 1348 * @adap: the CEC adapter for CEC-Tunneling-over-AUX support. 1349 * @connector: the connector this CEC adapter is associated with 1350 * @unregister_work: unregister the CEC adapter 1418 * @cec: struct containing fields used for CEC-Tunneling-over-AUX. 1420 struct drm_dp_aux_cec cec; member in struct:drm_dp_aux
|