Searched refs:host (Results 26 - 50 of 1573) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Dhighlevel.h16 struct list_head host_list; /* per host list */
19 struct hpsb_host *host; member in struct:hpsb_address_serve
33 /* New host initialized. Will also be called during
35 void (*add_host)(struct hpsb_host *host);
38 * hpsb_unregister_highlevel once for each host. */
39 void (*remove_host)(struct hpsb_host *host);
44 void (*host_reset)(struct hpsb_host *host);
49 * for channel/host combinations you did not request. */
50 void (*iso_receive)(struct hpsb_host *host, int channel,
56 void (*fcp_request)(struct hpsb_host *host, in
[all...]
H A Dhosts.c4 * Low level (host adapter) management.
35 struct hpsb_host *host = local
37 int generation = host->csr.generation + 1;
44 CSR_SET_BUS_INFO_GENERATION(host->csr.rom, generation);
45 if (csr1212_generate_csr_image(host->csr.rom) != CSR1212_SUCCESS) {
48 CSR_SET_BUS_INFO_GENERATION(host->csr.rom,
49 host->csr.generation);
53 host->csr.generation = generation;
55 host->update_config_rom = 0;
56 if (host
86 alloc_hostnum_cb(struct hpsb_host *host, void *__data) argument
178 hpsb_add_host(struct hpsb_host *host) argument
187 hpsb_resume_host(struct hpsb_host *host) argument
195 hpsb_remove_host(struct hpsb_host *host) argument
217 hpsb_update_config_rom_image(struct hpsb_host *host) argument
[all...]
H A Dieee1394_transactions.h13 struct hpsb_packet *hpsb_make_readpacket(struct hpsb_host *host, nodeid_t node,
15 struct hpsb_packet *hpsb_make_lockpacket(struct hpsb_host *host, nodeid_t node,
18 struct hpsb_packet *hpsb_make_lock64packet(struct hpsb_host *host,
21 struct hpsb_packet *hpsb_make_phypacket(struct hpsb_host *host, quadlet_t data);
22 struct hpsb_packet *hpsb_make_isopacket(struct hpsb_host *host, int length,
24 struct hpsb_packet *hpsb_make_writepacket(struct hpsb_host *host,
27 struct hpsb_packet *hpsb_make_streampacket(struct hpsb_host *host, u8 *buffer,
31 int hpsb_read(struct hpsb_host *host, nodeid_t node, unsigned int generation,
33 int hpsb_write(struct hpsb_host *host, nodeid_t node, unsigned int generation,
H A Dhighlevel.c34 struct hpsb_host *host; member in struct:hl_host_info
55 struct hpsb_host *host)
59 if (!hl || !host)
64 if (hi->host == host) {
74 * hpsb_get_hostinfo - retrieve a hostinfo pointer bound to this driver/host
76 * Returns a per @host and @hl driver data structure that was previously stored
79 void *hpsb_get_hostinfo(struct hpsb_highlevel *hl, struct hpsb_host *host) argument
81 struct hl_host_info *hi = hl_get_hostinfo(hl, host);
87 * hpsb_create_hostinfo - allocate a hostinfo pointer bound to this driver/host
54 hl_get_hostinfo(struct hpsb_highlevel *hl, struct hpsb_host *host) argument
93 hpsb_create_hostinfo(struct hpsb_highlevel *hl, struct hpsb_host *host, size_t data_size) argument
131 hpsb_set_hostinfo(struct hpsb_highlevel *hl, struct hpsb_host *host, void *data) argument
155 hpsb_destroy_hostinfo(struct hpsb_highlevel *hl, struct hpsb_host *host) argument
176 hpsb_set_hostinfo_key(struct hpsb_highlevel *hl, struct hpsb_host *host, unsigned long key) argument
209 highlevel_for_each_host_reg(struct hpsb_host *host, void *__data) argument
256 __unregister_host(struct hpsb_highlevel *hl, struct hpsb_host *host, int update_cr) argument
288 highlevel_for_each_host_unreg(struct hpsb_host *host, void *__data) argument
327 hpsb_allocate_and_register_addrspace(struct hpsb_highlevel *hl, struct hpsb_host *host, struct hpsb_address_ops *ops, u64 size, u64 alignment, u64 start, u64 end) argument
415 hpsb_register_addrspace(struct hpsb_highlevel *hl, struct hpsb_host *host, struct hpsb_address_ops *ops, u64 start, u64 end) argument
465 hpsb_unregister_addrspace(struct hpsb_highlevel *hl, struct hpsb_host *host, u64 start) argument
491 hpsb_listen_channel(struct hpsb_highlevel *hl, struct hpsb_host *host, unsigned int channel) argument
506 hpsb_unlisten_channel(struct hpsb_highlevel *hl, struct hpsb_host *host, unsigned int channel) argument
517 init_hpsb_highlevel(struct hpsb_host *host) argument
533 highlevel_add_host(struct hpsb_host *host) argument
550 highlevel_remove_host(struct hpsb_host *host) argument
560 highlevel_host_reset(struct hpsb_host *host) argument
573 highlevel_iso_receive(struct hpsb_host *host, void *data, size_t length) argument
587 highlevel_fcp_request(struct hpsb_host *host, int nodeid, int direction, void *data, size_t length) argument
614 highlevel_read(struct hpsb_host *host, int nodeid, void *data, u64 addr, unsigned int length, u16 flags) argument
650 highlevel_write(struct hpsb_host *host, int nodeid, int destid, void *data, u64 addr, unsigned int length, u16 flags) argument
687 highlevel_lock(struct hpsb_host *host, int nodeid, quadlet_t *store, u64 addr, quadlet_t data, quadlet_t arg, int ext_tcode, u16 flags) argument
713 highlevel_lock64(struct hpsb_host *host, int nodeid, octlet_t *store, u64 addr, octlet_t data, octlet_t arg, int ext_tcode, u16 flags) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mmc/core/
H A Dsd.c15 #include <linux/mmc/host.h>
154 mmc_hostname(card->host), csd_struct);
178 mmc_hostname(card->host), scr_struct);
202 mmc_hostname(card->host));
212 mmc_hostname(card->host));
220 mmc_hostname(card->host));
248 if (!(card->host->caps & MMC_CAP_SD_HIGHSPEED))
260 mmc_hostname(card->host));
271 mmc_hostname(card->host));
274 mmc_set_timing(card->host, MMC_TIMING_SD_H
289 mmc_sd_init_card(struct mmc_host *host, u32 ocr, struct mmc_card *oldcard) argument
461 mmc_sd_remove(struct mmc_host *host) argument
473 mmc_sd_detect(struct mmc_host *host) argument
504 mmc_sd_suspend(struct mmc_host *host) argument
521 mmc_sd_resume(struct mmc_host *host) argument
558 mmc_attach_sd(struct mmc_host *host, u32 ocr) argument
[all...]
H A Dmmc.c15 #include <linux/mmc/host.h>
103 mmc_hostname(card->host), card->csd.mmca_vsn);
126 mmc_hostname(card->host), csd_struct);
179 "treated as v3.\n", mmc_hostname(card->host));
193 mmc_hostname(card->host));
198 mmc_hostname(card->host));
223 mmc_hostname(card->host));
239 static int mmc_sd_init_card(struct mmc_host *host, u32 ocr, argument
247 BUG_ON(!host);
248 BUG_ON(!host
387 mmc_remove(struct mmc_host *host) argument
399 mmc_detect(struct mmc_host *host) argument
430 mmc_suspend(struct mmc_host *host) argument
447 mmc_resume(struct mmc_host *host) argument
484 mmc_attach_mmc(struct mmc_host *host, u32 ocr) argument
[all...]
H A Dmmc_ops.h16 int mmc_deselect_cards(struct mmc_host *host);
17 int mmc_go_idle(struct mmc_host *host);
18 int mmc_send_op_cond(struct mmc_host *host, u32 ocr, u32 *rocr);
19 int mmc_all_send_cid(struct mmc_host *host, u32 *cid);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/arm/
H A Doak.c132 struct Scsi_Host *host; local
135 host = scsi_host_alloc(&oakscsi_template, sizeof(struct NCR5380_hostdata));
136 if (!host)
139 host->io_port = ecard_address(ec, ECARD_MEMC, 0);
140 host->irq = IRQ_NONE;
141 host->n_io_port = 255;
144 if (!request_region (host->io_port, host->n_io_port, "Oak SCSI"))
147 NCR5380_init(host, 0);
150 host
174 struct Scsi_Host *host = ecard_get_drvdata(ec); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mmc/host/
H A Dtifm_sd.c16 #include <linux/mmc/host.h>
112 /* for some reason, host won't respond correctly to readw/writew */
113 static void tifm_sd_read_fifo(struct tifm_sd *host, struct page *pg, argument
116 struct tifm_dev *sock = host->dev;
121 if (host->cmd_flags & DATA_CARRY) {
122 buf[pos++] = host->bounce_buf_data[0];
123 host->cmd_flags &= ~DATA_CARRY;
130 host->bounce_buf_data[0] = (val >> 8) & 0xff;
131 host->cmd_flags |= DATA_CARRY;
139 static void tifm_sd_write_fifo(struct tifm_sd *host, struc argument
166 tifm_sd_transfer_data(struct tifm_sd *host) argument
223 tifm_sd_bounce_block(struct tifm_sd *host, struct mmc_data *r_data) argument
262 tifm_sd_set_dma_data(struct tifm_sd *host, struct mmc_data *r_data) argument
371 tifm_sd_exec(struct tifm_sd *host, struct mmc_command *cmd) argument
402 tifm_sd_check_status(struct tifm_sd *host) argument
477 struct tifm_sd *host; local
505 struct tifm_sd *host; local
592 tifm_sd_set_data_timeout(struct tifm_sd *host, struct mmc_data *data) argument
622 struct tifm_sd *host = mmc_priv(mmc); local
731 struct tifm_sd *host = (struct tifm_sd*)data; local
782 struct tifm_sd *host = (struct tifm_sd*)data; local
794 struct tifm_sd *host = mmc_priv(mmc); local
862 struct tifm_sd *host = mmc_priv(mmc); local
879 tifm_sd_initialize_host(struct tifm_sd *host) argument
946 struct tifm_sd *host; local
999 struct tifm_sd *host = mmc_priv(mmc); local
1037 struct tifm_sd *host = mmc_priv(mmc); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dsni_53c710.c70 struct Scsi_Host *host; local
80 printk(KERN_ERR "%s: Failed to allocate host data\n",
95 host = NCR_700_detect(&snirm710_template, hostdata, &dev->dev);
96 if (!host)
98 host->this_id = 7;
99 host->base = base;
100 host->irq = platform_get_irq(dev, 0);
101 if(request_irq(host->irq, NCR_700_intr, IRQF_SHARED, "snirm710", host)) {
106 dev_set_drvdata(&dev->dev, host);
121 struct Scsi_Host *host = dev_get_drvdata(&dev->dev); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/lockd/
H A Dclntlock.c47 struct nlm_wait *nlmclnt_prepare_block(struct nlm_host *host, struct file_lock *fl) argument
53 block->b_host = host;
147 * Reclaim all locks on server host. We do this by spawning a separate
151 nlmclnt_recovery(struct nlm_host *host) argument
153 if (!host->h_reclaiming++) {
154 nlm_get_host(host);
156 if (kernel_thread(reclaimer, host, CLONE_FS | CLONE_FILES) < 0)
164 struct nlm_host *host = (struct nlm_host *) ptr; local
169 daemonize("%s-reclaim", host->h_name);
172 down_write(&host
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/os-Linux/
H A Dutil.c61 struct utsname host; local
63 uname(&host);
66 if (!strcmp(host.machine, "x86_64")) {
71 if (!strcmp(host.machine, "i686")) {
77 strcpy(machine_out, host.machine);
82 struct utsname host; local
84 uname(&host);
85 snprintf(buf, len, "%s %s %s %s %s", host.sysname, host.nodename,
86 host
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dsx8.c108 CARM_MAX_REQ = 64, /* max command msgs per host */
111 /* S/G limits, host-wide and per-request */
113 CARM_MAX_HOST_SG = 600, /* max s/g entries per host */
120 CARM_HMUC = 0x18, /* host message unit control */
240 struct carm_host *host; member in struct:carm_port
461 static inline void *carm_ref_msg(struct carm_host *host, argument
464 return host->msg_base + (msg_idx * CARM_MSG_SIZE);
467 static inline dma_addr_t carm_ref_msg_dma(struct carm_host *host, argument
470 return host->msg_dma + (msg_idx * CARM_MSG_SIZE);
473 static int carm_send_msg(struct carm_host *host, argument
496 carm_get_request(struct carm_host *host) argument
521 carm_put_request(struct carm_host *host, struct carm_request *crq) argument
537 carm_get_special(struct carm_host *host) argument
569 carm_array_info(struct carm_host *host, unsigned int array_idx) argument
623 carm_send_special(struct carm_host *host, carm_sspc_t func) argument
654 carm_fill_sync_time(struct carm_host *host, unsigned int idx, void *mem) argument
671 carm_fill_alloc_buf(struct carm_host *host, unsigned int idx, void *mem) argument
696 carm_fill_scan_channels(struct carm_host *host, unsigned int idx, void *mem) argument
716 carm_fill_get_fw_ver(struct carm_host *host, unsigned int idx, void *mem) argument
732 carm_end_request_queued(struct carm_host *host, struct carm_request *crq, int uptodate) argument
748 carm_push_q(struct carm_host *host, request_queue_t *q) argument
760 carm_pop_q(struct carm_host *host) argument
773 carm_round_robin(struct carm_host *host) argument
782 carm_end_rq(struct carm_host *host, struct carm_request *crq, int is_ok) argument
796 struct carm_host *host = q->queuedata; local
828 struct carm_host *host = port->host; local
929 carm_handle_array_info(struct carm_host *host, struct carm_request *crq, u8 *mem, int is_ok) argument
989 carm_handle_scan_chan(struct carm_host *host, struct carm_request *crq, u8 *mem, int is_ok) argument
1022 carm_handle_generic(struct carm_host *host, struct carm_request *crq, int is_ok, int cur_state, int next_state) argument
1038 carm_handle_rw(struct carm_host *host, struct carm_request *crq, int is_ok) argument
1055 carm_handle_resp(struct carm_host *host, __le32 ret_handle_le, u32 status) argument
1152 carm_handle_responses(struct carm_host *host) argument
1194 struct carm_host *host = __host; local
1238 struct carm_host *host = local
1384 carm_init_responses(struct carm_host *host) argument
1396 carm_init_host(struct carm_host *host) argument
1478 carm_init_disks(struct carm_host *host) argument
1522 carm_free_disks(struct carm_host *host) argument
1540 carm_init_shm(struct carm_host *host) argument
1559 struct carm_host *host; local
1717 struct carm_host *host = pci_get_drvdata(pdev); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dirq.c426 struct irq_host *host; local
436 host = kzalloc(size, GFP_KERNEL);
438 host = alloc_bootmem(size);
439 if (host)
440 memset(host, 0, size);
442 if (host == NULL)
446 host->revmap_type = revmap_type;
447 host->inval_irq = inval_irq;
448 host->ops = ops;
453 * mark it as allocated (we use irq 0 host pointe
533 irq_set_default_host(struct irq_host *host) argument
601 irq_create_mapping(struct irq_host *host, irq_hw_number_t hwirq) argument
667 struct irq_host *host; local
718 struct irq_host *host; local
774 irq_find_mapping(struct irq_host *host, irq_hw_number_t hwirq) argument
807 irq_radix_revmap(struct irq_host *host, irq_hw_number_t hwirq) argument
846 irq_linear_revmap(struct irq_host *host, irq_hw_number_t hwirq) argument
869 irq_alloc_virt(struct irq_host *host, unsigned int count, unsigned int hint) argument
926 struct irq_host *host; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-imx/
H A Dmmc.h4 #include <linux/mmc/host.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/mach/
H A Dmmc.h7 #include <linux/mmc/host.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/python/samba/
H A Dprinterdata.py18 def __init__(self, host, creds = {}, access = 0x02000000):
21 self.hnd = spoolss.openprinter(host, creds = creds, access = access)
35 def __init__(self, host, creds = {}, access = 0x02000000):
38 self.host = host
54 def __init__(self, host, key, creds, access):
55 self.hnd = spoolss.openprinter(host, creds, access)
66 self.host, key, self.creds, self.access)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/excxx_repquote/
H A DRepConfigInfo.h10 // Chainable struct used to store host information.
12 char* host; member in struct:RepHostInfoObj
23 void addOtherHost(char* host, int port, bool peer);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/repquote/
H A DRepQuoteEnvironment.java22 public RepQuoteEnvironment(final java.io.File host, argument
26 super(host, config);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mmc/
H A DMakefile11 obj-$(CONFIG_MMC) += host/
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/
H A Dautogen.sh107 for host in $toolprefixes; do
108 if ${host}-gcc --version >/dev/null 2>&1 ; then
109 crossbindir=/usr/${host}/bin
110 conf_CC="CC=${host}-gcc"
125 if ! head $tsdir/config.log | grep "$host" >/dev/null; then
132 --host=${host} --build=${build} \
156 for host in x86_64-linux-gnu amd64-linux-gnu; do
157 if ${host}-gcc --version >/dev/null 2>&1 ; then
158 crossbindir=/usr/${host}/bi
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgpg-error-1.10/
H A Dautogen.sh104 for host in $toolprefixes; do
105 if ${host}-gcc --version >/dev/null 2>&1 ; then
106 crossbindir=/usr/${host}/bin
107 conf_CC="CC=${host}-gcc"
122 if ! head $tsdir/config.log | grep "$host" >/dev/null; then
129 --host=${host} --build=${build} "$@"
153 for host in x86_64-linux-gnu amd64-linux-gnu; do
154 if ${host}-gcc --version >/dev/null 2>&1 ; then
155 crossbindir=/usr/${host}/bi
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/plugins/radius/
H A Dip_util.c23 * Purpose: return an IP address in host long notation from a host
29 UINT4 rc_get_ipaddr (char *host) argument
33 if (rc_good_ipaddr (host) == 0)
35 return ntohl(inet_addr (host));
37 else if ((hp = gethostbyname (host)) == (struct hostent *) NULL)
39 error("rc_get_ipaddr: couldn't resolve hostname: %s", host);
98 * Purpose: Return a printable host name (or IP address in dot notation)
110 error("rc_ip_hostname: couldn't look up host by addr: %08lX", h_ipaddr);
119 * Purpose: get the IP address of this host i
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dreloc-ldflags26 # The first argument passed to this file is the canonical host specification,
38 host="$1"
39 host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
40 host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
41 host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
96 echo "relocation via rpath not supported on this system: $host" 1>&2
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/build-aux/
H A Dreloc-ldflags27 # The first argument passed to this file is the canonical host specification,
39 host="$1"
40 host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
41 host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
42 host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
97 echo "relocation via rpath not supported on this system: $host" 1>&2

Completed in 309 milliseconds

1234567891011>>