/linux-4.1.27/drivers/acpi/acpica/ |
D | nsdump.c | 177 acpi_object_type obj_type; in acpi_ns_dump_one_object() local 523 obj_type = ACPI_TYPE_INVALID; in acpi_ns_dump_one_object() 538 obj_type = obj_desc->common.type; in acpi_ns_dump_one_object() 540 if (obj_type > ACPI_TYPE_LOCAL_MAX) { in acpi_ns_dump_one_object() 543 obj_type); in acpi_ns_dump_one_object() 548 obj_type, acpi_ut_get_type_name(obj_type)); in acpi_ns_dump_one_object() 570 switch (obj_type) { in acpi_ns_dump_one_object() 620 obj_type = ACPI_TYPE_INVALID; /* Terminate loop after next pass */ in acpi_ns_dump_one_object()
|
D | acmacros.h | 329 #define ACPI_OP(name, Pargs, Iargs, obj_type, class, type, flags) \ argument 330 {name, (u32)(Pargs), (u32)(Iargs), (u32)(flags), obj_type, class, type} 332 #define ACPI_OP(name, Pargs, Iargs, obj_type, class, type, flags) \ argument 333 {(u32)(Pargs), (u32)(Iargs), (u32)(flags), obj_type, class, type}
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | ima_policy | 25 [obj_user=] [obj_role=] [obj_type=]] 89 dont_measure obj_type=var_log_t 90 dont_appraise obj_type=var_log_t 91 dont_measure obj_type=auditd_log_t 92 dont_appraise obj_type=auditd_log_t
|
/linux-4.1.27/drivers/staging/fsl-mc/bus/ |
D | dprc.c | 726 char *obj_type, in dprc_get_obj_region() argument 739 cmd.params[3] |= mc_enc(0, 8, obj_type[0]); in dprc_get_obj_region() 740 cmd.params[3] |= mc_enc(8, 8, obj_type[1]); in dprc_get_obj_region() 741 cmd.params[3] |= mc_enc(16, 8, obj_type[2]); in dprc_get_obj_region() 742 cmd.params[3] |= mc_enc(24, 8, obj_type[3]); in dprc_get_obj_region() 743 cmd.params[3] |= mc_enc(32, 8, obj_type[4]); in dprc_get_obj_region() 744 cmd.params[3] |= mc_enc(40, 8, obj_type[5]); in dprc_get_obj_region() 745 cmd.params[3] |= mc_enc(48, 8, obj_type[6]); in dprc_get_obj_region() 746 cmd.params[3] |= mc_enc(56, 8, obj_type[7]); in dprc_get_obj_region() 747 cmd.params[4] |= mc_enc(0, 8, obj_type[8]); in dprc_get_obj_region() [all …]
|
D | mc-allocator.c | 535 .obj_type = "dpbp", 541 .obj_type = "dpmcp", 547 .obj_type = "dpcon",
|
D | dprc-driver.c | 461 .obj_type = "dprc",
|
D | mc-bus.c | 62 strcmp(id->obj_type, mc_dev->obj_desc.type) == 0) { in fsl_mc_bus_match()
|
/linux-4.1.27/drivers/gpu/drm/ |
D | drm_crtc_internal.h | 35 struct drm_mode_object *obj, uint32_t obj_type);
|
D | drm_crtc.c | 277 uint32_t obj_type, in drm_mode_object_get_reg() argument 290 obj->type = obj_type; in drm_mode_object_get_reg() 313 struct drm_mode_object *obj, uint32_t obj_type) in drm_mode_object_get() argument 315 return drm_mode_object_get_reg(dev, obj, obj_type, true); in drm_mode_object_get() 4512 .obj_type = DRM_MODE_OBJECT_CONNECTOR in drm_mode_connector_property_set_ioctl() 4611 obj = drm_mode_object_find(dev, arg->obj_id, arg->obj_type); in drm_mode_obj_get_properties_ioctl() 4662 arg_obj = drm_mode_object_find(dev, arg->obj_id, arg->obj_type); in drm_mode_obj_set_property_ioctl()
|
/linux-4.1.27/drivers/staging/fsl-mc/include/ |
D | mc.h | 63 const char obj_type[16]; member
|
D | dprc.h | 738 char *obj_type,
|
/linux-4.1.27/include/uapi/drm/ |
D | drm_mode.h | 312 __u32 obj_type; member 319 __u32 obj_type; member
|
/linux-4.1.27/fs/logfs/ |
D | segment.c | 268 static int obj_type(struct inode *inode, level_t level) in obj_type() function 279 static int obj_len(struct super_block *sb, int obj_type) in obj_len() argument 281 switch (obj_type) { in obj_len() 380 type = obj_type(inode, shrink_level(shadow->gc_level)); in logfs_segment_write() 577 block_len = obj_len(sb, obj_type(inode, level)); in __logfs_segment_read()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_cmn.h | 1012 bnx2x_obj_type obj_type) in bnx2x_init_vlan_mac_fp_objs() argument 1021 &bp->sp_state, obj_type, in bnx2x_init_vlan_mac_fp_objs()
|
D | bnx2x_sp.c | 713 if ((raw->obj_type == BNX2X_OBJ_TYPE_TX) || in bnx2x_vlan_mac_get_rx_tx_flag() 714 (raw->obj_type == BNX2X_OBJ_TYPE_RX_TX)) in bnx2x_vlan_mac_get_rx_tx_flag() 717 if ((raw->obj_type == BNX2X_OBJ_TYPE_RX) || in bnx2x_vlan_mac_get_rx_tx_flag() 718 (raw->obj_type == BNX2X_OBJ_TYPE_RX_TX)) in bnx2x_vlan_mac_get_rx_tx_flag() 1920 raw->obj_type = type; in bnx2x_init_raw_obj() 2504 if ((raw->obj_type == BNX2X_OBJ_TYPE_TX) || in bnx2x_mcast_get_rx_tx_flag() 2505 (raw->obj_type == BNX2X_OBJ_TYPE_RX_TX)) in bnx2x_mcast_get_rx_tx_flag() 2508 if ((raw->obj_type == BNX2X_OBJ_TYPE_RX) || in bnx2x_mcast_get_rx_tx_flag() 2509 (raw->obj_type == BNX2X_OBJ_TYPE_RX_TX)) in bnx2x_mcast_get_rx_tx_flag()
|
D | bnx2x_sp.h | 89 bnx2x_obj_type obj_type; member
|
/linux-4.1.27/sound/pci/asihpi/ |
D | hpifunc.c | 9 unsigned int obj_type:4; member 28 handle.h.obj_type = c_object; in hpi_indexes_to_handle() 58 return (char)uhandle.h.obj_type; in hpi_handle_object()
|