Home
last modified time | relevance | path

Searched refs:common (Results 1 – 25 of 668) sorted by relevance

12345678910>>...27

/linux-2.6.39/drivers/usb/gadget/
Df_mass_storage.c330 int (*thread_exits)(struct fsg_common *common);
337 int (*pre_eject)(struct fsg_common *common,
343 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-2.6.39/drivers/staging/rt2870/
DMakefile11 common/crypt_md5.o \
12 common/crypt_sha2.o \
13 common/crypt_hmac.o \
14 common/mlme.o \
15 common/cmm_wep.o \
16 common/action.o \
17 common/cmm_data.o \
18 common/rtmp_init.o \
19 common/cmm_tkip.o \
20 common/cmm_aes.o \
[all …]
/linux-2.6.39/drivers/net/wireless/ath/
Dkey.c24 #define REG_READ (common->ops->read)
25 #define REG_WRITE(_ah, _reg, _val) (common->ops->write)(_ah, _val, _reg)
33 bool ath_hw_keyreset(struct ath_common *common, u16 entry) in ath_hw_keyreset() argument
36 void *ah = common->ah; in ath_hw_keyreset()
38 if (entry >= common->keymax) { in ath_hw_keyreset()
39 ath_err(common, "keycache entry %u out of range\n", entry); in ath_hw_keyreset()
61 if (common->crypt_caps & ATH_CRYPT_CAP_MIC_COMBINED) { in ath_hw_keyreset()
73 static bool ath_hw_keysetmac(struct ath_common *common, in ath_hw_keysetmac() argument
78 void *ah = common->ah; in ath_hw_keysetmac()
80 if (entry >= common->keymax) { in ath_hw_keysetmac()
[all …]
Dhw.c22 #define REG_READ (common->ops->read)
23 #define REG_WRITE (common->ops->write)
119 void ath_hw_setbssidmask(struct ath_common *common) in ath_hw_setbssidmask() argument
121 void *ah = common->ah; in ath_hw_setbssidmask()
123 REG_WRITE(ah, get_unaligned_le32(common->bssidmask), AR_BSSMSKL); in ath_hw_setbssidmask()
124 REG_WRITE(ah, get_unaligned_le16(common->bssidmask + 4), AR_BSSMSKU); in ath_hw_setbssidmask()
137 void ath_hw_cycle_counters_update(struct ath_common *common) in ath_hw_cycle_counters_update() argument
140 void *ah = common->ah; in ath_hw_cycle_counters_update()
161 common->cc_ani.cycles += cycles; in ath_hw_cycle_counters_update()
162 common->cc_ani.rx_busy += busy; in ath_hw_cycle_counters_update()
[all …]
Dath.h128 void (*read_cachesize)(struct ath_common *common, int *csz);
129 bool (*eeprom_read)(struct ath_common *common, u32 off, u16 *data);
130 void (*bt_coex_prep)(struct ath_common *common);
131 void (*extn_synch_en)(struct ath_common *common);
172 struct sk_buff *ath_rxbuf_alloc(struct ath_common *common,
176 void ath_hw_setbssidmask(struct ath_common *common);
177 void ath_key_delete(struct ath_common *common, struct ieee80211_key_conf *key);
178 int ath_key_config(struct ath_common *common,
182 bool ath_hw_keyreset(struct ath_common *common, u16 entry);
183 void ath_hw_cycle_counters_update(struct ath_common *common);
[all …]
/linux-2.6.39/drivers/staging/rt2860/
DMakefile10 common/crypt_md5.o \
11 common/crypt_sha2.o \
12 common/crypt_hmac.o \
13 common/mlme.o \
14 common/cmm_wep.o \
15 common/action.o \
16 common/cmm_data.o \
17 common/rtmp_init.o \
18 common/cmm_tkip.o \
19 common/cmm_aes.o \
[all …]
/linux-2.6.39/drivers/media/video/davinci/
Dvpif_display.c138 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 …]
Dvpif_capture.c147 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-2.6.39/tools/perf/
Dcommand-list.txt3 # 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-2.6.39/drivers/acpi/acpica/
Dpsparse.c160 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 …]
Ddsutils.c204 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 …]
Ddsobject.c89 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()
164 op->common.node); in acpi_ds_build_internal_object()
[all …]
Dpstree.c79 op_info = acpi_ps_get_opcode_info(op->common.aml_opcode); in acpi_ps_get_arg()
98 arg = op->common.value.arg; in acpi_ps_get_arg()
101 arg = arg->common.next; in acpi_ps_get_arg()
134 op_info = acpi_ps_get_opcode_info(op->common.aml_opcode); in acpi_ps_append_arg()
140 op->common.aml_opcode)); in acpi_ps_append_arg()
155 if (op->common.value.arg) { in acpi_ps_append_arg()
159 prev_arg = op->common.value.arg; in acpi_ps_append_arg()
160 while (prev_arg->common.next) { in acpi_ps_append_arg()
161 prev_arg = prev_arg->common.next; in acpi_ps_append_arg()
163 prev_arg->common.next = arg; in acpi_ps_append_arg()
[all …]
Ddsfield.c96 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()
240 switch (arg->common.aml_opcode) { in acpi_ds_get_field_names()
244 + (u64) arg->common.value.size; in acpi_ds_get_field_names()
268 ((u8) ((u32) arg->common.value.integer >> 8))); in acpi_ds_get_field_names()
270 info->attribute = (u8) (arg->common.value.integer); in acpi_ds_get_field_names()
288 arg->common.node = info->field_node; in acpi_ds_get_field_names()
[all …]
Dnsobject.c175 while (last_obj_desc->common.next_object) { in acpi_ns_attach_object()
176 last_obj_desc = last_obj_desc->common.next_object; in acpi_ns_attach_object()
181 last_obj_desc->common.next_object = node->object; in acpi_ns_attach_object()
212 if (!obj_desc || (obj_desc->common.type == ACPI_TYPE_LOCAL_DATA)) { in acpi_ns_detach_object()
220 if (obj_desc->common.type == ACPI_TYPE_METHOD) { in acpi_ns_detach_object()
229 node->object = obj_desc->common.next_object; in acpi_ns_detach_object()
231 ((node->object)->common.type != ACPI_TYPE_LOCAL_DATA)) { in acpi_ns_detach_object()
232 node->object = node->object->common.next_object; in acpi_ns_detach_object()
277 || ((node->object)->common.type == ACPI_TYPE_LOCAL_DATA)) { in acpi_ns_get_attached_object()
304 (obj_desc->common.type == ACPI_TYPE_LOCAL_DATA) || in acpi_ns_get_secondary_object()
[all …]
Ddsopcode.c126 if (buffer_desc->common.type != ACPI_TYPE_BUFFER) { in acpi_ds_init_buffer_field()
256 buffer_desc->common.reference_count = (u16) in acpi_ds_init_buffer_field()
257 (buffer_desc->common.reference_count + in acpi_ds_init_buffer_field()
258 obj_desc->common.reference_count); in acpi_ds_init_buffer_field()
313 node = op->common.node; in acpi_ds_eval_buffer_field_operands()
317 next_op = op->common.value.arg; in acpi_ds_eval_buffer_field_operands()
333 status = acpi_ex_resolve_operands(op->common.aml_opcode, in acpi_ds_eval_buffer_field_operands()
337 acpi_ps_get_opcode_name(op->common.aml_opcode), in acpi_ds_eval_buffer_field_operands()
345 if (op->common.aml_opcode == AML_CREATE_FIELD_OP) { in acpi_ds_eval_buffer_field_operands()
350 acpi_ds_init_buffer_field(op->common.aml_opcode, obj_desc, in acpi_ds_eval_buffer_field_operands()
[all …]
Ddswexec.c98 walk_state->control_state->common.state = 0; in acpi_ds_get_predicate_value()
141 if (local_obj_desc->common.type != ACPI_TYPE_INTEGER) { in acpi_ds_get_predicate_value()
144 obj_desc, walk_state, obj_desc->common.type)); in acpi_ds_get_predicate_value()
159 walk_state->control_state->common.value = TRUE; in acpi_ds_get_predicate_value()
165 walk_state->control_state->common.value = FALSE; in acpi_ds_get_predicate_value()
176 walk_state->control_state->common.value, in acpi_ds_get_predicate_value()
193 walk_state->control_state->common.state = ACPI_CONTROL_NORMAL; in acpi_ds_get_predicate_value()
231 walk_state->opcode = op->common.aml_opcode; in acpi_ds_exec_begin_op()
233 acpi_ps_get_opcode_info(op->common.aml_opcode); in acpi_ds_exec_begin_op()
264 (walk_state->control_state->common.state == in acpi_ds_exec_begin_op()
[all …]
Ddswload2.c87 (walk_state->control_state->common.state == in acpi_ds_load2_begin_op()
110 buffer_ptr = op->common.value.string; in acpi_ds_load2_begin_op()
230 walk_state->scope_info->common.value = ACPI_TYPE_ANY; in acpi_ds_load2_begin_op()
251 if (op && op->common.node) { in acpi_ds_load2_begin_op()
255 node = op->common.node; in acpi_ds_load2_begin_op()
341 op->common.node = node; in acpi_ds_load2_begin_op()
383 if (op->common.aml_opcode == AML_SCOPE_OP) { in acpi_ds_load2_end_op()
395 node = op->common.node; in acpi_ds_load2_end_op()
407 (op->common.aml_opcode != AML_INT_METHODCALL_OP)) { in acpi_ds_load2_end_op()
448 acpi_ps_get_opcode_name(op->common.aml_opcode), in acpi_ds_load2_end_op()
[all …]
Dpsargs.c249 arg->common.value.name = path; in acpi_ps_get_next_namepath()
298 name_op->common.value.name = path; in acpi_ps_get_next_namepath()
302 name_op->common.node = node; in acpi_ps_get_next_namepath()
337 else if (walk_state->op->common.aml_opcode == in acpi_ps_get_next_namepath()
347 else if ((arg->common.parent) && in acpi_ps_get_next_namepath()
348 ((arg->common.parent->common.aml_opcode == in acpi_ps_get_next_namepath()
350 || (arg->common.parent->common.aml_opcode == in acpi_ps_get_next_namepath()
372 arg->common.value.name = path; in acpi_ps_get_next_namepath()
406 arg->common.value.integer = (u64) *aml; in acpi_ps_get_next_simple_arg()
415 ACPI_MOVE_16_TO_64(&arg->common.value.integer, aml); in acpi_ps_get_next_simple_arg()
[all …]
/linux-2.6.39/drivers/net/wireless/ath/ath9k/
Dmain.c86 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath9k_ps_wakeup() local
103 spin_lock(&common->cc_lock); in ath9k_ps_wakeup()
104 ath_hw_cycle_counters_update(common); in ath9k_ps_wakeup()
105 memset(&common->cc_survey, 0, sizeof(common->cc_survey)); in ath9k_ps_wakeup()
106 spin_unlock(&common->cc_lock); in ath9k_ps_wakeup()
115 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath9k_ps_restore() local
122 spin_lock(&common->cc_lock); in ath9k_ps_restore()
123 ath_hw_cycle_counters_update(common); in ath9k_ps_restore()
124 spin_unlock(&common->cc_lock); in ath9k_ps_restore()
139 static void ath_start_ani(struct ath_common *common) in ath_start_ani() argument
[all …]
Dhtc_drv_init.c278 struct ath_common *common = ath9k_hw_common(ah); in ath9k_regread() local
279 struct ath9k_htc_priv *priv = (struct ath9k_htc_priv *) common->priv; in ath9k_regread()
288 ath_dbg(common, ATH_DBG_WMI, in ath9k_regread()
301 struct ath_common *common = ath9k_hw_common(ah); in ath9k_multi_regread() local
302 struct ath9k_htc_priv *priv = (struct ath9k_htc_priv *) common->priv; in ath9k_multi_regread()
316 ath_dbg(common, ATH_DBG_WMI, in ath9k_multi_regread()
328 struct ath_common *common = ath9k_hw_common(ah); in ath9k_regwrite_single() local
329 struct ath9k_htc_priv *priv = (struct ath9k_htc_priv *) common->priv; in ath9k_regwrite_single()
341 ath_dbg(common, ATH_DBG_WMI, in ath9k_regwrite_single()
350 struct ath_common *common = ath9k_hw_common(ah); in ath9k_regwrite_buffer() local
[all …]
Dhtc_drv_main.c151 struct ath_common *common = ath9k_hw_common(priv->ah); in ath9k_htc_set_bssid_mask() local
158 iter_data.hw_macaddr = common->macaddr; in ath9k_htc_set_bssid_mask()
168 memcpy(common->bssidmask, iter_data.mask, ETH_ALEN); in ath9k_htc_set_bssid_mask()
169 ath_hw_setbssidmask(common); in ath9k_htc_set_bssid_mask()
187 struct ath_common *common = ath9k_hw_common(ah); in ath9k_htc_reset() local
208 ath_err(common, in ath9k_htc_reset()
237 struct ath_common *common = ath9k_hw_common(ah); in ath9k_htc_set_channel() local
238 struct ieee80211_conf *conf = &common->hw->conf; in ath9k_htc_set_channel()
258 ath_dbg(common, ATH_DBG_CONFIG, in ath9k_htc_set_channel()
268 ath_err(common, in ath9k_htc_set_channel()
[all …]
Dar9003_calib.c39 struct ath_common *common = ath9k_hw_common(ah); in ar9003_hw_setup_calibration() local
53 ath_dbg(common, ATH_DBG_CALIBRATE, in ar9003_hw_setup_calibration()
65 ath_dbg(common, ATH_DBG_CALIBRATE, in ar9003_hw_setup_calibration()
204 struct ath_common *common = ath9k_hw_common(ah); in ar9003_hw_iqcalibrate() local
220 ath_dbg(common, ATH_DBG_CALIBRATE, in ar9003_hw_iqcalibrate()
224 ath_dbg(common, ATH_DBG_CALIBRATE, in ar9003_hw_iqcalibrate()
235 ath_dbg(common, ATH_DBG_CALIBRATE, in ar9003_hw_iqcalibrate()
237 ath_dbg(common, ATH_DBG_CALIBRATE, in ar9003_hw_iqcalibrate()
239 ath_dbg(common, ATH_DBG_CALIBRATE, "iqCorrNeg is 0x%08x\n", in ar9003_hw_iqcalibrate()
248 ath_dbg(common, ATH_DBG_CALIBRATE, in ar9003_hw_iqcalibrate()
[all …]
/linux-2.6.39/arch/ia64/include/asm/sn/
Dgeo.h36 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()
126 return (g.common.type == GEO_TYPE_INVALID) ? in geo_module()
[all …]
/linux-2.6.39/include/net/
Dact_api.h25 #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 …]

12345678910>>...27