/linux-5.19.10/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_link_encoder.h | 226 #define DCN_LINK_ENCODER_REG_FIELD_LIST(type) \ argument 227 type DIG_ENABLE;\ 228 type DIG_HPD_SELECT;\ 229 type DIG_MODE;\ 230 type DIG_FE_SOURCE_SELECT;\ 231 type DIG_CLOCK_PATTERN;\ 232 type DPHY_BYPASS;\ 233 type DPHY_ATEST_SEL_LANE0;\ 234 type DPHY_ATEST_SEL_LANE1;\ 235 type DPHY_ATEST_SEL_LANE2;\ [all …]
|
D | dcn10_dpp.h | 477 #define TF_REG_FIELD_LIST(type) \ argument 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_DEPTH; \ [all …]
|
D | dcn10_hubbub.h | 207 #define DCN_HUBBUB_REG_FIELD_LIST(type) \ argument 208 type DCHUBBUB_GLOBAL_TIMER_ENABLE; \ 209 type DCHUBBUB_ARB_WATERMARK_CHANGE_REQUEST;\ 210 type DCHUBBUB_ARB_WATERMARK_CHANGE_DONE_INTERRUPT_DISABLE;\ 211 type DCHUBBUB_ARB_ALLOW_SELF_REFRESH_FORCE_VALUE;\ 212 type DCHUBBUB_ARB_ALLOW_SELF_REFRESH_FORCE_ENABLE;\ 213 type DCHUBBUB_ARB_ALLOW_PSTATE_CHANGE_FORCE_VALUE;\ 214 type DCHUBBUB_ARB_ALLOW_PSTATE_CHANGE_FORCE_ENABLE;\ 215 type DCHUBBUB_ARB_SAT_LEVEL;\ 216 type DCHUBBUB_ARB_MIN_REQ_OUTSTAND;\ [all …]
|
D | dcn10_stream_encoder.h | 353 #define SE_REG_FIELD_LIST_DCN1_0(type) \ argument 354 type AFMT_GENERIC_INDEX;\ 355 type AFMT_GENERIC_HB0;\ 356 type AFMT_GENERIC_HB1;\ 357 type AFMT_GENERIC_HB2;\ 358 type AFMT_GENERIC_HB3;\ 359 type AFMT_GENERIC_LOCK_STATUS;\ 360 type AFMT_GENERIC_CONFLICT;\ 361 type AFMT_GENERIC_CONFLICT_CLR;\ 362 type AFMT_GENERIC0_FRAME_UPDATE_PENDING;\ [all …]
|
D | dcn10_optc.h | 329 #define TG_REG_FIELD_LIST_DCN1_0(type) \ argument 330 type VSTARTUP_START;\ 331 type VUPDATE_OFFSET;\ 332 type VUPDATE_WIDTH;\ 333 type VREADY_OFFSET;\ 334 type OTG_BLANK_DATA_EN;\ 335 type OTG_BLANK_DE_MODE;\ 336 type OTG_CURRENT_BLANK_STATE;\ 337 type OTG_MASTER_UPDATE_LOCK;\ 338 type UPDATE_LOCK_STATUS;\ [all …]
|
D | dcn10_hubp.h | 457 #define DCN_HUBP_REG_FIELD_BASE_LIST(type) \ argument 458 type HUBP_BLANK_EN;\ 459 type HUBP_DISABLE;\ 460 type HUBP_TTU_DISABLE;\ 461 type HUBP_NO_OUTSTANDING_REQ;\ 462 type HUBP_VTG_SEL;\ 463 type HUBP_UNDERFLOW_STATUS;\ 464 type HUBP_UNDERFLOW_CLEAR;\ 465 type HUBP_IN_BLANK;\ 466 type NUM_PIPES;\ [all …]
|
D | dcn10_dwb.h | 150 #define DWBC_REG_FIELD_LIST(type) \ argument 151 type WB_ENABLE;\ 152 type DISPCLK_R_WB_GATE_DIS;\ 153 type DISPCLK_G_WB_GATE_DIS;\ 154 type DISPCLK_G_WBSCL_GATE_DIS;\ 155 type WB_LB_LS_DIS;\ 156 type WB_LB_SD_DIS;\ 157 type WB_LUT_LS_DIS;\ 158 type CNV_WINDOW_CROP_EN;\ 159 type CNV_STEREO_TYPE;\ [all …]
|
/linux-5.19.10/arch/arm/mach-s3c/ |
D | irq-s3c24xx.c | 44 unsigned int type; member 138 static int s3c_irq_type(struct irq_data *data, unsigned int type) in s3c_irq_type() argument 140 switch (type) { in s3c_irq_type() 153 pr_err("No such irq type %d\n", type); in s3c_irq_type() 164 unsigned int type) in s3c_irqext_type_set() argument 174 switch (type) in s3c_irqext_type_set() 201 pr_err("No such irq type %d\n", type); in s3c_irqext_type_set() 212 static int s3c_irqext_type(struct irq_data *data, unsigned int type) in s3c_irqext_type() argument 238 extint_offset, type); in s3c_irqext_type() 241 static int s3c_irqext0_type(struct irq_data *data, unsigned int type) in s3c_irqext0_type() argument [all …]
|
/linux-5.19.10/net/ieee802154/ |
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 = NLA_U8, }, [all …]
|
/linux-5.19.10/drivers/gpu/drm/amd/display/dc/dcn30/ |
D | dcn30_dwb.h | 424 #define DWBC_REG_FIELD_LIST_DCN3_0(type) \ argument 425 type DWB_ENABLE;\ 426 type DISPCLK_R_DWB_GATE_DIS;\ 427 type DISPCLK_G_DWB_GATE_DIS;\ 428 type DWB_TEST_CLK_SEL;\ 429 type DWBSCL_LUT_MEM_PWR_FORCE;\ 430 type DWBSCL_LUT_MEM_PWR_DIS;\ 431 type DWBSCL_LUT_MEM_PWR_STATE;\ 432 type DWBSCL_LB_MEM_PWR_FORCE;\ 433 type DWBSCL_LB_MEM_PWR_DIS;\ [all …]
|
/linux-5.19.10/drivers/gpu/drm/amd/display/dc/dcn20/ |
D | dcn20_dsc.h | 263 #define DSC_FIELD_LIST_DCN20(type)\ argument 264 type DSC_CLOCK_EN; \ 265 type DSC_DISPCLK_R_GATE_DIS; \ 266 type DSC_DSCCLK_R_GATE_DIS; \ 267 type DSC_DBG_EN; \ 268 type DSC_TEST_CLOCK_MUX_SEL; \ 269 type ICH_RESET_AT_END_OF_LINE; \ 270 type NUMBER_OF_SLICES_PER_LINE; \ 271 type ALTERNATE_ICH_ENCODING_EN; \ 272 type NUMBER_OF_SLICES_IN_VERTICAL_DIRECTION; \ [all …]
|
D | dcn20_dccg.h | 116 #define DCCG_REG_FIELD_LIST(type) \ argument 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_DONE;\ [all …]
|
D | dcn20_mmhubbub.h | 259 #define MCIF_WB_REG_FIELD_LIST_DCN2_0(type) \ argument 260 type MCIF_WB_BUFMGR_ENABLE;\ 261 type MCIF_WB_BUFMGR_SW_INT_EN;\ 262 type MCIF_WB_BUFMGR_SW_INT_ACK;\ 263 type MCIF_WB_BUFMGR_SW_SLICE_INT_EN;\ 264 type MCIF_WB_BUFMGR_SW_OVERRUN_INT_EN;\ 265 type MCIF_WB_BUFMGR_SW_LOCK;\ 266 type MCIF_WB_P_VMID;\ 267 type MCIF_WB_BUF_ADDR_FENCE_EN;\ 268 type MCIF_WB_BUFMGR_CUR_LINE_R;\ [all …]
|
D | dcn20_dwb.h | 229 #define DWBC_REG_FIELD_LIST_DCN2_0(type) \ argument 230 type WB_ENABLE;\ 231 type DISPCLK_R_WB_GATE_DIS;\ 232 type DISPCLK_G_WB_GATE_DIS;\ 233 type DISPCLK_G_WBSCL_GATE_DIS;\ 234 type WB_TEST_CLK_SEL;\ 235 type WB_LB_LS_DIS;\ 236 type WB_LB_SD_DIS;\ 237 type WB_LUT_LS_DIS;\ 238 type WBSCL_LB_MEM_PWR_MODE_SEL;\ [all …]
|
/linux-5.19.10/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-5.19.10/sound/usb/ |
D | quirks-table.h | 45 .type = QUIRK_MIDI_FTDI 54 .type = QUIRK_AUDIO_FIXED_ENDPOINT, 90 .type = QUIRK_COMPOSITE, 94 .type = QUIRK_AUDIO_STANDARD_MIXER, 98 .type = QUIRK_AUDIO_FIXED_ENDPOINT, 133 .type = QUIRK_COMPOSITE, 138 .type = QUIRK_IGNORE_INTERFACE, 143 .type = QUIRK_IGNORE_INTERFACE, 148 .type = QUIRK_IGNORE_INTERFACE, 180 .type = QUIRK_MIDI_YAMAHA \ [all …]
|
/linux-5.19.10/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-5.19.10/drivers/media/pci/saa7134/ |
D | saa7134-cards.c | 65 .type = SAA7134_INPUT_COMPOSITE, 80 .type = SAA7134_INPUT_COMPOSITE1, 84 .type = SAA7134_INPUT_TV, 88 .type = SAA7134_INPUT_TV_MONO, 93 .type = SAA7134_INPUT_RADIO, 108 .type = SAA7134_INPUT_TV, 113 .type = SAA7134_INPUT_TV_MONO, 118 .type = SAA7134_INPUT_COMPOSITE1, 123 .type = SAA7134_INPUT_COMPOSITE2, 128 .type = SAA7134_INPUT_SVIDEO, [all …]
|
/linux-5.19.10/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-5.19.10/Documentation/userspace-api/media/ |
D | dmx.h.rst.exceptions | 10 replace enum dmx_ts_pes :c:type:`dmx_pes_type` 11 replace symbol DMX_PES_AUDIO0 :c:type:`dmx_pes_type` 12 replace symbol DMX_PES_VIDEO0 :c:type:`dmx_pes_type` 13 replace symbol DMX_PES_TELETEXT0 :c:type:`dmx_pes_type` 14 replace symbol DMX_PES_SUBTITLE0 :c:type:`dmx_pes_type` 15 replace symbol DMX_PES_PCR0 :c:type:`dmx_pes_type` 16 replace symbol DMX_PES_AUDIO1 :c:type:`dmx_pes_type` 17 replace symbol DMX_PES_VIDEO1 :c:type:`dmx_pes_type` 18 replace symbol DMX_PES_TELETEXT1 :c:type:`dmx_pes_type` 19 replace symbol DMX_PES_SUBTITLE1 :c:type:`dmx_pes_type` [all …]
|
/linux-5.19.10/drivers/gpu/drm/amd/display/dc/dcn31/ |
D | dcn31_vpg.h | 92 #define VPG_DCN31_REG_FIELD_LIST(type) \ argument 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_UPDATE;\ [all …]
|
/linux-5.19.10/arch/x86/events/intel/ |
D | uncore_discovery.c | 69 if (type_b->type > *type_id) in __type_cmp() 71 else if (type_b->type < *type_id) in __type_cmp() 87 return (__node_2_type(a)->type < __node_2_type(b)->type); in __type_less() 93 struct intel_uncore_discovery_type *type; in add_uncore_discovery_type() local 100 type = kzalloc(sizeof(struct intel_uncore_discovery_type), GFP_KERNEL); in add_uncore_discovery_type() 101 if (!type) in add_uncore_discovery_type() 104 type->box_ctrl_die = kcalloc(__uncore_max_dies, sizeof(u64), GFP_KERNEL); in add_uncore_discovery_type() 105 if (!type->box_ctrl_die) in add_uncore_discovery_type() 108 type->access_type = unit->access_type; in add_uncore_discovery_type() 109 num_discovered_types[type->access_type]++; in add_uncore_discovery_type() [all …]
|
/linux-5.19.10/kernel/bpf/ |
D | net_namespace.c | 14 enum bpf_attach_type type; member 29 static void netns_bpf_attach_type_unneed(enum netns_bpf_attach_type type) in netns_bpf_attach_type_unneed() argument 31 switch (type) { in netns_bpf_attach_type_unneed() 42 static void netns_bpf_attach_type_need(enum netns_bpf_attach_type type) in netns_bpf_attach_type_need() argument 44 switch (type) { in netns_bpf_attach_type_need() 57 enum netns_bpf_attach_type type) in netns_bpf_run_array_detach() argument 61 run_array = rcu_replace_pointer(net->bpf.run_array[type], NULL, in netns_bpf_run_array_detach() 66 static int link_index(struct net *net, enum netns_bpf_attach_type type, in link_index() argument 72 list_for_each_entry(pos, &net->bpf.links[type], node) { in link_index() 80 static int link_count(struct net *net, enum netns_bpf_attach_type type) in link_count() argument [all …]
|
/linux-5.19.10/arch/mips/include/asm/ |
D | unaligned-emul.h | 8 #define _LoadHW(addr, value, res, type) \ argument 11 "1:\t"type##_lb("%0", "0(%2)")"\n" \ 12 "2:\t"type##_lbu("$1", "1(%2)")"\n\t"\ 31 #define _LoadW(addr, value, res, type) \ argument 34 "1:\t"type##_lwl("%0", "(%2)")"\n" \ 35 "2:\t"type##_lwr("%0", "3(%2)")"\n\t"\ 53 #define _LoadW(addr, value, res, type) \ argument 58 "1:"type##_lb("%0", "0(%2)")"\n\t" \ 59 "2:"type##_lbu("$1", "1(%2)")"\n\t" \ 62 "3:"type##_lbu("$1", "2(%2)")"\n\t" \ [all …]
|
/linux-5.19.10/drivers/vfio/mdev/ |
D | mdev_sysfs.c | 25 struct mdev_type *type = to_mdev_type(kobj); in mdev_type_attr_show() local 29 ret = attr->show(type, attr, buf); in mdev_type_attr_show() 38 struct mdev_type *type = to_mdev_type(kobj); in mdev_type_attr_store() local 42 ret = attr->store(type, attr, buf, count); in mdev_type_attr_store() 82 struct mdev_type *type = to_mdev_type(kobj); in mdev_type_release() local 86 mdev_put_parent(type->parent); in mdev_type_release() 87 kfree(type); in mdev_type_release() 98 struct mdev_type *type; in add_mdev_supported_type() local 108 type = kzalloc(sizeof(*type), GFP_KERNEL); in add_mdev_supported_type() 109 if (!type) in add_mdev_supported_type() [all …]
|