/linux-master/net/ieee802154/ |
H A D | nl_policy.c | 15 [IEEE802154_ATTR_DEV_NAME] = { .type = NLA_STRING, }, 16 [IEEE802154_ATTR_DEV_INDEX] = { .type = NLA_U32, }, 17 [IEEE802154_ATTR_PHY_NAME] = { .type = NLA_STRING, }, 19 [IEEE802154_ATTR_STATUS] = { .type = NLA_U8, }, 20 [IEEE802154_ATTR_SHORT_ADDR] = { .type = NLA_U16, }, 21 [IEEE802154_ATTR_HW_ADDR] = { .type = NLA_HW_ADDR, }, 22 [IEEE802154_ATTR_PAN_ID] = { .type = NLA_U16, }, 23 [IEEE802154_ATTR_CHANNEL] = { .type = NLA_U8, }, 24 [IEEE802154_ATTR_BCN_ORD] = { .type = NLA_U8, }, 25 [IEEE802154_ATTR_SF_ORD] = { .type [all...] |
/linux-master/drivers/gpu/drm/amd/display/dc/dcn10/ |
H A D | dcn10_link_encoder.h | 227 #define DCN_LINK_ENCODER_REG_FIELD_LIST(type) \ 228 type DIG_ENABLE;\ 229 type DIG_HPD_SELECT;\ 230 type DIG_MODE;\ 231 type DIG_FE_SOURCE_SELECT;\ 232 type DIG_CLOCK_PATTERN;\ 233 type DPHY_BYPASS;\ 234 type DPHY_ATEST_SEL_LANE0;\ 235 type DPHY_ATEST_SEL_LANE1;\ 236 type DPHY_ATEST_SEL_LANE [all...] |
H A D | dcn10_dpp.h | 477 #define TF_REG_FIELD_LIST(type) \ 478 type EXT_OVERSCAN_LEFT; \ 479 type EXT_OVERSCAN_RIGHT; \ 480 type EXT_OVERSCAN_BOTTOM; \ 481 type EXT_OVERSCAN_TOP; \ 482 type OTG_H_BLANK_START; \ 483 type OTG_H_BLANK_END; \ 484 type OTG_V_BLANK_START; \ 485 type OTG_V_BLANK_END; \ 486 type PIXEL_DEPT [all...] |
H A D | dcn10_hubbub.h | 176 #define HUBBUB_REG_FIELD_LIST_DCN32(type) \ 177 type DCHUBBUB_ARB_ALLOW_USR_RETRAINING_FORCE_VALUE;\ 178 type DCHUBBUB_ARB_ALLOW_USR_RETRAINING_FORCE_ENABLE;\ 179 type DCHUBBUB_ARB_DO_NOT_FORCE_ALLOW_USR_RETRAINING_DURING_PSTATE_CHANGE_REQUEST;\ 180 type DCHUBBUB_ARB_DO_NOT_FORCE_ALLOW_USR_RETRAINING_DURING_PRE_CSTATE;\ 181 type DCHUBBUB_ARB_USR_RETRAINING_WATERMARK_A;\ 182 type DCHUBBUB_ARB_USR_RETRAINING_WATERMARK_B;\ 183 type DCHUBBUB_ARB_USR_RETRAINING_WATERMARK_C;\ 184 type DCHUBBUB_ARB_USR_RETRAINING_WATERMARK_D;\ 185 type DCHUBBUB_ARB_UCLK_PSTATE_CHANGE_WATERMARK_ [all...] |
/linux-master/drivers/gpu/drm/amd/display/modules/color/ |
H A D | color_table.c | 33 bool mod_color_is_table_init(enum table_type type) argument 37 if (type == type_pq_table) 39 if (type == type_de_pq_table) 45 struct fixed31_32 *mod_color_get_table(enum table_type type) argument 49 if (type == type_pq_table) 51 if (type == type_de_pq_table) 57 void mod_color_set_table_init_state(enum table_type type, bool state) argument 59 if (type == type_pq_table) 61 if (type == type_de_pq_table)
|
/linux-master/fs/orangefs/ |
H A D | orangefs-cache.c | 49 __s32 type = new_op->upcall.type; local 51 if (type == ORANGEFS_VFS_OP_FILE_IO) 53 else if (type == ORANGEFS_VFS_OP_LOOKUP) 55 else if (type == ORANGEFS_VFS_OP_CREATE) 57 else if (type == ORANGEFS_VFS_OP_GETATTR) 59 else if (type == ORANGEFS_VFS_OP_REMOVE) 61 else if (type == ORANGEFS_VFS_OP_MKDIR) 63 else if (type == ORANGEFS_VFS_OP_READDIR) 65 else if (type 116 op_alloc(__s32 type) argument [all...] |
/linux-master/arch/arm/mach-s3c/ |
H A D | usb-phy.h | 10 extern int s3c_usb_phy_init(struct platform_device *pdev, int type); 11 extern int s3c_usb_phy_exit(struct platform_device *pdev, int type);
|
H A D | irq-s3c24xx.c | 44 unsigned int type; member in struct:s3c_irq_data 138 static int s3c_irq_type(struct irq_data *data, unsigned int type) argument 140 switch (type) { 153 pr_err("No such irq type %d\n", type); 164 unsigned int type) 173 /* Set the external interrupt to pointed trigger type */ 174 switch (type) 201 pr_err("No such irq type %d\n", type); 160 s3c_irqext_type_set(void __iomem *gpcon_reg, void __iomem *extint_reg, unsigned long gpcon_offset, unsigned long extint_offset, unsigned int type) argument 212 s3c_irqext_type(struct irq_data *data, unsigned int type) argument 241 s3c_irqext0_type(struct irq_data *data, unsigned int type) argument [all...] |
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/iccsense/ |
H A D | gf100.c | 27 gf100_iccsense_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, argument 30 return nvkm_iccsense_new_(device, type, inst, piccsense);
|
/linux-master/include/linux/ |
H A D | container_of.h | 13 * @type: the type of the container struct this is embedded in. 17 #define container_of(ptr, type, member) ({ \ 19 static_assert(__same_type(*(ptr), ((type *)0)->member) || \ 21 "pointer type mismatch in container_of()"); \ 22 ((type *)(__mptr - offsetof(type, member))); }) 27 * @type: the type of the container struct this is embedded in. 32 #define container_of_safe(ptr, type, membe [all...] |
H A D | typecheck.h | 6 * Check at compile time that something is of a particular type. 9 #define typecheck(type,x) \ 10 ({ type __dummy; \ 17 * Check at compile time that 'function' is a certain type, or is a pointer 18 * to that type (needs to use typedef for the function type.) 20 #define typecheck_fn(type,function) \ 21 ({ typeof(type) __tmp = function; \ 26 * Check at compile time that something is a pointer type.
|
H A D | kobject_ns.h | 40 enum kobj_ns_type type; member in struct:kobj_ns_type_operations 49 int kobj_ns_type_registered(enum kobj_ns_type type); 53 bool kobj_ns_current_may_mount(enum kobj_ns_type type); 54 void *kobj_ns_grab_current(enum kobj_ns_type type); 55 const void *kobj_ns_netlink(enum kobj_ns_type type, struct sock *sk); 56 const void *kobj_ns_initial(enum kobj_ns_type type); 57 void kobj_ns_drop(enum kobj_ns_type type, void *ns);
|
/linux-master/include/linux/sched/ |
H A D | isolation.h | 23 extern int housekeeping_any_cpu(enum hk_type type); 24 extern const struct cpumask *housekeeping_cpumask(enum hk_type type); 25 extern bool housekeeping_enabled(enum hk_type type); 26 extern void housekeeping_affine(struct task_struct *t, enum hk_type type); 27 extern bool housekeeping_test_cpu(int cpu, enum hk_type type); 32 static inline int housekeeping_any_cpu(enum hk_type type) argument 37 static inline const struct cpumask *housekeeping_cpumask(enum hk_type type) argument 42 static inline bool housekeeping_enabled(enum hk_type type) argument 48 enum hk_type type) { } 52 static inline bool housekeeping_cpu(int cpu, enum hk_type type) argument 47 housekeeping_affine(struct task_struct *t, enum hk_type type) argument [all...] |
/linux-master/drivers/gpu/drm/amd/display/dc/dcn20/ |
H A D | dcn20_dccg.h | 116 #define DCCG_REG_FIELD_LIST(type) \ 117 type DPPCLK0_DTO_PHASE;\ 118 type DPPCLK0_DTO_MODULO;\ 119 type DPPCLK_DTO_ENABLE[6];\ 120 type DPPCLK_DTO_DB_EN[6];\ 121 type REFCLK_CLOCK_EN;\ 122 type REFCLK_SRC_SEL;\ 123 type DISPCLK_STEP_DELAY;\ 124 type DISPCLK_STEP_SIZE;\ 125 type DISPCLK_FREQ_RAMP_DON [all...] |
/linux-master/drivers/gpu/drm/amd/display/dc/dcn31/ |
H A D | dcn31_vpg.h | 92 #define VPG_DCN31_REG_FIELD_LIST(type) \ 93 type VPG_GENERIC_CONFLICT_OCCURED;\ 94 type VPG_GENERIC_CONFLICT_CLR;\ 95 type VPG_GENERIC_DATA_INDEX;\ 96 type VPG_GENERIC_DATA_BYTE0;\ 97 type VPG_GENERIC_DATA_BYTE1;\ 98 type VPG_GENERIC_DATA_BYTE2;\ 99 type VPG_GENERIC_DATA_BYTE3;\ 100 type VPG_GENERIC0_FRAME_UPDATE;\ 101 type VPG_GENERIC1_FRAME_UPDAT [all...] |
/linux-master/drivers/s390/char/ |
H A D | sclp_cpi_sys.h | 13 const char *type, u64 level);
|
/linux-master/arch/arm/mach-imx/ |
H A D | irq-common.h | 14 int (*set_irq_fiq)(unsigned int irq, unsigned int type);
|
/linux-master/include/keys/ |
H A D | trusted_tee.h | 12 #include <keys/trusted-type.h>
|
/linux-master/include/uapi/linux/ |
H A D | v4l2-dv-timings.h | 35 .type = V4L2_DV_BT_656_1120, \ 45 .type = V4L2_DV_BT_656_1120, \ 55 .type = V4L2_DV_BT_656_1120, \ 66 .type = V4L2_DV_BT_656_1120, \ 76 .type = V4L2_DV_BT_656_1120, \ 85 .type = V4L2_DV_BT_656_1120, \ 94 .type = V4L2_DV_BT_656_1120, \ 103 .type = V4L2_DV_BT_656_1120, \ 113 .type = V4L2_DV_BT_656_1120, \ 122 .type [all...] |
/linux-master/include/drm/ttm/ |
H A D | ttm_range_manager.h | 38 unsigned type, bool use_tt, 41 unsigned type); 43 unsigned int type, bool use_tt, 46 BUILD_BUG_ON(__builtin_constant_p(type) && type >= TTM_NUM_MEM_TYPES); 47 return ttm_range_man_init_nocheck(bdev, type, use_tt, p_size); 51 unsigned int type) 53 BUILD_BUG_ON(__builtin_constant_p(type) && type >= TTM_NUM_MEM_TYPES); 54 return ttm_range_man_fini_nocheck(bdev, type); 42 ttm_range_man_init(struct ttm_device *bdev, unsigned int type, bool use_tt, unsigned long p_size) argument 50 ttm_range_man_fini(struct ttm_device *bdev, unsigned int type) argument [all...] |
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
H A D | ramnv44.c | 32 enum nvkm_ram_type type = NVKM_RAM_TYPE_UNKNOWN; local 35 type = NVKM_RAM_TYPE_GDDR3; 37 type = NVKM_RAM_TYPE_DDR2; 39 type = NVKM_RAM_TYPE_DDR1; 41 return nv40_ram_new_(fb, type, size, pram);
|
/linux-master/tools/lib/symbol/ |
H A D | kallsyms.h | 13 static inline u8 kallsyms2elf_binding(char type) argument 15 if (type == 'W') 18 return isupper(type) ? STB_GLOBAL : STB_LOCAL; 21 u8 kallsyms2elf_type(char type); 27 char type, u64 start));
|
/linux-master/fs/cifs/ |
H A D | cifs_debug.h | 62 #define cifs_dbg_func(ratefunc, type, fmt, ...) \ 64 if ((type) & FYI && cifsFYI & CIFS_INFO) { \ 67 } else if ((type) & VFS) { \ 69 } else if ((type) & NOISY && (NOISY != 0)) { \ 74 #define cifs_dbg(type, fmt, ...) \ 76 if ((type) & ONCE) \ 77 cifs_dbg_func(once, type, fmt, ##__VA_ARGS__); \ 79 cifs_dbg_func(ratelimited, type, fmt, ##__VA_ARGS__); \ 82 #define cifs_server_dbg_func(ratefunc, type, fmt, ...) \ 87 if ((type) [all...] |
/linux-master/net/tipc/ |
H A D | netlink.c | 48 [TIPC_NLA_UNSPEC] = { .type = NLA_UNSPEC, }, 49 [TIPC_NLA_BEARER] = { .type = NLA_NESTED, }, 50 [TIPC_NLA_SOCK] = { .type = NLA_NESTED, }, 51 [TIPC_NLA_PUBL] = { .type = NLA_NESTED, }, 52 [TIPC_NLA_LINK] = { .type = NLA_NESTED, }, 53 [TIPC_NLA_MEDIA] = { .type = NLA_NESTED, }, 54 [TIPC_NLA_NODE] = { .type = NLA_NESTED, }, 55 [TIPC_NLA_NET] = { .type = NLA_NESTED, }, 56 [TIPC_NLA_NAME_TABLE] = { .type = NLA_NESTED, }, 57 [TIPC_NLA_MON] = { .type [all...] |
/linux-master/drivers/gpu/drm/amd/display/dc/dcn30/ |
H A D | dcn30_vpg.h | 87 #define VPG_DCN3_REG_FIELD_LIST(type) \ 88 type VPG_GENERIC_CONFLICT_OCCURED;\ 89 type VPG_GENERIC_CONFLICT_CLR;\ 90 type VPG_GENERIC_DATA_INDEX;\ 91 type VPG_GENERIC_DATA_BYTE0;\ 92 type VPG_GENERIC_DATA_BYTE1;\ 93 type VPG_GENERIC_DATA_BYTE2;\ 94 type VPG_GENERIC_DATA_BYTE3;\ 95 type VPG_GENERIC0_FRAME_UPDATE;\ 96 type VPG_GENERIC1_FRAME_UPDAT [all...] |