/linux-3.3/drivers/usb/gadget/ |
D | f_mass_storage.c | 329 int (*thread_exits)(struct fsg_common *common); 336 int (*pre_eject)(struct fsg_common *common, 342 int (*post_eject)(struct fsg_common *common, 439 struct fsg_common *common; member 453 static inline int __fsg_is_set(struct fsg_common *common, in __fsg_is_set() argument 456 if (common->fsg) in __fsg_is_set() 458 ERROR(common, "common->fsg is NULL in %s at %u\n", func, line); in __fsg_is_set() 463 #define fsg_is_set(common) likely(__fsg_is_set(common, __func__, __LINE__)) argument 472 static int exception_in_progress(struct fsg_common *common) in exception_in_progress() argument 474 return common->state > FSG_STATE_IDLE; in exception_in_progress() [all …]
|
/linux-3.3/arch/sparc/include/asm/ |
D | unistd.h | 24 #define __NR_exit 1 /* Common */ 25 #define __NR_fork 2 /* Common */ 26 #define __NR_read 3 /* Common */ 27 #define __NR_write 4 /* Common */ 28 #define __NR_open 5 /* Common */ 29 #define __NR_close 6 /* Common */ 30 #define __NR_wait4 7 /* Common */ 31 #define __NR_creat 8 /* Common */ 32 #define __NR_link 9 /* Common */ 33 #define __NR_unlink 10 /* Common */ [all …]
|
/linux-3.3/tools/perf/ |
D | command-list.txt | 3 # command name category [deprecated] [common] 5 perf-annotate mainporcelain common 6 perf-archive mainporcelain common 7 perf-bench mainporcelain common 8 perf-buildid-cache mainporcelain common 9 perf-buildid-list mainporcelain common 10 perf-diff mainporcelain common 11 perf-evlist mainporcelain common 12 perf-inject mainporcelain common 13 perf-list mainporcelain common [all …]
|
/linux-3.3/drivers/media/video/davinci/ |
D | vpif_display.c | 138 struct common_obj *common; in vpif_buffer_prepare() local 141 common = &fh->channel->common[VPIF_VIDEO_INDEX]; in vpif_buffer_prepare() 143 vb->width = common->width; in vpif_buffer_prepare() 144 vb->height = common->height; in vpif_buffer_prepare() 152 if (V4L2_MEMORY_USERPTR == common->memory) { in vpif_buffer_prepare() 165 if (!ISALIGNED(addr + common->ytop_off) || in vpif_buffer_prepare() 166 !ISALIGNED(addr + common->ybtm_off) || in vpif_buffer_prepare() 167 !ISALIGNED(addr + common->ctop_off) || in vpif_buffer_prepare() 168 !ISALIGNED(addr + common->cbtm_off)) in vpif_buffer_prepare() 186 struct common_obj *common = &ch->common[VPIF_VIDEO_INDEX]; in vpif_buffer_setup() local [all …]
|
D | vpif_capture.c | 147 struct common_obj *common; in vpif_buffer_prepare() local 153 common = &ch->common[VPIF_VIDEO_INDEX]; in vpif_buffer_prepare() 157 vb->width = common->width; in vpif_buffer_prepare() 158 vb->height = common->height; in vpif_buffer_prepare() 167 if (V4L2_MEMORY_USERPTR == common->memory) { in vpif_buffer_prepare() 180 if (!IS_ALIGNED((addr + common->ytop_off), 8) || in vpif_buffer_prepare() 181 !IS_ALIGNED((addr + common->ybtm_off), 8) || in vpif_buffer_prepare() 182 !IS_ALIGNED((addr + common->ctop_off), 8) || in vpif_buffer_prepare() 183 !IS_ALIGNED((addr + common->cbtm_off), 8)) in vpif_buffer_prepare() 207 struct common_obj *common; in vpif_buffer_setup() local [all …]
|
/linux-3.3/drivers/net/wireless/ath/ |
D | key.c | 25 #define REG_READ (common->ops->read) 26 #define REG_WRITE(_ah, _reg, _val) (common->ops->write)(_ah, _val, _reg) 28 if (common->ops->enable_write_buffer) \ 29 common->ops->enable_write_buffer((_ah)); 32 if (common->ops->write_flush) \ 33 common->ops->write_flush((_ah)); 42 bool ath_hw_keyreset(struct ath_common *common, u16 entry) in ath_hw_keyreset() argument 45 void *ah = common->ah; in ath_hw_keyreset() 47 if (entry >= common->keymax) { in ath_hw_keyreset() 48 ath_err(common, "keycache entry %u out of range\n", entry); in ath_hw_keyreset() [all …]
|
D | hw.c | 23 #define REG_READ (common->ops->read) 24 #define REG_WRITE (common->ops->write) 29 * @common: the ath_common struct for the device. 46 * When you do this you are essentially computing the common bits of all your 80 * significant bit". This is because its the only bit common 82 * common bit is we can simply "&" the bssid_mask now with any BSSID we have 92 * common bit amongst the MAC and BSSIDs is 0, this frame has the 2nd LSB 118 void ath_hw_setbssidmask(struct ath_common *common) in ath_hw_setbssidmask() argument 120 void *ah = common->ah; in ath_hw_setbssidmask() 122 REG_WRITE(ah, get_unaligned_le32(common->bssidmask), AR_BSSMSKL); in ath_hw_setbssidmask() [all …]
|
D | ath.h | 163 struct sk_buff *ath_rxbuf_alloc(struct ath_common *common, 167 void ath_hw_setbssidmask(struct ath_common *common); 168 void ath_key_delete(struct ath_common *common, struct ieee80211_key_conf *key); 169 int ath_key_config(struct ath_common *common, 173 bool ath_hw_keyreset(struct ath_common *common, u16 entry); 174 void ath_hw_cycle_counters_update(struct ath_common *common); 175 int32_t ath_hw_get_listen_time(struct ath_common *common); 179 #define _ath_printk(level, common, fmt, ...) \ argument 181 __always_unused struct ath_common *unused = common; \ 185 #define ath_emerg(common, fmt, ...) \ argument [all …]
|
/linux-3.3/drivers/net/wireless/ath/ath9k/ |
D | mci.c | 38 static bool ath_mci_add_profile(struct ath_common *common, in ath_mci_add_profile() argument 46 ath_dbg(common, MCI, in ath_mci_add_profile() 53 ath_dbg(common, MCI, in ath_mci_add_profile() 74 static void ath_mci_del_profile(struct ath_common *common, in ath_mci_del_profile() argument 83 ath_dbg(common, MCI, "Profile to be deleted not found\n"); in ath_mci_del_profile() 122 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_mci_update_scheme() local 134 ath_dbg(common, MCI, in ath_mci_update_scheme() 139 ath_dbg(common, MCI, in ath_mci_update_scheme() 146 ath_dbg(common, MCI, in ath_mci_update_scheme() 153 ath_dbg(common, MCI, in ath_mci_update_scheme() [all …]
|
D | main.c | 84 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath9k_ps_wakeup() local 101 spin_lock(&common->cc_lock); in ath9k_ps_wakeup() 102 ath_hw_cycle_counters_update(common); in ath9k_ps_wakeup() 103 memset(&common->cc_survey, 0, sizeof(common->cc_survey)); in ath9k_ps_wakeup() 104 spin_unlock(&common->cc_lock); in ath9k_ps_wakeup() 113 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath9k_ps_restore() local 132 spin_lock(&common->cc_lock); in ath9k_ps_restore() 133 ath_hw_cycle_counters_update(common); in ath9k_ps_restore() 134 spin_unlock(&common->cc_lock); in ath9k_ps_restore() 142 void ath_start_ani(struct ath_common *common) in ath_start_ani() argument [all …]
|
D | htc_drv_main.c | 149 struct ath_common *common = ath9k_hw_common(priv->ah); in ath9k_htc_set_bssid_mask() local 156 iter_data.hw_macaddr = common->macaddr; in ath9k_htc_set_bssid_mask() 166 memcpy(common->bssidmask, iter_data.mask, ETH_ALEN); in ath9k_htc_set_bssid_mask() 167 ath_hw_setbssidmask(common); in ath9k_htc_set_bssid_mask() 185 struct ath_common *common = ath9k_hw_common(ah); in ath9k_htc_reset() local 211 ath_err(common, in ath9k_htc_reset() 243 struct ath_common *common = ath9k_hw_common(ah); in ath9k_htc_set_channel() local 244 struct ieee80211_conf *conf = &common->hw->conf; in ath9k_htc_set_channel() 269 ath_dbg(common, CONFIG, in ath9k_htc_set_channel() 280 ath_err(common, in ath9k_htc_set_channel() [all …]
|
D | ar9003_mci.c | 37 struct ath_common *common = ath9k_hw_common(ah); in ar9003_mci_wait_for_interrupt() local 71 ath_dbg(common, MCI, in ar9003_mci_wait_for_interrupt() 74 ath_dbg(common, MCI, in ar9003_mci_wait_for_interrupt() 141 struct ath_common *common = ath9k_hw_common(ah); in ar9003_mci_send_coex_version_query() local 147 ath_dbg(common, MCI, "MCI Send Coex version query\n"); in ar9003_mci_send_coex_version_query() 158 struct ath_common *common = ath9k_hw_common(ah); in ar9003_mci_send_coex_version_response() local 162 ath_dbg(common, MCI, "MCI Send Coex version response\n"); in ar9003_mci_send_coex_version_response() 191 struct ath_common *common = ath9k_hw_common(ah); in ar9003_mci_send_coex_bt_status_query() local 199 ath_dbg(common, MCI, "MCI Send Coex BT Status Query 0x%02X\n", in ar9003_mci_send_coex_bt_status_query() 215 ath_dbg(common, MCI, in ar9003_mci_send_coex_bt_status_query() [all …]
|
D | htc_drv_init.c | 292 struct ath_common *common = ath9k_hw_common(ah); in ath9k_regread() local 293 struct ath9k_htc_priv *priv = (struct ath9k_htc_priv *) common->priv; in ath9k_regread() 302 ath_dbg(common, WMI, "REGISTER READ FAILED: (0x%04x, %d)\n", in ath9k_regread() 314 struct ath_common *common = ath9k_hw_common(ah); in ath9k_multi_regread() local 315 struct ath9k_htc_priv *priv = (struct ath9k_htc_priv *) common->priv; in ath9k_multi_regread() 329 ath_dbg(common, WMI, in ath9k_multi_regread() 341 struct ath_common *common = ath9k_hw_common(ah); in ath9k_regwrite_single() local 342 struct ath9k_htc_priv *priv = (struct ath9k_htc_priv *) common->priv; in ath9k_regwrite_single() 354 ath_dbg(common, WMI, "REGISTER WRITE FAILED:(0x%04x, %d)\n", in ath9k_regwrite_single() 362 struct ath_common *common = ath9k_hw_common(ah); in ath9k_regwrite_buffer() local [all …]
|
/linux-3.3/drivers/acpi/acpica/ |
D | psparse.c | 160 if (op->common.parent) { in acpi_ps_complete_this_op() 161 prev = op->common.parent->common.value.arg; in acpi_ps_complete_this_op() 174 acpi_ps_get_opcode_info(op->common.parent->common. in acpi_ps_complete_this_op() 200 if ((op->common.parent->common.aml_opcode == in acpi_ps_complete_this_op() 202 || (op->common.parent->common.aml_opcode == in acpi_ps_complete_this_op() 204 || (op->common.parent->common.aml_opcode == in acpi_ps_complete_this_op() 206 || (op->common.parent->common.aml_opcode == in acpi_ps_complete_this_op() 208 || (op->common.parent->common.aml_opcode == in acpi_ps_complete_this_op() 210 || (op->common.parent->common.aml_opcode == in acpi_ps_complete_this_op() 218 if ((op->common.parent->common.aml_opcode == in acpi_ps_complete_this_op() [all …]
|
D | dsobject.c | 89 if (op->common.aml_opcode == AML_INT_NAMEPATH_OP) { in acpi_ds_build_internal_object() 95 if (!op->common.node) { in acpi_ds_build_internal_object() 97 op->common.value.string, in acpi_ds_build_internal_object() 105 common. in acpi_ds_build_internal_object() 114 ((op->common.parent->common.aml_opcode == in acpi_ds_build_internal_object() 116 || (op->common.parent->common.aml_opcode == in acpi_ds_build_internal_object() 135 ACPI_ERROR_NAMESPACE(op->common.value. in acpi_ds_build_internal_object() 145 if ((op->common.parent->common.aml_opcode == AML_PACKAGE_OP) || in acpi_ds_build_internal_object() 146 (op->common.parent->common.aml_opcode == in acpi_ds_build_internal_object() 150 * the package. If this is a reference to a common data type, in acpi_ds_build_internal_object() [all …]
|
D | dsfield.c | 96 if (op->common.aml_opcode == AML_CREATE_FIELD_OP) { in acpi_ds_create_buffer_field() 139 arg->common.value.string, ACPI_TYPE_ANY, in acpi_ds_create_buffer_field() 143 ACPI_ERROR_NAMESPACE(arg->common.value.string, status); in acpi_ds_create_buffer_field() 153 op->common.node = node; in acpi_ds_create_buffer_field() 182 second_desc = obj_desc->common.next_object; in acpi_ds_create_buffer_field() 242 switch (arg->common.aml_opcode) { in acpi_ds_get_field_names() 246 + (u64) arg->common.value.size; in acpi_ds_get_field_names() 275 ((u8)((u32)(arg->common.value.integer & 0x07)))); in acpi_ds_get_field_names() 280 (u8)((arg->common.value.integer >> 8) & 0xFF); in acpi_ds_get_field_names() 285 (u8)((arg->common.value.integer >> 16) & 0xFF); in acpi_ds_get_field_names() [all …]
|
D | dsutils.c | 204 if ((!op->common.parent) || in acpi_ds_is_result_used() 205 (op->common.parent->common.aml_opcode == AML_SCOPE_OP)) { in acpi_ds_is_result_used() 211 acpi_ps_get_opcode_name(op->common. in acpi_ds_is_result_used() 219 acpi_ps_get_opcode_info(op->common.parent->common.aml_opcode); in acpi_ds_is_result_used() 234 switch (op->common.parent->common.aml_opcode) { in acpi_ds_is_result_used() 248 if ((walk_state->control_state->common.state == in acpi_ds_is_result_used() 275 if ((op->common.parent->common.aml_opcode == AML_REGION_OP) || in acpi_ds_is_result_used() 276 (op->common.parent->common.aml_opcode == AML_DATA_REGION_OP) in acpi_ds_is_result_used() 277 || (op->common.parent->common.aml_opcode == AML_PACKAGE_OP) in acpi_ds_is_result_used() 278 || (op->common.parent->common.aml_opcode == in acpi_ds_is_result_used() [all …]
|
D | pstree.c | 78 if (Op->Common.aml_opcode == AML_INT_CONNECTION_OP) in acpi_ps_get_arg() 80 return (Op->Common.Value.Arg); in acpi_ps_get_arg() 85 op_info = acpi_ps_get_opcode_info(op->common.aml_opcode); in acpi_ps_get_arg() 104 arg = op->common.value.arg; in acpi_ps_get_arg() 107 arg = arg->common.next; in acpi_ps_get_arg() 140 op_info = acpi_ps_get_opcode_info(op->common.aml_opcode); in acpi_ps_append_arg() 146 op->common.aml_opcode)); in acpi_ps_append_arg() 161 if (op->common.value.arg) { in acpi_ps_append_arg() 165 prev_arg = op->common.value.arg; in acpi_ps_append_arg() 166 while (prev_arg->common.next) { in acpi_ps_append_arg() [all …]
|
/linux-3.3/arch/arm/mach-omap2/ |
D | Makefile | 5 # Common support 7 common.o gpio.o dma.o wd_timer.o display.o 9 omap-2-3-common = irq.o sdrc.o 10 hwmod-common = omap_hwmod.o \ 12 clock-common = clock.o clock_common_data.o \ 14 secure-common = omap-smc.o omap-secure.o 16 obj-$(CONFIG_ARCH_OMAP2) += $(omap-2-3-common) $(hwmod-common) 17 obj-$(CONFIG_ARCH_OMAP3) += $(omap-2-3-common) $(hwmod-common) $(secure-common) 18 obj-$(CONFIG_ARCH_OMAP4) += prm44xx.o $(hwmod-common) $(secure-common) 28 obj-$(CONFIG_ARCH_OMAP4) += omap4-common.o omap-wakeupgen.o \ [all …]
|
D | vp.c | 4 #include "common.h" 21 vpconfig &= ~(vp->common->vpconfig_initvoltage_mask | in _vp_set_init_voltage() 22 vp->common->vpconfig_forceupdate | in _vp_set_init_voltage() 23 vp->common->vpconfig_initvdd); in _vp_set_init_voltage() 24 vpconfig |= vsel << __ffs(vp->common->vpconfig_initvoltage_mask); in _vp_set_init_voltage() 28 voltdm->write((vpconfig | vp->common->vpconfig_initvdd), in _vp_set_init_voltage() 74 __ffs(voltdm->vp->common->vpconfig_erroroffset_mask)) | in omap_vp_init() 75 vp->common->vpconfig_timeouten; in omap_vp_init() 79 val = (waittime << vp->common->vstepmin_smpswaittimemin_shift) | in omap_vp_init() 80 (vstepmin << vp->common->vstepmin_stepmin_shift); in omap_vp_init() [all …]
|
/linux-3.3/include/net/ |
D | act_api.h | 25 #define tcf_next common.tcfc_next 26 #define tcf_index common.tcfc_index 27 #define tcf_refcnt common.tcfc_refcnt 28 #define tcf_bindcnt common.tcfc_bindcnt 29 #define tcf_capab common.tcfc_capab 30 #define tcf_action common.tcfc_action 31 #define tcf_tm common.tcfc_tm 32 #define tcf_bstats common.tcfc_bstats 33 #define tcf_qstats common.tcfc_qstats 34 #define tcf_rate_est common.tcfc_rate_est [all …]
|
/linux-3.3/arch/arm/mach-exynos/ |
D | Kconfig | 75 Common setup code for FIMD0. 85 Common setup code for SYSTEM MMU in EXYNOS4 100 Common setup code for i2c bus 1. 105 Common setup code for i2c bus 2. 110 Common setup code for i2c bus 3. 115 Common setup code for i2c bus 4. 120 Common setup code for i2c bus 5. 125 Common setup code for i2c bus 6. 130 Common setup code for i2c bus 7. 135 Common setup code for keypad. [all …]
|
/linux-3.3/arch/arm/mach-kirkwood/ |
D | Makefile | 1 obj-y += common.o addr-map.o irq.o pcie.o mpp.o 11 obj-$(CONFIG_MACH_TS219) += ts219-setup.o tsx1x-common.o 12 obj-$(CONFIG_MACH_TS41X) += ts41x-setup.o tsx1x-common.o 14 obj-$(CONFIG_MACH_NETSPACE_V2) += netspace_v2-setup.o lacie_v2-common.o 15 obj-$(CONFIG_MACH_INETSPACE_V2) += netspace_v2-setup.o lacie_v2-common.o 16 obj-$(CONFIG_MACH_NETSPACE_MAX_V2) += netspace_v2-setup.o lacie_v2-common.o 17 obj-$(CONFIG_MACH_D2NET_V2) += d2net_v2-setup.o lacie_v2-common.o 18 obj-$(CONFIG_MACH_NET2BIG_V2) += netxbig_v2-setup.o lacie_v2-common.o 19 obj-$(CONFIG_MACH_NET5BIG_V2) += netxbig_v2-setup.o lacie_v2-common.o
|
/linux-3.3/arch/ia64/include/asm/sn/ |
D | geo.h | 26 /* Fields common to all substructures */ 36 geo_common_t common; /* No additional fields needed */ member 40 geo_common_t common; /* No additional fields needed */ member 44 geo_common_t common; /* No additional fields needed */ member 48 geo_iocntl_t common; member 67 geo_common_t common; member 114 return (g.common.type == GEO_TYPE_INVALID) ? in geo_slab() 115 INVALID_SLAB : g.common.slab; in geo_slab() 120 return (g.common.type == GEO_TYPE_INVALID) ? in geo_slot() 121 INVALID_SLOT : g.common.slot; in geo_slot() [all …]
|
/linux-3.3/drivers/scsi/bfa/ |
D | bfi_ms.h | 118 struct bfi_mhdr_s mh; /* Common msg header */ 129 struct bfi_mhdr_s mh; /* common msg header */ 141 struct bfi_mhdr_s mh; /* common msg header */ 153 struct bfi_mhdr_s mh; /* common msg header */ 184 struct bfi_mhdr_s mh; /* common msg header */ 191 struct bfi_mhdr_s mh; /* common msg header */ 202 struct bfi_mhdr_s mh; /* common msg header */ 246 struct bfi_mhdr_s mh; /* common msg header */ 282 struct bfi_mhdr_s mh; /* common msg header */ 347 struct bfi_mhdr_s mh; /* Common msg header */ [all …]
|