Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/arm/kernel/
Decard.c395 if (!ec->cid.cd) in ecard_readchunk()
790 if (ec->cid.id == 0) { in ecard_prints()
794 ec->cid.manufacturer, ec->cid.product); in ecard_prints()
796 if (!ec->card_desc && ec->cid.cd && in ecard_prints()
806 buffer += sprintf(buffer, "Simple card %d\n", ec->cid.id); in ecard_prints()
905 struct ex_ecid cid; in ecard_probe() local
926 cid.r_zero = 1; in ecard_probe()
927 ecard_readbytes(&cid, ec, 0, 16, 0); in ecard_probe()
928 if (cid.r_zero) in ecard_probe()
931 ec->cid.id = cid.r_id; in ecard_probe()
[all …]
/linux-2.4.37.9/drivers/atm/
Dhe.c220 #define he_writel_tsr0(dev, val, cid) \ argument
221 he_writel_tcm(dev, val, CONFIG_TSRA | (cid << 3) | 0)
222 #define he_readl_tsr0(dev, cid) \ argument
223 he_readl_tcm(dev, CONFIG_TSRA | (cid << 3) | 0)
225 #define he_writel_tsr1(dev, val, cid) \ argument
226 he_writel_tcm(dev, val, CONFIG_TSRA | (cid << 3) | 1)
228 #define he_writel_tsr2(dev, val, cid) \ argument
229 he_writel_tcm(dev, val, CONFIG_TSRA | (cid << 3) | 2)
231 #define he_writel_tsr3(dev, val, cid) \ argument
232 he_writel_tcm(dev, val, CONFIG_TSRA | (cid << 3) | 3)
[all …]
Dhe.h197 volatile u32 cid; member
250 #define HE_LOOKUP_VCC(dev, cid) ((dev)->he_vcc_table[(cid)].vcc) argument
/linux-2.4.37.9/net/sctp/
Ddebug.c78 const char *sctp_cname(const sctp_subtype_t cid) in sctp_cname() argument
80 if (cid.chunk < 0) in sctp_cname()
82 if (cid.chunk <= SCTP_CID_BASE_MAX) in sctp_cname()
83 return sctp_cid_tbl[cid.chunk]; in sctp_cname()
85 switch (cid.chunk) { in sctp_cname()
Dsm_statetable.c60 static const sctp_sm_table_entry_t *sctp_chunk_event_lookup(sctp_cid_t cid,
981 static const sctp_sm_table_entry_t *sctp_chunk_event_lookup(sctp_cid_t cid, in sctp_chunk_event_lookup() argument
987 if (cid >= 0 && cid <= SCTP_CID_BASE_MAX) in sctp_chunk_event_lookup()
988 return &chunk_event_table[cid][state]; in sctp_chunk_event_lookup()
991 if (cid == SCTP_CID_FWD_TSN) in sctp_chunk_event_lookup()
996 if (cid == SCTP_CID_ASCONF) in sctp_chunk_event_lookup()
999 if (cid == SCTP_CID_ASCONF_ACK) in sctp_chunk_event_lookup()
Dsm_make_chunk.c1684 sctp_cid_t cid, in sctp_verify_param() argument
1716 ntohs(param.p->type), cid); in sctp_verify_param()
1726 sctp_cid_t cid, in sctp_verify_init() argument
1765 if ((SCTP_CID_INIT_ACK == cid) && !has_cookie) { in sctp_verify_init()
1775 if (!sctp_verify_param(asoc, param, cid, chunk, errp)) { in sctp_verify_init()
1791 int sctp_process_init(struct sctp_association *asoc, sctp_cid_t cid, in sctp_process_init() argument
/linux-2.4.37.9/drivers/scsi/aacraid/
Daachba.c304 static int aac_get_container_name(struct aac_dev *dev, int cid, char * pid) in aac_get_container_name() argument
324 dinfo->cid = cpu_to_le32(cid); in aac_get_container_name()
368 static int probe_container(struct aac_dev *dev, int cid) in probe_container() argument
388 dinfo->count = cpu_to_le32(cid); in probe_container()
407 fsa_dev_ptr->valid[cid] = 1; in probe_container()
408 fsa_dev_ptr->type[cid] = le32_to_cpu(dresp->mnt[0].vol); in probe_container()
409 fsa_dev_ptr->size[cid] = le32_to_cpu(dresp->mnt[0].capacity); in probe_container()
411 fsa_dev_ptr->ro[cid] = 1; in probe_container()
654 u32 cid; in read_callback() local
659 cid =TARGET_LUN_TO_CONTAINER(scsicmd->target, scsicmd->lun); in read_callback()
[all …]
Daacraid.h954 u32 cid; member
963 u16 cid; member
980 u32 cid; member
990 u16 cid; member
1188 u32 cid; member
1215 u32 cid; member
Dcomminit.c163 cmd->cid = cpu_to_le32(0xffffffff); in aac_send_shutdown()
/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_cred.h45 static __inline int capable_cred(cred_t *cr, int cid) in capable_cred() argument
47 return (cr == sys_cred) ? 1 : capable(cid); in capable_cred()
/linux-2.4.37.9/drivers/acpi/namespace/
Dnsxfeval.c453 struct acpi_compatible_id_list *cid; in acpi_ns_get_device_callback() local
499 status = acpi_ut_execute_CID (node, &cid); in acpi_ns_get_device_callback()
509 for (i = 0; i < cid->count; i++) { in acpi_ns_get_device_callback()
510 if (ACPI_STRNCMP (cid->id[i].value, info->hid, in acpi_ns_get_device_callback()
512 ACPI_MEM_FREE (cid); in acpi_ns_get_device_callback()
516 ACPI_MEM_FREE (cid); in acpi_ns_get_device_callback()
/linux-2.4.37.9/drivers/ieee1394/
Dpcilynx.c886 int cid = MINOR(inode->i_rdev); in mem_open() local
890 if (cid < PCILYNX_MINOR_AUX_START) { in mem_open()
893 } else if (cid < PCILYNX_MINOR_ROM_START) { in mem_open()
894 cid -= PCILYNX_MINOR_AUX_START; in mem_open()
895 if (cid >= num_of_cards || !cards[cid].aux_port) in mem_open()
898 } else if (cid < PCILYNX_MINOR_RAM_START) { in mem_open()
899 cid -= PCILYNX_MINOR_ROM_START; in mem_open()
900 if (cid >= num_of_cards || !cards[cid].local_rom) in mem_open()
906 cid -= PCILYNX_MINOR_RAM_START; in mem_open()
907 if (cid >= num_of_cards || !cards[cid].local_ram) in mem_open()
[all …]
Dpcilynx.h122 int cid; member
/linux-2.4.37.9/drivers/acorn/net/
Detherh.c598 eh->id = ec->cid.product; in etherh_init_one()
600 switch (ec->cid.product) { in etherh_init_one()
626 dev->name, ec->cid.product); in etherh_init_one()
631 if (ec->cid.product == PROD_ANT_ETHERM) in etherh_init_one()
650 switch (ec->cid.product) { in etherh_init_one()
685 if (ec->cid.product == PROD_ANT_ETHERM) { in etherh_init_one()
765 if (e_card[i]->cid.product == PROD_ANT_ETHERM) in etherh_exit()
Dether3.c817 if (ec->cid.manufacturer == MANU_ANT && in ether3_get_dev()
818 ec->cid.product == PROD_ANT_ETHERB) { in ether3_get_dev()
/linux-2.4.37.9/net/bluetooth/
Dl2cap.c810 static struct sock * __l2cap_get_chan_by_dcid(struct l2cap_chan_list *l, __u16 cid) in __l2cap_get_chan_by_dcid() argument
814 if (l2cap_pi(s)->dcid == cid) in __l2cap_get_chan_by_dcid()
820 static struct sock *__l2cap_get_chan_by_scid(struct l2cap_chan_list *l, __u16 cid) in __l2cap_get_chan_by_scid() argument
824 if (l2cap_pi(s)->scid == cid) in __l2cap_get_chan_by_scid()
832 static inline struct sock *l2cap_get_chan_by_scid(struct l2cap_chan_list *l, __u16 cid) in l2cap_get_chan_by_scid() argument
836 s = __l2cap_get_chan_by_scid(l, cid); in l2cap_get_chan_by_scid()
844 __u16 cid = 0x0040; in l2cap_alloc_cid() local
846 for (; cid < 0xffff; cid++) { in l2cap_alloc_cid()
847 if(!__l2cap_get_chan_by_scid(l, cid)) in l2cap_alloc_cid()
848 return cid; in l2cap_alloc_cid()
[all …]
/linux-2.4.37.9/include/asm-arm/
Decard.h176 CONST struct in_ecid cid; /* Card Identification */ member
210 extern struct expansion_card *ecard_find (int cid, const card_ids *ids);
/linux-2.4.37.9/include/asm-sparc/
Dsbi.h14 /* 0x0000 */ u32 cid; /* Component ID */ member
/linux-2.4.37.9/include/net/bluetooth/
Dl2cap.h95 __u16 cid; member
/linux-2.4.37.9/drivers/net/
Ddl2k.c372 int cid, next; in parse_eeprom() local
400 cid = psib[i++]; in parse_eeprom()
402 if ((cid == 0 && next == 0) || (cid == 0xff && next == 0xff)) { in parse_eeprom()
406 switch (cid) { in parse_eeprom()
/linux-2.4.37.9/drivers/usb/
Dw9968cf.c447 static int w9968cf_sensor_set_control(struct w9968cf_device*,int cid,int val);
448 static int w9968cf_sensor_get_control(struct w9968cf_device*,int cid,int *val);
2406 w9968cf_sensor_set_control(struct w9968cf_device* cam, int cid, int val) in w9968cf_sensor_set_control() argument
2411 ctl.id = cid; in w9968cf_sensor_set_control()
2421 w9968cf_sensor_get_control(struct w9968cf_device* cam, int cid, int* val) in w9968cf_sensor_get_control() argument
2426 ctl.id = cid; in w9968cf_sensor_get_control()
/linux-2.4.37.9/drivers/telephony/
Dixj.h1289 PHONE_CID cid; member
Dixj.c5162 memset(&j->cid, 0, sizeof(PHONE_CID)); in ixj_daa_cid_read()
5165 strncpy(j->cid.month, pOut, 2); in ixj_daa_cid_read()
5167 strncpy(j->cid.day, pOut, 2); in ixj_daa_cid_read()
5169 strncpy(j->cid.hour, pOut, 2); in ixj_daa_cid_read()
5171 strncpy(j->cid.min, pOut, 2); in ixj_daa_cid_read()
5173 j->cid.numlen = *pOut; in ixj_daa_cid_read()
5175 strncpy(j->cid.number, pOut, j->cid.numlen); in ixj_daa_cid_read()
5176 pOut += j->cid.numlen + 1; in ixj_daa_cid_read()
5177 j->cid.namelen = *pOut; in ixj_daa_cid_read()
5179 strncpy(j->cid.name, pOut, j->cid.namelen); in ixj_daa_cid_read()
[all …]
/linux-2.4.37.9/include/net/sctp/
Dstructs.h1232 int sctp_process_init(struct sctp_association *, sctp_cid_t cid,
/linux-2.4.37.9/drivers/isdn/
Disdn_tty.c2113 isdn_tty_match_icall(char *cid, atemu *emu, int di) in isdn_tty_match_icall() argument
2129 if ((tmp = isdn_msncmp(cid, isdn_map_eaz2msn(p, di))) > ret) in isdn_tty_match_icall()
2148 tmp = isdn_msncmp(cid, isdn_map_eaz2msn(emu->msn, di)); in isdn_tty_match_icall()