Searched refs:_F (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/arch/xtensa/kernel/ |
D | platform.c | 22 #define _F(r,f,a,b) \ macro 31 _F(void, setup, (char** cmd), { }); 32 _F(void, restart, (void), { while(1); }); 33 _F(void, halt, (void), { while(1); }); 34 _F(void, power_off, (void), { while(1); }); 35 _F(void, idle, (void), { __asm__ __volatile__ ("waiti 0" ::: "memory"); }); 36 _F(void, heartbeat, (void), { }); 39 _F(void, calibrate_ccount, (void),
|
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_dcb.h | 35 FW_CMD_##__op##_F | \
|
D | t4_hw.c | 6517 FW_CMD_##rd_wr##_F); \
|
/Linux-v5.4/Documentation/networking/ |
D | snmp_counter.rst | 413 .. _F-RTO: https://tools.ietf.org/html/rfc5682
|