/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_link_encoder.h | 218 #define DCN_LINK_ENCODER_REG_FIELD_LIST(type) \ argument 219 type DIG_ENABLE;\ 220 type DIG_HPD_SELECT;\ 221 type DIG_MODE;\ 222 type DIG_FE_SOURCE_SELECT;\ 223 type DPHY_BYPASS;\ 224 type DPHY_ATEST_SEL_LANE0;\ 225 type DPHY_ATEST_SEL_LANE1;\ 226 type DPHY_ATEST_SEL_LANE2;\ 227 type DPHY_ATEST_SEL_LANE3;\ [all …]
|
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_optc.h | 326 #define TG_REG_FIELD_LIST_DCN1_0(type) \ argument 327 type VSTARTUP_START;\ 328 type VUPDATE_OFFSET;\ 329 type VUPDATE_WIDTH;\ 330 type VREADY_OFFSET;\ 331 type OTG_BLANK_DATA_EN;\ 332 type OTG_BLANK_DE_MODE;\ 333 type OTG_CURRENT_BLANK_STATE;\ 334 type OTG_MASTER_UPDATE_LOCK;\ 335 type UPDATE_LOCK_STATUS;\ [all …]
|
D | dcn10_stream_encoder.h | 332 #define SE_REG_FIELD_LIST_DCN1_0(type) \ argument 333 type AFMT_GENERIC_INDEX;\ 334 type AFMT_GENERIC_HB0;\ 335 type AFMT_GENERIC_HB1;\ 336 type AFMT_GENERIC_HB2;\ 337 type AFMT_GENERIC_HB3;\ 338 type AFMT_GENERIC_LOCK_STATUS;\ 339 type AFMT_GENERIC_CONFLICT;\ 340 type AFMT_GENERIC_CONFLICT_CLR;\ 341 type AFMT_GENERIC0_FRAME_UPDATE_PENDING;\ [all …]
|
D | dcn10_hubbub.h | 188 #define DCN_HUBBUB_REG_FIELD_LIST(type) \ argument 189 type DCHUBBUB_GLOBAL_TIMER_ENABLE; \ 190 type DCHUBBUB_ARB_WATERMARK_CHANGE_REQUEST;\ 191 type DCHUBBUB_ARB_WATERMARK_CHANGE_DONE_INTERRUPT_DISABLE;\ 192 type DCHUBBUB_ARB_ALLOW_SELF_REFRESH_FORCE_VALUE;\ 193 type DCHUBBUB_ARB_ALLOW_SELF_REFRESH_FORCE_ENABLE;\ 194 type DCHUBBUB_ARB_ALLOW_PSTATE_CHANGE_FORCE_VALUE;\ 195 type DCHUBBUB_ARB_ALLOW_PSTATE_CHANGE_FORCE_ENABLE;\ 196 type DCHUBBUB_ARB_SAT_LEVEL;\ 197 type DCHUBBUB_ARB_MIN_REQ_OUTSTAND;\ [all …]
|
D | dcn10_hubp.h | 450 #define DCN_HUBP_REG_FIELD_BASE_LIST(type) \ argument 451 type HUBP_BLANK_EN;\ 452 type HUBP_DISABLE;\ 453 type HUBP_TTU_DISABLE;\ 454 type HUBP_NO_OUTSTANDING_REQ;\ 455 type HUBP_VTG_SEL;\ 456 type HUBP_UNDERFLOW_STATUS;\ 457 type HUBP_UNDERFLOW_CLEAR;\ 458 type NUM_PIPES;\ 459 type NUM_BANKS;\ [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 …]
|
/kernel/linux/linux-5.10/arch/arm/mach-s3c/ |
D | irq-s3c24xx.c | 42 unsigned int type; member 136 static int s3c_irq_type(struct irq_data *data, unsigned int type) in s3c_irq_type() argument 138 switch (type) { in s3c_irq_type() 151 pr_err("No such irq type %d\n", type); in s3c_irq_type() 162 unsigned int type) in s3c_irqext_type_set() argument 172 switch (type) in s3c_irqext_type_set() 199 pr_err("No such irq type %d\n", type); in s3c_irqext_type_set() 210 static int s3c_irqext_type(struct irq_data *data, unsigned int type) in s3c_irqext_type() argument 236 extint_offset, type); in s3c_irqext_type() 239 static int s3c_irqext0_type(struct irq_data *data, unsigned int type) in s3c_irqext0_type() argument [all …]
|
/kernel/linux/linux-5.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 …]
|
/kernel/linux/linux-5.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 …]
|
/kernel/linux/linux-5.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_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 …]
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
D | v4l2-dv-timings.h | 16 .type = V4L2_DV_BT_656_1120, \ 23 .type = V4L2_DV_BT_656_1120, \ 32 .type = V4L2_DV_BT_656_1120, \ 40 .type = V4L2_DV_BT_656_1120, \ 49 .type = V4L2_DV_BT_656_1120, \ 57 .type = V4L2_DV_BT_656_1120, \ 65 .type = V4L2_DV_BT_656_1120, \ 73 .type = V4L2_DV_BT_656_1120, \ 82 .type = V4L2_DV_BT_656_1120, \ 90 .type = V4L2_DV_BT_656_1120, \ [all …]
|
/kernel/linux/linux-5.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 …]
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
D | v4l2-dv-timings.h | 26 #define V4L2_DV_BT_CEA_640X480P59_94 {.type = V4L2_DV_BT_656_1120, V4L2_INIT_BT_TIMINGS(640, 480, 0… 28 #define V4L2_DV_BT_CEA_720X480I59_94 {.type = V4L2_DV_BT_656_1120, V4L2_INIT_BT_TIMINGS(720, 480, 1… 30 #define V4L2_DV_BT_CEA_720X480P59_94 {.type = V4L2_DV_BT_656_1120, V4L2_INIT_BT_TIMINGS(720, 480, 0… 32 #define V4L2_DV_BT_CEA_720X576I50 {.type = V4L2_DV_BT_656_1120, V4L2_INIT_BT_TIMINGS(720, 576, 1, 0… 34 #define V4L2_DV_BT_CEA_720X576P50 {.type = V4L2_DV_BT_656_1120, V4L2_INIT_BT_TIMINGS(720, 576, 0, 0… 36 #define V4L2_DV_BT_CEA_1280X720P24 {.type = V4L2_DV_BT_656_1120, V4L2_INIT_BT_TIMINGS(1280, 720, 0,… 38 #define V4L2_DV_BT_CEA_1280X720P25 {.type = V4L2_DV_BT_656_1120, V4L2_INIT_BT_TIMINGS(1280, 720, 0,… 40 #define V4L2_DV_BT_CEA_1280X720P30 {.type = V4L2_DV_BT_656_1120, V4L2_INIT_BT_TIMINGS(1280, 720, 0,… 42 #define V4L2_DV_BT_CEA_1280X720P50 {.type = V4L2_DV_BT_656_1120, V4L2_INIT_BT_TIMINGS(1280, 720, 0,… 44 #define V4L2_DV_BT_CEA_1280X720P60 {.type = V4L2_DV_BT_656_1120, V4L2_INIT_BT_TIMINGS(1280, 720, 0,… [all …]
|
/kernel/linux/linux-5.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 …]
|
/kernel/linux/linux-5.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 …]
|
/kernel/linux/linux-5.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 …]
|
/kernel/linux/linux-5.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 …]
|
/kernel/linux/linux-5.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 …]
|
/kernel/linux/linux-5.10/kernel/bpf/ |
D | net_namespace.c | 13 enum bpf_attach_type type; member 28 static void netns_bpf_attach_type_unneed(enum netns_bpf_attach_type type) in netns_bpf_attach_type_unneed() argument 30 switch (type) { in netns_bpf_attach_type_unneed() 41 static void netns_bpf_attach_type_need(enum netns_bpf_attach_type type) in netns_bpf_attach_type_need() argument 43 switch (type) { in netns_bpf_attach_type_need() 56 enum netns_bpf_attach_type type) in netns_bpf_run_array_detach() argument 60 run_array = rcu_replace_pointer(net->bpf.run_array[type], NULL, in netns_bpf_run_array_detach() 65 static int link_index(struct net *net, enum netns_bpf_attach_type type, in link_index() argument 71 list_for_each_entry(pos, &net->bpf.links[type], node) { in link_index() 79 static int link_count(struct net *net, enum netns_bpf_attach_type type) in link_count() argument [all …]
|
/kernel/linux/linux-5.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 …]
|
/kernel/linux/linux-5.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(kobj, type->parent->dev, 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->kobj, type->parent->dev, buf, count); in mdev_type_attr_store() 81 struct mdev_type *type = to_mdev_type(kobj); in mdev_type_release() local 84 kfree(type); in mdev_type_release() 95 struct mdev_type *type; in add_mdev_supported_type() local 103 type = kzalloc(sizeof(*type), GFP_KERNEL); in add_mdev_supported_type() 104 if (!type) in add_mdev_supported_type() 107 type->kobj.kset = parent->mdev_types_kset; in add_mdev_supported_type() [all …]
|
/kernel/linux/linux-5.10/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 …]
|