/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_dpp.h | 473 #define TF_REG_FIELD_LIST(type) \ argument 474 type EXT_OVERSCAN_LEFT; \ 475 type EXT_OVERSCAN_RIGHT; \ 476 type EXT_OVERSCAN_BOTTOM; \ 477 type EXT_OVERSCAN_TOP; \ 478 type OTG_H_BLANK_START; \ 479 type OTG_H_BLANK_END; \ 480 type OTG_V_BLANK_START; \ 481 type OTG_V_BLANK_END; \ 482 type PIXEL_DEPTH; \ [all …]
|
D | dcn10_stream_encoder.h | 291 #define SE_REG_FIELD_LIST_DCN1_0(type) \ argument 292 type AFMT_GENERIC_INDEX;\ 293 type AFMT_GENERIC_HB0;\ 294 type AFMT_GENERIC_HB1;\ 295 type AFMT_GENERIC_HB2;\ 296 type AFMT_GENERIC_HB3;\ 297 type AFMT_GENERIC_LOCK_STATUS;\ 298 type AFMT_GENERIC_CONFLICT;\ 299 type AFMT_GENERIC_CONFLICT_CLR;\ 300 type AFMT_GENERIC0_FRAME_UPDATE_PENDING;\ [all …]
|
D | dcn10_hubp.h | 429 #define DCN_HUBP_REG_FIELD_LIST(type) \ argument 430 type HUBP_BLANK_EN;\ 431 type HUBP_DISABLE;\ 432 type HUBP_TTU_DISABLE;\ 433 type HUBP_NO_OUTSTANDING_REQ;\ 434 type HUBP_VTG_SEL;\ 435 type HUBP_UNDERFLOW_STATUS;\ 436 type NUM_PIPES;\ 437 type NUM_BANKS;\ 438 type PIPE_INTERLEAVE;\ [all …]
|
D | dcn10_optc.h | 281 #define TG_REG_FIELD_LIST_DCN1_0(type) \ argument 282 type VSTARTUP_START;\ 283 type VUPDATE_OFFSET;\ 284 type VUPDATE_WIDTH;\ 285 type VREADY_OFFSET;\ 286 type OTG_BLANK_DATA_EN;\ 287 type OTG_BLANK_DE_MODE;\ 288 type OTG_CURRENT_BLANK_STATE;\ 289 type OTG_MASTER_UPDATE_LOCK;\ 290 type UPDATE_LOCK_STATUS;\ [all …]
|
D | dcn10_link_encoder.h | 161 #define DCN_LINK_ENCODER_REG_FIELD_LIST(type) \ argument 162 type DIG_ENABLE;\ 163 type DIG_HPD_SELECT;\ 164 type DIG_MODE;\ 165 type DIG_FE_SOURCE_SELECT;\ 166 type DPHY_BYPASS;\ 167 type DPHY_ATEST_SEL_LANE0;\ 168 type DPHY_ATEST_SEL_LANE1;\ 169 type DPHY_ATEST_SEL_LANE2;\ 170 type DPHY_ATEST_SEL_LANE3;\ [all …]
|
/Linux-v4.19/drivers/irqchip/ |
D | irq-s3c24xx.c | 50 unsigned int type; member 144 static int s3c_irq_type(struct irq_data *data, unsigned int type) in s3c_irq_type() argument 146 switch (type) { in s3c_irq_type() 159 pr_err("No such irq type %d\n", type); in s3c_irq_type() 170 unsigned int type) in s3c_irqext_type_set() argument 180 switch (type) in s3c_irqext_type_set() 207 pr_err("No such irq type %d\n", type); in s3c_irqext_type_set() 218 static int s3c_irqext_type(struct irq_data *data, unsigned int type) in s3c_irqext_type() argument 244 extint_offset, type); in s3c_irqext_type() 247 static int s3c_irqext0_type(struct irq_data *data, unsigned int type) in s3c_irqext0_type() argument [all …]
|
/Linux-v4.19/net/ieee802154/ |
D | nl_policy.c | 24 [IEEE802154_ATTR_DEV_NAME] = { .type = NLA_STRING, }, 25 [IEEE802154_ATTR_DEV_INDEX] = { .type = NLA_U32, }, 26 [IEEE802154_ATTR_PHY_NAME] = { .type = NLA_STRING, }, 28 [IEEE802154_ATTR_STATUS] = { .type = NLA_U8, }, 29 [IEEE802154_ATTR_SHORT_ADDR] = { .type = NLA_U16, }, 30 [IEEE802154_ATTR_HW_ADDR] = { .type = NLA_HW_ADDR, }, 31 [IEEE802154_ATTR_PAN_ID] = { .type = NLA_U16, }, 32 [IEEE802154_ATTR_CHANNEL] = { .type = NLA_U8, }, 33 [IEEE802154_ATTR_PAGE] = { .type = NLA_U8, }, 34 [IEEE802154_ATTR_COORD_SHORT_ADDR] = { .type = NLA_U16, }, [all …]
|
/Linux-v4.19/include/uapi/linux/ |
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 = V4L2_DV_BT_656_1120, \ [all …]
|
/Linux-v4.19/sound/usb/ |
D | quirks-table.h | 49 .type = QUIRK_MIDI_FTDI 58 .type = QUIRK_AUDIO_FIXED_ENDPOINT, 133 .type = QUIRK_COMPOSITE, 138 .type = QUIRK_IGNORE_INTERFACE, 143 .type = QUIRK_IGNORE_INTERFACE, 148 .type = QUIRK_IGNORE_INTERFACE, 241 .type = QUIRK_MIDI_YAMAHA \ 250 .type = QUIRK_MIDI_YAMAHA \ 341 .type = QUIRK_COMPOSITE, 345 .type = QUIRK_AUDIO_STANDARD_INTERFACE [all …]
|
/Linux-v4.19/tools/objtool/arch/x86/ |
D | decode.c | 83 unsigned int *len, unsigned char *type, in arch_decode_instruction() argument 105 *type = INSN_OTHER; in arch_decode_instruction() 138 *type = INSN_STACK; in arch_decode_instruction() 139 op->src.type = OP_SRC_ADD; in arch_decode_instruction() 141 op->dest.type = OP_DEST_REG; in arch_decode_instruction() 149 *type = INSN_STACK; in arch_decode_instruction() 150 op->src.type = OP_SRC_REG; in arch_decode_instruction() 152 op->dest.type = OP_DEST_PUSH; in arch_decode_instruction() 159 *type = INSN_STACK; in arch_decode_instruction() 160 op->src.type = OP_SRC_POP; in arch_decode_instruction() [all …]
|
/Linux-v4.19/net/tipc/ |
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 = NLA_NESTED, }, [all …]
|
/Linux-v4.19/fs/orangefs/ |
D | orangefs-cache.c | 49 __s32 type = new_op->upcall.type; in get_opname_string() local 51 if (type == ORANGEFS_VFS_OP_FILE_IO) in get_opname_string() 53 else if (type == ORANGEFS_VFS_OP_LOOKUP) in get_opname_string() 55 else if (type == ORANGEFS_VFS_OP_CREATE) in get_opname_string() 57 else if (type == ORANGEFS_VFS_OP_GETATTR) in get_opname_string() 59 else if (type == ORANGEFS_VFS_OP_REMOVE) in get_opname_string() 61 else if (type == ORANGEFS_VFS_OP_MKDIR) in get_opname_string() 63 else if (type == ORANGEFS_VFS_OP_READDIR) in get_opname_string() 65 else if (type == ORANGEFS_VFS_OP_READDIRPLUS) in get_opname_string() 67 else if (type == ORANGEFS_VFS_OP_SETATTR) in get_opname_string() [all …]
|
/Linux-v4.19/drivers/media/pci/saa7134/ |
D | saa7134-cards.c | 74 .type = SAA7134_INPUT_COMPOSITE, 89 .type = SAA7134_INPUT_COMPOSITE1, 93 .type = SAA7134_INPUT_TV, 97 .type = SAA7134_INPUT_TV_MONO, 102 .type = SAA7134_INPUT_RADIO, 117 .type = SAA7134_INPUT_TV, 122 .type = SAA7134_INPUT_TV_MONO, 127 .type = SAA7134_INPUT_COMPOSITE1, 132 .type = SAA7134_INPUT_COMPOSITE2, 137 .type = SAA7134_INPUT_SVIDEO, [all …]
|
/Linux-v4.19/Documentation/media/ |
D | dmx.h.rst.exceptions | 8 replace enum dmx_ts_pes :c:type:`dmx_pes_type` 9 replace symbol DMX_PES_AUDIO0 :c:type:`dmx_pes_type` 10 replace symbol DMX_PES_VIDEO0 :c:type:`dmx_pes_type` 11 replace symbol DMX_PES_TELETEXT0 :c:type:`dmx_pes_type` 12 replace symbol DMX_PES_SUBTITLE0 :c:type:`dmx_pes_type` 13 replace symbol DMX_PES_PCR0 :c:type:`dmx_pes_type` 14 replace symbol DMX_PES_AUDIO1 :c:type:`dmx_pes_type` 15 replace symbol DMX_PES_VIDEO1 :c:type:`dmx_pes_type` 16 replace symbol DMX_PES_TELETEXT1 :c:type:`dmx_pes_type` 17 replace symbol DMX_PES_SUBTITLE1 :c:type:`dmx_pes_type` [all …]
|
/Linux-v4.19/drivers/vfio/mdev/ |
D | mdev_sysfs.c | 28 struct mdev_type *type = to_mdev_type(kobj); in mdev_type_attr_show() local 32 ret = attr->show(kobj, type->parent->dev, buf); in mdev_type_attr_show() 41 struct mdev_type *type = to_mdev_type(kobj); in mdev_type_attr_store() local 45 ret = attr->store(&type->kobj, type->parent->dev, buf, count); in mdev_type_attr_store() 84 struct mdev_type *type = to_mdev_type(kobj); in mdev_type_release() local 87 kfree(type); in mdev_type_release() 98 struct mdev_type *type; in add_mdev_supported_type() local 106 type = kzalloc(sizeof(*type), GFP_KERNEL); in add_mdev_supported_type() 107 if (!type) in add_mdev_supported_type() 110 type->kobj.kset = parent->mdev_types_kset; in add_mdev_supported_type() [all …]
|
/Linux-v4.19/drivers/md/ |
D | dm-exception-store.c | 24 struct dm_exception_store_type *type; in __find_exception_store_type() local 26 list_for_each_entry(type, &_exception_store_types, list) in __find_exception_store_type() 27 if (!strcmp(name, type->name)) in __find_exception_store_type() 28 return type; in __find_exception_store_type() 35 struct dm_exception_store_type *type; in _get_exception_store_type() local 39 type = __find_exception_store_type(name); in _get_exception_store_type() 41 if (type && !try_module_get(type->module)) in _get_exception_store_type() 42 type = NULL; in _get_exception_store_type() 46 return type; in _get_exception_store_type() 75 struct dm_exception_store_type *type; in get_type() local [all …]
|
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | rs.h | 177 enum iwl_table_type type; member 187 #define is_type_legacy(type) (((type) == LQ_LEGACY_G) || \ argument 188 ((type) == LQ_LEGACY_A)) 189 #define is_type_ht_siso(type) ((type) == LQ_HT_SISO) argument 190 #define is_type_ht_mimo2(type) ((type) == LQ_HT_MIMO2) argument 191 #define is_type_vht_siso(type) ((type) == LQ_VHT_SISO) argument 192 #define is_type_vht_mimo2(type) ((type) == LQ_VHT_MIMO2) argument 193 #define is_type_he_siso(type) ((type) == LQ_HE_SISO) argument 194 #define is_type_he_mimo2(type) ((type) == LQ_HE_MIMO2) argument 195 #define is_type_siso(type) (is_type_ht_siso(type) || is_type_vht_siso(type) || \ argument [all …]
|
/Linux-v4.19/scripts/kconfig/ |
D | expr.c | 20 e->type = E_SYMBOL; in expr_alloc_symbol() 25 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce) in expr_alloc_one() argument 28 e->type = type; in expr_alloc_one() 33 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2) in expr_alloc_two() argument 36 e->type = type; in expr_alloc_two() 42 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2) in expr_alloc_comp() argument 45 e->type = type; in expr_alloc_comp() 74 switch (org->type) { in expr_copy() 97 fprintf(stderr, "can't copy type %d\n", e->type); in expr_copy() 111 switch (e->type) { in expr_free() [all …]
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce/ |
D | dce_mem_input.h | 245 #define MI_REG_FIELD_LIST(type) \ argument 246 type GRPH_ENABLE; \ 247 type GRPH_X_START; \ 248 type GRPH_Y_START; \ 249 type GRPH_X_END; \ 250 type GRPH_Y_END; \ 251 type GRPH_PITCH; \ 252 type GRPH_ROTATION_ANGLE; \ 253 type GRPH_RED_CROSSBAR; \ 254 type GRPH_BLUE_CROSSBAR; \ [all …]
|
D | dce_hwseq.h | 424 #define HWSEQ_REG_FIELD_LIST(type) \ argument 425 type DCFE_CLOCK_ENABLE; \ 426 type DCFEV_CLOCK_ENABLE; \ 427 type DC_MEM_GLOBAL_PWR_REQ_DIS; \ 428 type BLND_DCP_GRPH_V_UPDATE_LOCK; \ 429 type BLND_SCL_V_UPDATE_LOCK; \ 430 type BLND_DCP_GRPH_SURF_V_UPDATE_LOCK; \ 431 type BLND_BLND_V_UPDATE_LOCK; \ 432 type BLND_V_UPDATE_LOCK_MODE; \ 433 type BLND_FEEDTHROUGH_EN; \ [all …]
|
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/ |
D | nfp_app.h | 158 enum tc_setup_type type, void *type_data); 191 const struct nfp_app_type *type; member 200 if (!app->type->init) in nfp_app_init() 202 return app->type->init(app); in nfp_app_init() 207 if (app->type->clean) in nfp_app_clean() 208 app->type->clean(app); in nfp_app_clean() 217 return app->type->vnic_alloc(app, nn, id); in nfp_app_vnic_alloc() 222 if (app->type->vnic_free) in nfp_app_vnic_free() 223 app->type->vnic_free(app, nn); in nfp_app_vnic_free() 228 if (!app->type->vnic_init) in nfp_app_vnic_init() [all …]
|
/Linux-v4.19/drivers/media/pci/cx88/ |
D | cx88-cards.c | 68 .type = CX88_VMUX_COMPOSITE1, 71 .type = CX88_VMUX_COMPOSITE2, 74 .type = CX88_VMUX_COMPOSITE3, 77 .type = CX88_VMUX_COMPOSITE4, 89 .type = CX88_VMUX_TELEVISION, 93 .type = CX88_VMUX_DEBUG, 97 .type = CX88_VMUX_COMPOSITE1, 101 .type = CX88_VMUX_SVIDEO, 106 .type = CX88_RADIO, 117 .type = CX88_VMUX_TELEVISION, [all …]
|
/Linux-v4.19/drivers/hwmon/ |
D | ibmpowernv.c | 89 enum sensors type; member 126 if (sdata->type == TEMP) in show_sensor() 129 else if (sdata->type == POWER_INPUT) in show_sensor() 261 static const char *convert_opal_attr_name(enum sensors type, in convert_opal_attr_name() argument 271 if (type == TEMP) in convert_opal_attr_name() 273 else if (type == FAN) in convert_opal_attr_name() 287 enum sensors type, u32 *index) in parse_opal_node_name() argument 297 attr_name = convert_opal_attr_name(type, attr_suffix); in parse_opal_node_name() 306 enum sensors type; in get_sensor_type() local 309 for (type = 0; type < ARRAY_SIZE(legacy_compatibles); type++) { in get_sensor_type() [all …]
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/gpio/ |
D | ddc_regs.h | 34 #define DDC_GPIO_REG_LIST_ENTRY(type,cd,id) \ argument 35 .type ## _reg = REG(DC_GPIO_DDC ## id ## _ ## type),\ 36 ….type ## _mask = DC_GPIO_DDC ## id ## _ ## type ## __DC_GPIO_DDC ## id ## cd ## _ ## type ## _MAS… 37 ….type ## _shift = DC_GPIO_DDC ## id ## _ ## type ## __DC_GPIO_DDC ## id ## cd ## _ ## type ## __SH… 51 #define DDC_GPIO_VGA_REG_LIST_ENTRY(type,cd)\ argument 52 .type ## _reg = REG(DC_GPIO_DDCVGA_ ## type),\ 53 .type ## _mask = DC_GPIO_DDCVGA_ ## type ## __DC_GPIO_DDCVGA ## cd ## _ ## type ## _MASK,\ 54 .type ## _shift = DC_GPIO_DDCVGA_ ## type ## __DC_GPIO_DDCVGA ## cd ## _ ## type ## __SHIFT 68 #define DDC_GPIO_I2C_REG_LIST_ENTRY(type,cd) \ argument 69 .type ## _reg = REG(DC_GPIO_I2CPAD_ ## type),\ [all …]
|
/Linux-v4.19/lib/ |
D | ubsan.c | 63 static bool type_is_int(struct type_descriptor *type) in type_is_int() argument 65 return type->type_kind == type_kind_int; in type_is_int() 68 static bool type_is_signed(struct type_descriptor *type) in type_is_signed() argument 70 WARN_ON(!type_is_int(type)); in type_is_signed() 71 return type->type_info & 1; in type_is_signed() 74 static unsigned type_bit_width(struct type_descriptor *type) in type_bit_width() argument 76 return 1 << (type->type_info >> 1); in type_bit_width() 79 static bool is_inline_int(struct type_descriptor *type) in is_inline_int() argument 82 unsigned bits = type_bit_width(type); in is_inline_int() 84 WARN_ON(!type_is_int(type)); in is_inline_int() [all …]
|