Home
last modified time | relevance | path

Searched defs:o (Results 1 – 21 of 21) sorted by relevance

/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/
Dip.h44 #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/
Dip.h141 #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
Dip6.h86 #define IP6OPT_TYPE(o) ((o) & 0xc0) argument
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
Ddrm_lease.c360 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/
Daes_encrypt.c67 #define subbyte(a, o)(sbox[((a) >> (o))&0xff] << (o)) argument
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/
Dbcmxtlv.c47 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/
Dparam.h21 #define __bitop(x,i,o) ((x)[(i)/8] o (1<<(i)%8)) argument
/device/soc/rockchip/common/sdk_linux/drivers/clk/rockchip/
Dclk.h618 #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/
Dclk.h879 #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/
Dclk.h879 #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/
Dlinux_osl.h485 #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/
Dlinux_osl.h549 #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/
Dlinux_osl.h779 #define MALLOC(o, l) malloc(l) argument
780 #define MFREE(o, p, l) free(p) argument
Dpcicfg.h57 #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/
Dmali_timeline.c62 struct mali_deferred_fence_put_entry *o; in put_sync_fences() local
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/
Dmali_timeline.c61 struct mali_deferred_fence_put_entry *o; in put_sync_fences() local
/device/soc/rockchip/common/sdk_linux/include/linux/
Ddma-mapping.h379 #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/
Dlinux_osl.h1051 #define MALLOC(o, l) malloc(l) argument
1052 #define MFREE(o, p, l) free(p) argument
/device/soc/rockchip/common/sdk_linux/drivers/irqchip/
Dirq-gic-v3-its.c140 #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/
Delf.h522 #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/
Drtw_mlme_ext.c149 struct p2p_oper_class_map *o = &op_class[op]; in init_channel_list() local