Home
last modified time | relevance | path

Searched full:id (Results 1 – 25 of 5984) sorted by relevance

12345678910>>...240

/linux-3.3/sound/oss/
Dsb_card.h25 /* Card PnP ID Table */
28 {.id = "CTL0024", .driver_data = 0, .devs = { {.id="CTL0031"}, } },
30 {.id = "CTL0025", .driver_data = 0, .devs = { {.id="CTL0031"}, } },
32 {.id = "CTL0026", .driver_data = 0, .devs = { {.id="CTL0031"}, } },
34 {.id = "CTL0027", .driver_data = 0, .devs = { {.id="CTL0031"}, } },
36 {.id = "CTL0028", .driver_data = 0, .devs = { {.id="CTL0031"}, } },
38 {.id = "CTL0029", .driver_data = 0, .devs = { {.id="CTL0031"}, } },
40 {.id = "CTL002a", .driver_data = 0, .devs = { {.id="CTL0031"}, } },
42 {.id = "CTL002b", .driver_data = 0, .devs = { {.id="CTL0031"}, } },
44 {.id = "CTL002c", .driver_data = 0, .devs = { {.id="CTL0031"}, } },
[all …]
/linux-3.3/scripts/mod/
Dfile2alias.c160 static void do_usb_entry(struct usb_device_id *id, in do_usb_entry() argument
167 ADD(alias, "v", id->match_flags&USB_DEVICE_ID_MATCH_VENDOR, in do_usb_entry()
168 id->idVendor); in do_usb_entry()
169 ADD(alias, "p", id->match_flags&USB_DEVICE_ID_MATCH_PRODUCT, in do_usb_entry()
170 id->idProduct); in do_usb_entry()
193 if (bcdDevice_initial_digits < (sizeof(id->bcdDevice_lo) * 2 - 1)) in do_usb_entry()
196 ADD(alias, "dc", id->match_flags&USB_DEVICE_ID_MATCH_DEV_CLASS, in do_usb_entry()
197 id->bDeviceClass); in do_usb_entry()
199 id->match_flags&USB_DEVICE_ID_MATCH_DEV_SUBCLASS, in do_usb_entry()
200 id->bDeviceSubClass); in do_usb_entry()
[all …]
/linux-3.3/drivers/i2c/busses/
Di2c-sh7760.c115 struct cami2c *id = ptr; in sh7760_i2c_irq() local
116 struct i2c_msg *msg = id->msg; in sh7760_i2c_irq()
120 msr = IN32(id, I2CMSR); in sh7760_i2c_irq()
121 fsr = IN32(id, I2CFSR); in sh7760_i2c_irq()
125 OUT32(id, I2CMCR, 0); in sh7760_i2c_irq()
126 OUT32(id, I2CSCR, 0); in sh7760_i2c_irq()
127 OUT32(id, I2CSAR, 0); in sh7760_i2c_irq()
128 id->status |= IDS_DONE | IDS_ARBLOST; in sh7760_i2c_irq()
140 OUT32(id, I2CFCR, FCR_RFRST | FCR_TFRST); in sh7760_i2c_irq()
141 OUT32(id, I2CMCR, MCR_MIE | MCR_FSB); in sh7760_i2c_irq()
[all …]
/linux-3.3/arch/arm/mach-msm/
Ddma.c50 void msm_dmov_stop_cmd(unsigned id, struct msm_dmov_cmd *cmd, int graceful) in msm_dmov_stop_cmd() argument
52 writel((graceful << 31), DMOV_FLUSH0(id)); in msm_dmov_stop_cmd()
55 void msm_dmov_enqueue_cmd(unsigned id, struct msm_dmov_cmd *cmd) in msm_dmov_enqueue_cmd() argument
64 status = readl(DMOV_STATUS(id)); in msm_dmov_enqueue_cmd()
65 if (list_empty(&ready_commands[id]) && in msm_dmov_enqueue_cmd()
68 if (list_empty(&active_commands[id])) { in msm_dmov_enqueue_cmd()
69 PRINT_FLOW("msm_dmov_enqueue_cmd(%d), enable interrupt\n", id); in msm_dmov_enqueue_cmd()
70 writel(DMOV_CONFIG_IRQ_EN, DMOV_CONFIG(id)); in msm_dmov_enqueue_cmd()
75 PRINT_IO("msm_dmov_enqueue_cmd(%d), start command, status %x\n", id, status); in msm_dmov_enqueue_cmd()
76 list_add_tail(&cmd->list, &active_commands[id]); in msm_dmov_enqueue_cmd()
[all …]
Dclock-pcom.c28 int pc_clk_enable(unsigned id) in pc_clk_enable() argument
30 int rc = msm_proc_comm(PCOM_CLKCTL_RPC_ENABLE, &id, NULL); in pc_clk_enable()
34 return (int)id < 0 ? -EINVAL : 0; in pc_clk_enable()
37 void pc_clk_disable(unsigned id) in pc_clk_disable() argument
39 msm_proc_comm(PCOM_CLKCTL_RPC_DISABLE, &id, NULL); in pc_clk_disable()
42 int pc_clk_reset(unsigned id, enum clk_reset_action action) in pc_clk_reset() argument
47 rc = msm_proc_comm(PCOM_CLKCTL_RPC_RESET_ASSERT, &id, NULL); in pc_clk_reset()
49 rc = msm_proc_comm(PCOM_CLKCTL_RPC_RESET_DEASSERT, &id, NULL); in pc_clk_reset()
54 return (int)id < 0 ? -EINVAL : 0; in pc_clk_reset()
57 int pc_clk_set_rate(unsigned id, unsigned rate) in pc_clk_set_rate() argument
[all …]
/linux-3.3/Documentation/video4linux/
Dextract_xc3028.pl163 # Firmware 0, type: BASE FW F8MHZ (0x00000003), id: (0000000000000000), size: 6635
167 write_le64(0x00000000, 0x00000000); # ID
172 # Firmware 1, type: BASE FW F8MHZ MTS (0x00000007), id: (0000000000000000), size: 6635
176 write_le64(0x00000000, 0x00000000); # ID
181 # Firmware 2, type: BASE FW FM (0x00000401), id: (0000000000000000), size: 6525
185 write_le64(0x00000000, 0x00000000); # ID
190 # Firmware 3, type: BASE FW FM INPUT1 (0x00000c01), id: (0000000000000000), size: 6539
194 write_le64(0x00000000, 0x00000000); # ID
199 # Firmware 4, type: BASE FW (0x00000001), id: (0000000000000000), size: 6633
203 write_le64(0x00000000, 0x00000000); # ID
[all …]
/linux-3.3/Documentation/blockdev/drbd/
DDRBD-8.3-data-packets.svg10 id="svg2"
13 id="defs4" />
15 id="Default"
18 id="desc180">Master slide</desc>
22 id="path193"
26 id="path197"
30 id="path209"
34 id="path213"
38 id="path225"
42 id="path229"
[all …]
DDRBD-data-packets.svg10 id="svg2"
13 id="defs4" />
15 id="Default"
18 id="desc176">Master slide</desc>
22 id="path189"
26 id="path193"
30 id="path205"
34 id="path209"
38 id="path221"
42 id="path225"
[all …]
/linux-3.3/include/linux/
Data.h184 ATA_IDNF = (1 << 4), /* ID not found */
556 * id tests
558 #define ata_id_is_ata(id) (((id)[ATA_ID_CONFIG] & (1 << 15)) == 0) argument
559 #define ata_id_has_lba(id) ((id)[ATA_ID_CAPABILITY] & (1 << 9)) argument
560 #define ata_id_has_dma(id) ((id)[ATA_ID_CAPABILITY] & (1 << 8)) argument
561 #define ata_id_has_ncq(id) ((id)[76] & (1 << 8)) argument
562 #define ata_id_queue_depth(id) (((id)[ATA_ID_QUEUE_DEPTH] & 0x1f) + 1) argument
563 #define ata_id_removeable(id) ((id)[ATA_ID_CONFIG] & (1 << 7)) argument
564 #define ata_id_has_atapi_AN(id) \ argument
565 ( (((id)[76] != 0x0000) && ((id)[76] != 0xffff)) && \
[all …]
Dfs_enet_pd.h39 static inline int fs_get_fec_index(enum fs_id id) in fs_get_fec_index() argument
41 if (id >= fsid_fec1 && id <= fsid_fec2) in fs_get_fec_index()
42 return id - fsid_fec1; in fs_get_fec_index()
46 static inline int fs_get_fcc_index(enum fs_id id) in fs_get_fcc_index() argument
48 if (id >= fsid_fcc1 && id <= fsid_fcc3) in fs_get_fcc_index()
49 return id - fsid_fcc1; in fs_get_fcc_index()
53 static inline int fs_get_scc_index(enum fs_id id) in fs_get_scc_index() argument
55 if (id >= fsid_scc1 && id <= fsid_scc4) in fs_get_scc_index()
56 return id - fsid_scc1; in fs_get_scc_index()
62 int id = fsid_fec1 + index - 1; in fs_fec_index2id() local
[all …]
Dinet.h11 * $Id: Space.c,v 0.8.4.5 1992/12/12 19:25:04 bir7 Exp $
12 * $Id: arp.c,v 0.8.4.6 1993/01/28 22:30:00 bir7 Exp $
13 * $Id: arp.h,v 0.8.4.6 1993/01/28 22:30:00 bir7 Exp $
14 * $Id: dev.c,v 0.8.4.13 1993/01/23 18:00:11 bir7 Exp $
15 * $Id: dev.h,v 0.8.4.7 1993/01/23 18:00:11 bir7 Exp $
16 * $Id: eth.c,v 0.8.4.4 1993/01/22 23:21:38 bir7 Exp $
17 * $Id: eth.h,v 0.8.4.1 1992/11/10 00:17:18 bir7 Exp $
18 * $Id: icmp.c,v 0.8.4.9 1993/01/23 18:00:11 bir7 Exp $
19 * $Id: icmp.h,v 0.8.4.2 1992/11/15 14:55:30 bir7 Exp $
20 * $Id: ip.c,v 0.8.4.8 1992/12/12 19:25:04 bir7 Exp $
[all …]
/linux-3.3/lib/
Didr.c11 * Small id to pointer translation service.
14 * by the id to obtain the pointer. The bitmap makes allocating
15 * a new id quick.
17 * You call it to allocate an id (an int) an associate with that id a
19 * id to a user for him to pass back at a later time. You then pass
20 * that id to this code and it returns your pointer.
24 * don't need to go to the memory "store" during an id allocate, just
90 static void idr_mark_full(struct idr_layer **pa, int id) in idr_mark_full() argument
95 __set_bit(id & IDR_MASK, &p->bitmap); in idr_mark_full()
105 id = id >> IDR_BITS; in idr_mark_full()
[all …]
/linux-3.3/arch/s390/include/asm/
Ddebug.h29 } id; member
79 typedef int (debug_header_proc_t) (debug_info_t* id,
85 typedef int (debug_format_proc_t) (debug_info_t* id,
88 typedef int (debug_prolog_proc_t) (debug_info_t* id,
91 typedef int (debug_input_proc_t) (debug_info_t* id,
97 int debug_dflt_header_fn(debug_info_t* id, struct debug_view* view,
115 debug_entry_t* debug_event_common(debug_info_t* id, int level,
118 debug_entry_t* debug_exception_common(debug_info_t* id, int level,
130 void debug_unregister(debug_info_t* id);
132 void debug_set_level(debug_info_t* id, int new_level);
[all …]
/linux-3.3/arch/arm/mach-pxa/include/mach/
Dhardware.h109 #define __cpu_is_pxa210(id) \ argument
111 unsigned int _id = (id) & 0xf3f0; \
115 #define __cpu_is_pxa250(id) \ argument
117 unsigned int _id = (id) & 0xf3ff; \
121 #define __cpu_is_pxa255(id) \ argument
123 unsigned int _id = (id) & 0xffff; \
127 #define __cpu_is_pxa25x(id) \ argument
129 unsigned int _id = (id) & 0xf300; \
133 #define __cpu_is_pxa210(id) (0) argument
134 #define __cpu_is_pxa250(id) (0) argument
[all …]
/linux-3.3/arch/s390/kernel/
Ddebug.c80 static int debug_prolog_level_fn(debug_info_t * id,
82 static int debug_input_level_fn(debug_info_t * id, struct debug_view *view,
85 static int debug_prolog_pages_fn(debug_info_t * id,
87 static int debug_input_pages_fn(debug_info_t * id, struct debug_view *view,
90 static int debug_input_flush_fn(debug_info_t * id, struct debug_view *view,
93 static int debug_hex_ascii_format_fn(debug_info_t * id, struct debug_view *view,
95 static int debug_raw_format_fn(debug_info_t * id,
98 static int debug_raw_header_fn(debug_info_t * id, struct debug_view *view,
101 static int debug_sprintf_format_fn(debug_info_t * id, struct debug_view *view,
471 if (act_entry->id.stck == 0LL) in debug_format_entry()
[all …]
/linux-3.3/arch/powerpc/mm/
Dmmu_context_nohash.c82 static unsigned int steal_context_smp(unsigned int id) in steal_context_smp() argument
92 mm = context_mm[id]; in steal_context_smp()
98 id++; in steal_context_smp()
99 if (id > last_context) in steal_context_smp()
100 id = first_context; in steal_context_smp()
103 pr_hardcont(" | steal %d from 0x%p", id, mm); in steal_context_smp()
106 mm->context.id = MMU_NO_CONTEXT; in steal_context_smp()
116 __set_bit(id, stale_map[i]); in steal_context_smp()
119 return id; in steal_context_smp()
139 static unsigned int steal_context_up(unsigned int id) in steal_context_up() argument
[all …]
/linux-3.3/arch/arm/plat-omap/
Dmcbsp.c32 #define omap_mcbsp_check_valid_id(id) (id < omap_mcbsp_count) argument
33 #define id_to_mcbsp_ptr(id) mcbsp_ptr[id]; argument
83 static void omap_mcbsp_dump_reg(u8 id) in omap_mcbsp_dump_reg() argument
85 struct omap_mcbsp *mcbsp = id_to_mcbsp_ptr(id); in omap_mcbsp_dump_reg()
87 dev_dbg(mcbsp->dev, "**** McBSP%d regs ****\n", mcbsp->id); in omap_mcbsp_dump_reg()
159 void omap_mcbsp_config(unsigned int id, const struct omap_mcbsp_reg_cfg *config) in omap_mcbsp_config() argument
163 if (!omap_mcbsp_check_valid_id(id)) { in omap_mcbsp_config()
164 printk(KERN_ERR "%s: Invalid id (%d)\n", __func__, id + 1); in omap_mcbsp_config()
167 mcbsp = id_to_mcbsp_ptr(id); in omap_mcbsp_config()
170 mcbsp->id, mcbsp->phys_base); in omap_mcbsp_config()
[all …]
/linux-3.3/drivers/scsi/aic7xxx/
Daic7xxx_osm_pci.c39 * $Id: //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c#47 $
47 #define ID(x) ID_C(x, PCI_CLASS_STORAGE_SCSI) macro
51 ID(ID_AHA_2902_04_10_15_20C_30C),
53 ID(ID_AHA_2930CU),
54 ID(ID_AHA_1480A & ID_DEV_VENDOR_MASK),
55 ID(ID_AHA_2940AU_0 & ID_DEV_VENDOR_MASK),
56 ID(ID_AHA_2940AU_CN & ID_DEV_VENDOR_MASK),
57 ID(ID_AHA_2930C_VAR & ID_DEV_VENDOR_MASK),
59 ID(ID_AHA_2940),
60 ID(ID_AHA_3940),
[all …]
/linux-3.3/drivers/infiniband/core/
Dcma.c108 struct rdma_cm_id id; member
157 struct rdma_id_private *id; member
165 struct rdma_id_private *id; member
171 struct rdma_id_private *id; member
277 id_priv->id.device = cma_dev->device; in cma_attach_to_dev()
278 id_priv->id.route.addr.dev_addr.transport = in cma_attach_to_dev()
314 switch (id_priv->id.ps) { in cma_set_qkey()
319 ib_addr_get_mgid(&id_priv->id.route.addr.dev_addr, &rec.mgid); in cma_set_qkey()
320 ret = ib_sa_get_mcmember_rec(id_priv->id.device, in cma_set_qkey()
321 id_priv->id.port_num, &rec.mgid, in cma_set_qkey()
[all …]
/linux-3.3/drivers/regulator/
Dmc13xxx-regulator-core.c35 int id = rdev_get_id(rdev); in mc13xxx_regulator_enable() local
38 dev_dbg(rdev_get_dev(rdev), "%s id: %d\n", __func__, id); in mc13xxx_regulator_enable()
41 ret = mc13xxx_reg_rmw(priv->mc13xxx, mc13xxx_regulators[id].reg, in mc13xxx_regulator_enable()
42 mc13xxx_regulators[id].enable_bit, in mc13xxx_regulator_enable()
43 mc13xxx_regulators[id].enable_bit); in mc13xxx_regulator_enable()
53 int id = rdev_get_id(rdev); in mc13xxx_regulator_disable() local
56 dev_dbg(rdev_get_dev(rdev), "%s id: %d\n", __func__, id); in mc13xxx_regulator_disable()
59 ret = mc13xxx_reg_rmw(priv->mc13xxx, mc13xxx_regulators[id].reg, in mc13xxx_regulator_disable()
60 mc13xxx_regulators[id].enable_bit, 0); in mc13xxx_regulator_disable()
70 int ret, id = rdev_get_id(rdev); in mc13xxx_regulator_is_enabled() local
[all …]
/linux-3.3/drivers/isdn/hardware/eicon/
Ddebug.c17 static void DI_format (int do_lock, word id, int type, char *format, va_list argument_list);
18 static void DI_format_locked (word id, int type, char *format, va_list argument_list);
19 static void DI_format_old (word id, char *format, va_list ap) { } in DI_format_old() argument
20 static void DiProcessEventLog (unsigned short id, unsigned long msgID, va_list ap) { } in DiProcessEventLog() argument
21 static void single_p (byte * P, word * PLength, byte Id);
378 int id, free_id = -1, best_id = 0; in DI_register() local
387 ((hDbg->id == 0) && (((_OldDbgHandle_ *)hDbg)->id == -1)) || in DI_register()
394 for (id = 1; id < ARRAY_SIZE(clients); id++) { in DI_register()
395 if (clients[id].hDbg == hDbg) { in DI_register()
402 if (clients[id].hDbg) { /* slot is busy */ in DI_register()
[all …]
/linux-3.3/net/netfilter/ipset/
Dip_set_list_set.c26 ip_set_id_t id; member
30 ip_set_id_t id; member
44 list_set_elem(const struct list_set *map, u32 id) in list_set_elem() argument
46 return (struct set_elem *)((void *)map->members + id * map->dsize); in list_set_elem()
50 list_set_telem(const struct list_set *map, u32 id) in list_set_telem() argument
52 return (struct set_telem *)((void *)map->members + id * map->dsize); in list_set_telem()
56 list_set_timeout(const struct list_set *map, u32 id) in list_set_timeout() argument
58 const struct set_telem *elem = list_set_telem(map, id); in list_set_timeout()
64 list_set_expired(const struct list_set *map, u32 id) in list_set_expired() argument
66 const struct set_telem *elem = list_set_telem(map, id); in list_set_expired()
[all …]
/linux-3.3/sound/isa/ad1816a/
Dad1816a.c46 static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */ variable
59 module_param_array(id, charp, NULL, 0444);
60 MODULE_PARM_DESC(id, "ID string for ad1816a based soundcard.");
73 { .id = "ADS7150", .devs = { { .id = "ADS7150" }, { .id = "ADS7151" } } },
75 { .id = "ADS7180", .devs = { { .id = "ADS7180" }, { .id = "ADS7181" } } },
77 { .id = "ADS7181", .devs = { { .id = "ADS7180" }, { .id = "ADS7181" } } },
79 { .id = "AZT1022", .devs = { { .id = "AZT1018" }, { .id = "AZT2002" } } },
81 { .id = "LWC1061", .devs = { { .id = "ADS7180" }, { .id = "ADS7181" } } },
83 { .id = "MDK1605", .devs = { { .id = "ADS7180" }, { .id = "ADS7181" } } },
85 { .id = "SMM7180", .devs = { { .id = "ADS7180" }, { .id = "ADS7181" } } },
[all …]
/linux-3.3/drivers/macintosh/
Dadbhid.c19 * - All standard Apple Extended protocol (handler ID 4)
211 int id; member
236 static void init_trackpad(int id);
237 static void init_trackball(int id);
238 static void init_turbomouse(int id);
239 static void init_microspeed(int id);
240 static void init_ms_a3(int id);
267 int id = (data[0] >> 4) & 0x0f; in adbhid_keyboard_input() local
269 if (!adbhid[id]) { in adbhid_keyboard_input()
270 printk(KERN_ERR "ADB HID on ID %d not yet registered, packet %#02x, %#02x, %#02x, %#02x\n", in adbhid_keyboard_input()
[all …]
/linux-3.3/drivers/pnp/
Ddriver.c2 * driver.c - device id matching, driver model, etc.
28 int compare_pnp_id(struct pnp_id *pos, const char *id) in compare_pnp_id() argument
30 if (!pos || !id || (strlen(id) != 7)) in compare_pnp_id()
32 if (memcmp(id, "ANYDEVS", 7) == 0) in compare_pnp_id()
35 if (memcmp(pos->id, id, 3) == 0) in compare_pnp_id()
36 if (compare_func(pos->id, id) == 1) in compare_pnp_id()
51 while (*drv_id->id) { in match_device()
52 if (compare_pnp_id(dev->id, drv_id->id)) in match_device()
238 * pnp_add_id - adds an EISA id to the specified device
240 * @id: pointer to an EISA id string
[all …]

12345678910>>...240