Searched refs:_C (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/lib/ |
D | ctype.c | 12 _C,_C,_C,_C,_C,_C,_C,_C, /* 0-7 */ 13 _C,_C|_S,_C|_S,_C|_S,_C|_S,_C|_S,_C,_C, /* 8-15 */ 14 _C,_C,_C,_C,_C,_C,_C,_C, /* 16-23 */ 15 _C,_C,_C,_C,_C,_C,_C,_C, /* 24-31 */ 27 _L,_L,_L,_P,_P,_P,_P,_C, /* 120-127 */
|
D | ts_fsm.c | 50 [TS_FSM_CNTRL] = _C, 65 _W|_A|_C, _W|_A|_C, _W|_A|_C, _W|_A|_C, /* 0- 3 */ 66 _W|_A|_C, _W|_A|_C, _W|_A|_C, _W|_A|_C, /* 4- 7 */ 67 _W|_A|_C, _W|_A|_C|_S, _W|_A|_C|_S, _W|_A|_C|_S, /* 8- 11 */ 68 _W|_A|_C|_S, _W|_A|_C|_S, _W|_A|_C, _W|_A|_C, /* 12- 15 */ 69 _W|_A|_C, _W|_A|_C, _W|_A|_C, _W|_A|_C, /* 16- 19 */ 70 _W|_A|_C, _W|_A|_C, _W|_A|_C, _W|_A|_C, /* 20- 23 */ 71 _W|_A|_C, _W|_A|_C, _W|_A|_C, _W|_A|_C, /* 24- 27 */ 72 _W|_A|_C, _W|_A|_C, _W|_A|_C, _W|_A|_C, /* 28- 31 */ 96 _W|_A|_P, _W|_A|_P, _W|_A|_P, _W|_A|_C, /* 124-127 */
|
/linux-4.1.27/include/linux/ |
D | ctype.h | 12 #define _C 0x08 /* cntrl */ macro 24 #define iscntrl(c) ((__ismask(c)&(_C)) != 0)
|
/linux-4.1.27/drivers/video/fbdev/omap/ |
D | omapfb_main.c | 1635 #define _C(x) (fbdev->ctrl->x != NULL) in check_required_callbacks() macro 1638 BUG_ON(!(_C(init) && _C(cleanup) && _C(get_caps) && in check_required_callbacks() 1639 _C(set_update_mode) && _C(setup_plane) && _C(enable_plane) && in check_required_callbacks() 1643 #undef _C in check_required_callbacks()
|