/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/ |
D | ip.h | 44 #define IPOPT_COPIED(o) ((o)&IPOPT_COPY) argument 45 #define IPOPT_CLASS(o) ((o)&IPOPT_CLASS_MASK) argument 46 #define IPOPT_NUMBER(o) ((o)&IPOPT_NUMBER_MASK) argument
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/netinet/ |
D | ip.h | 141 #define IPOPT_COPIED(o) ((o) & IPOPT_COPY) argument 142 #define IPOPT_CLASS(o) ((o) & IPOPT_CLASS_MASK) argument 143 #define IPOPT_NUMBER(o) ((o) & IPOPT_NUMBER_MASK) argument
|
D | ip6.h | 86 #define IP6OPT_TYPE(o) ((o) & 0xc0) argument
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
D | drm_lease.c | 360 int o; in validate_lease() local 395 u32 o; in fill_object_idr() local
|
/device/soc/winnermicro/wm800/board/src/bt/blehost/ext/tinycrypt/src/ |
D | aes_encrypt.c | 67 #define subbyte(a, o)(sbox[((a) >> (o))&0xff] << (o)) argument
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/ |
D | bcmxtlv.c | 47 INLINE void* MALLOCZ(void *o, size_t s) { BCM_REFERENCE(o); return calloc(1, s); } in MALLOCZ() 48 INLINE void MFREE(void *o, void *p, size_t s) { BCM_REFERENCE(o); BCM_REFERENCE(s); free(p); } in MFREE()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/sys/ |
D | param.h | 21 #define __bitop(x,i,o) ((x)[(i)/8] o (1<<(i)%8)) argument
|
/device/soc/rockchip/common/sdk_linux/drivers/clk/rockchip/ |
D | clk.h | 618 #define MUX(_id, cname, pnames, f, o, s, w, mf) … argument 625 #define MUXTBL(_id, cname, pnames, f, o, s, w, mf, mt) … argument 632 #define MUXGRF(_id, cname, pnames, f, o, s, w, mf) … argument 639 #define MUXPMUGRF(_id, cname, pnames, f, o, s, w, mf) … argument 646 #define DIV(_id, cname, pname, f, o, s, w, df) … argument 653 #define DIVTBL(_id, cname, pname, f, o, s, w, df, dt) … argument 660 #define GATE(_id, cname, pname, f, o, b, gf) … argument 721 #define DIV_HALF(_id, cname, pname, f, o, s, w, df) … argument
|
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/ |
D | clk.h | 879 #define MUX(_id, cname, pnames, f, o, s, w, mf) \ argument 894 #define MUXTBL(_id, cname, pnames, f, o, s, w, mf, mt) \ argument 910 #define MUXGRF(_id, cname, pnames, f, o, s, w, mf) \ argument 925 #define MUXPMUGRF(_id, cname, pnames, f, o, s, w, mf) \ argument 940 #define DIV(_id, cname, pname, f, o, s, w, df) \ argument 955 #define DIVTBL(_id, cname, pname, f, o, s, w, df, dt) \ argument 970 #define GATE(_id, cname, pname, f, o, b, gf) \ argument 1113 #define DIV_HALF(_id, cname, pname, f, o, s, w, df) \ argument
|
/device/soc/rockchip/rk3588/kernel/drivers/clk/rockchip/ |
D | clk.h | 879 #define MUX(_id, cname, pnames, f, o, s, w, mf) \ argument 894 #define MUXTBL(_id, cname, pnames, f, o, s, w, mf, mt) \ argument 910 #define MUXGRF(_id, cname, pnames, f, o, s, w, mf) \ argument 925 #define MUXPMUGRF(_id, cname, pnames, f, o, s, w, mf) \ argument 940 #define DIV(_id, cname, pname, f, o, s, w, df) \ argument 955 #define DIVTBL(_id, cname, pname, f, o, s, w, df, dt) \ argument 970 #define GATE(_id, cname, pname, f, o, b, gf) \ argument 1113 #define DIV_HALF(_id, cname, pname, f, o, s, w, df) \ argument
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
D | linux_osl.h | 485 #define MALLOC(o, l) malloc(l) argument 486 #define MFREE(o, p, l) free(p) argument
|
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/include/ |
D | linux_osl.h | 549 #define MALLOC(o, l) malloc(l) argument 550 #define MFREE(o, p, l) free(p) argument
|
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/include/ |
D | linux_osl.h | 779 #define MALLOC(o, l) malloc(l) argument 780 #define MFREE(o, p, l) free(p) argument
|
D | pcicfg.h | 57 #define PCI_CONFIG_ADDR(b, s, f, o) \ argument 80 #define PCIE_CONFIG_ADDR(b, s, f, o) \ argument
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/ |
D | mali_timeline.c | 62 struct mali_deferred_fence_put_entry *o; in put_sync_fences() local
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/ |
D | mali_timeline.c | 61 struct mali_deferred_fence_put_entry *o; in put_sync_fences() local
|
/device/soc/rockchip/common/sdk_linux/include/linux/ |
D | dma-mapping.h | 379 #define dma_map_page(d, p, o, s, r) dma_map_page_attrs(d, p, o, s, r, 0) argument
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/include/ |
D | linux_osl.h | 1051 #define MALLOC(o, l) malloc(l) argument 1052 #define MFREE(o, p, l) free(p) argument
|
/device/soc/rockchip/common/sdk_linux/drivers/irqchip/ |
D | irq-gic-v3-its.c | 140 #define PAGE_ORDER_TO_SIZE(o) (PAGE_SIZE << (o)) argument
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/ |
D | elf.h | 522 #define ELF32_ST_VISIBILITY(o) ((o) & 0x03) argument 523 #define ELF64_ST_VISIBILITY(o) ELF32_ST_VISIBILITY (o) argument
|
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/ |
D | rtw_mlme_ext.c | 149 struct p2p_oper_class_map *o = &op_class[op]; in init_channel_list() local
|