Searched defs:get_status (Results 1 - 7 of 7) sorted by relevance

/drivers/acpi/
H A Dsysfs.c489 static int get_status(u32 index, acpi_event_status *status, function
533 result = get_status(index, &status, &handle);
576 result = get_status(index, &status, &handle);
/drivers/char/xilinx_hwicap/
H A Dxilinx_hwicap.h83 u32 (*get_status)(struct hwicap_drvdata *drvdata); member in struct:hwicap_driver_config
179 /* Meanings of the bits returned by get_status */
/drivers/net/ethernet/i825xx/
H A D3c505.c231 (get_status(addr)&ASF_PCB_MASK)
233 static inline int get_status(unsigned int base_addr) function
472 while (((stat = get_status(dev->base_addr)) & ACRF) == 0 && time_before(jiffies, timeout));
481 while (((stat = get_status(dev->base_addr)) & ACRF) == 0 && time_before(jiffies, timeout));
498 stat = get_status(dev->base_addr);
/drivers/net/wan/
H A Dwanxl.c95 static inline port_status_t* get_status(port_t *port) function
120 u32 value = get_status(port)->cable;
167 desc_t *desc = &get_status(port)->tx_descs[port->tx_in];
280 desc = &get_status(port)->tx_descs[port->tx_out];
306 if (get_status(port)->tx_descs[port->tx_out].stat != PACKET_EMPTY) {
335 get_status(port)->encoding = encoding;
336 get_status(port)->parity = parity;
358 line.clock_type = get_status(port)->clocking;
383 get_status(port)->clocking = line.clock_type;
400 if (get_status(por
[all...]
/drivers/media/dvb/dvb-core/
H A Ddvb_frontend.h221 int (*get_status)(struct dvb_frontend *fe, u32 *status); member in struct:dvb_tuner_ops
/drivers/usb/gadget/
H A Dlangwell_udc.c2087 static void get_status(struct langwell_udc *dev, u8 request_type, u16 value, function
2193 get_status(dev, setup->bRequestType, wValue, wIndex, wLength);
/drivers/platform/x86/
H A Dthinkpad_acpi.c1141 int (*get_status)(void); member in struct:tpacpi_rfk_ops
1155 status = (tp_rfk->ops->get_status)();
1266 sw_status = (tp_rfkops->get_status)();
3995 .get_status = bluetooth_get_status,
4185 .get_status = wan_get_status,
4341 .get_status = uwb_get_status,

Completed in 239 milliseconds