Home
last modified time | relevance | path

Searched refs:variable (Results 1 – 19 of 19) sorted by relevance

/drivers/isdn/hardware/eicon/
Dmaintidi.c100 void* variable);
1111 if (diva_trace_read_variable (cur, pLib->parse_table[i].variable)) { in diva_modem_info()
1144 if (diva_trace_read_variable (cur, pLib->parse_table[i].variable)) { in diva_fax_info()
1182 if (diva_trace_read_variable (cur, pLib->parse_table[i].variable)) { in diva_line_info()
1265 pLib->parse_table[pLib->cur_parse_entry++].variable = &pLine->Framing[0]; in diva_create_line_parse_table()
1269 pLib->parse_table[pLib->cur_parse_entry++].variable = &pLine->Line[0]; in diva_create_line_parse_table()
1273 pLib->parse_table[pLib->cur_parse_entry++].variable = &pLine->Layer2[0]; in diva_create_line_parse_table()
1277 pLib->parse_table[pLib->cur_parse_entry++].variable = &pLine->Layer3[0]; in diva_create_line_parse_table()
1281 pLib->parse_table[pLib->cur_parse_entry++].variable = \ in diva_create_line_parse_table()
1286 pLib->parse_table[pLib->cur_parse_entry++].variable = \ in diva_create_line_parse_table()
[all …]
Dmaintidi.h49 void* variable; /* Variable that will receive value */ member
/drivers/net/wireless/hostap/
Dhostap_80211.h20 u8 variable[0]; member
29 u8 variable[0]; member
36 u8 variable[0]; member
43 u8 variable[0]; member
56 u8 variable[0]; member
Dhostap_80211_rx.c406 pos = mgmt->u.beacon.variable; in hostap_rx_sta_beacon()
/drivers/misc/sgi-xp/
Dxpc_sn2.c160 return FETCHOP_LOAD_OP(TO_AMO((u64)&amo->variable), FETCHOP_CLEAR); in xpc_receive_IRQ_amo_sn2()
172 FETCHOP_STORE_OP(TO_AMO((u64)&amo->variable), FETCHOP_OR, flag); in xpc_send_IRQ_sn2()
181 ret = xp_nofault_PIOR((u64 *)GLOBAL_MMR_ADDR(NASID_GET(&amo->variable), in xpc_send_IRQ_sn2()
243 FETCHOP_STORE_OP(TO_AMO((u64)&amos[BIT_WORD(from_nasid / 2)].variable), in xpc_send_local_activate_IRQ_sn2()
382 variable), FETCHOP_OR, chctl.all_flags); in xpc_send_local_notify_IRQ_sn2()
462 FETCHOP_STORE_OP(TO_AMO((u64)&amo->variable), FETCHOP_OR, in xpc_indicate_partition_engaged_sn2()
472 variable), in xpc_indicate_partition_engaged_sn2()
490 FETCHOP_STORE_OP(TO_AMO((u64)&amo->variable), FETCHOP_AND, in xpc_indicate_partition_disengaged_sn2()
500 variable), in xpc_indicate_partition_disengaged_sn2()
522 FETCHOP_STORE_OP(TO_AMO((u64)&amo->variable), FETCHOP_AND, in xpc_assume_partition_disengaged_sn2()
[all …]
/drivers/scsi/
Dstex.c228 u8 variable[REQ_VARIABLE_LEN]; member
239 u8 variable[STATUS_VAR_LEN]; member
397 dst = (struct st_sgtable *)req->variable; in stex_map_sg()
642 struct status_msg *resp, unsigned int variable) in stex_copy_data() argument
644 size_t count = variable; in stex_copy_data()
647 memcpy(ccb->sense_buffer, resp->variable, in stex_copy_data()
648 min(variable, ccb->sense_bufflen)); in stex_copy_data()
654 count = scsi_sg_copy_from_buffer(ccb->cmd, resp->variable, count); in stex_copy_data()
663 le32_to_cpu(*(__le32 *)&resp->variable[0])); in stex_ys_commands()
/drivers/scsi/aic7xxx/
DKconfig.aic79xx76 variable ahd_debug in that file to find them.
DKconfig.aic7xxx81 variable ahc_debug in that file to find them.
/drivers/media/video/pwc/
Dphilips.txt188 The trace variable is a bitmask; each bit represents a certain feature.
190 below, add the values together and supply that to the trace variable.
/drivers/firmware/
DKconfig45 Interface) variable information via sysfs. You may read,
/drivers/net/wireless/b43legacy/
Dmain.c977 ie = bcn->u.beacon.variable; in b43legacy_write_beacon_template()
978 variable_len = len - offsetof(struct ieee80211_mgmt, u.beacon.variable); in b43legacy_write_beacon_template()
999 u.beacon.variable); in b43legacy_write_beacon_template()
1064 ie_start = offsetof(struct ieee80211_mgmt, u.probe_resp.variable); in b43legacy_generate_probe_resp()
1066 u.beacon.variable)); in b43legacy_generate_probe_resp()
/drivers/media/video/
Dstv680.c506 #define stv680_file(name, variable, field) \ argument
512 return sprintf(buf, field, stv->variable); \
/drivers/net/wireless/b43/
Dmain.c1443 ie = bcn->u.beacon.variable; in b43_write_beacon_template()
1444 variable_len = len - offsetof(struct ieee80211_mgmt, u.beacon.variable); in b43_write_beacon_template()
1464 tim_position += offsetof(struct ieee80211_mgmt, u.beacon.variable); in b43_write_beacon_template()
1532 ie_start = offsetof(struct ieee80211_mgmt, u.probe_resp.variable); in b43_generate_probe_resp()
1533 B43_WARN_ON(ie_start != offsetof(struct ieee80211_mgmt, u.beacon.variable)); in b43_generate_probe_resp()
/drivers/net/wireless/iwlwifi/
Diwl-scan.c557 pos = &frame->u.probe_req.variable[0]; in iwl_fill_probe_req()
Diwl3945-base.c1621 pos = &(frame->u.probe_req.variable[0]); in iwl3945_fill_probe_req()
/drivers/char/
DChangeLog450 decrementing the tty count variable; but set the
463 *before* decrementing the tty count variable; this removes
/drivers/parport/
DChangeLog316 * parport_pc.c (registered_parport): New static variable.
/drivers/message/fusion/lsi/
Dmpi_history.txt308 * Modified how variable length pages (arrays) are defined.
/drivers/net/wireless/p54/
Dp54common.c1709 pos = (u8 *)mgmt->u.beacon.variable; in p54_beacon_tim()