Searched defs:other (Results 1 - 14 of 14) sorted by relevance

/drivers/base/
H A Ddriver.c225 struct device_driver *other; local
235 other = driver_find(drv->name, drv->bus);
236 if (other) {
237 put_driver(other);
/drivers/ide/
H A Dns87415.c126 unsigned int bit, other, new, *old = (unsigned int *) hwif->select_data; local
142 other = 1 << (20 + (1 - (drive->dn & 1)) + (hwif->channel << 1));
143 new = use_dma ? ((new & ~other) | bit) : (new & ~bit);
/drivers/gpu/drm/i915/
H A Dintel_ringbuffer.h124 struct intel_ring_buffer *other)
134 idx = (other - ring) - 1;
123 intel_ring_sync_index(struct intel_ring_buffer *ring, struct intel_ring_buffer *other) argument
/drivers/isdn/mISDN/
H A Ddsp_cmx.c36 * other but will not receive their own speech (echo) if not enabled.
40 * - Force mixing of transmit data with other crossconnect/conference members.
97 * Interaction with other features:
1307 struct dsp *member, *other; local
1454 /* "other" becomes other party */
1455 other = (list_entry(conf->mlist.next,
1457 if (other == member)
1458 other = (list_entry(conf->mlist.prev,
1460 o_q = other
[all...]
/drivers/mtd/
H A Dmtdcore.c573 struct mtd_info *ret = NULL, *other; local
579 mtd_for_each_device(other) {
580 if (other == mtd) {
637 struct mtd_info *mtd = NULL, *other; local
641 mtd_for_each_device(other) {
642 if (!strcmp(name, other->name)) {
643 mtd = other;
/drivers/firewire/
H A Dcore-transaction.c339 * the firewire-core specific %RCODE_SEND_ERROR. The other firewire-core
345 * than when the request packet actually hits the wire. On the other hand,
567 struct fw_address_handler *other; local
583 other = NULL;
585 other = lookup_overlapping_address_handler
588 if (other != NULL) {
589 handler->offset += other->length;
/drivers/isdn/icn/
H A Dicn.h138 struct icn_card *other; /* Pointer to other card for ICN4B */ member in struct:icn_card
/drivers/net/wireless/bcmdhd/
H A Ddhd_wlfc.h19 * software in any way with any other Broadcom software provided under a license
20 * other than the GPL, without Broadcom's express prior written consent.
227 /* Credit borrow counts for each FIFO from each of the other FIFOs */
241 wlfc_mac_descriptor_t other; member in struct:athost_wl_status_info::__anon3197
/drivers/atm/
H A Dhorizon.c75 Some inspiration taken from other drivers by:
244 other TX component can only be entered when tx_busy is false
878 u16 other = vc^(RX_CHANS/2); local
880 SELECT_RX_CHANNEL (dev, other);
898 SELECT_RX_CHANNEL (dev, other);
964 PRINTD (DBG_RX|DBG_WARN, "RX error: other PCI Bus Master RX still in progress!");
1130 PRINTD (DBG_TX|DBG_WARN, "TX error: other PCI Bus Master TX still in progress!");
/drivers/scsi/isci/
H A Dhost.c37 * the documentation and/or other materials provided with the
1233 * considered destructive. In other words, all current operations are wiped
1918 * Search the power_control queue to see if there are other phys
1923 u8 other = memcmp(requester->frame_rcvd.iaf.sas_addr, local
1927 if (other == 0) {
1977 u8 other; local
1980 other = memcmp(current_phy->frame_rcvd.iaf.sas_addr,
1986 other == 0) {
/drivers/staging/crystalhd/
H A Dcrystalhd_fw_if.h217 } other; member in struct:ppb
H A Dbc_dts_defs.h181 /* Bit definitions for 'other.h264.valid' field */
432 } other; member in struct:BC_PIC_INFO_BLOCK
/drivers/staging/media/easycap/
H A Deasycap_main.c195 bool ntsc, other; local
215 other = false;
243 other = true;
277 if (other) {
/drivers/md/
H A Draid5.c2582 int other; local
2583 for (other = disks; other--; ) {
2584 if (other == disk_idx)
2587 &sh->dev[other].flags))
2590 BUG_ON(other < 0);
2593 disk_idx, other);
2597 set_bit(R5_Wantcompute, &sh->dev[other].flags);
2599 sh->ops.target2 = other;
2892 * other t
[all...]

Completed in 461 milliseconds