Searched defs:operation (Results 1 - 24 of 24) sorted by relevance

/drivers/media/dvb/dvb-usb/
H A Dau6610.c31 static int au6610_usb_msg(struct dvb_usb_device *d, u8 operation, u8 addr, argument
60 ret = usb_control_msg(d->udev, usb_rcvctrlpipe(d->udev, 0), operation,
66 switch (operation) {
/drivers/net/wireless/prism54/
H A Dislpci_mgt.c71 pimfor_encode_header(int operation, u32 oid, u32 length, pimfor_header_t *h) argument
74 h->operation = operation;
160 * Create and transmit a management frame using "operation" and "oid",
167 islpci_mgt_transmit(struct net_device *ndev, int operation, unsigned long oid, argument
200 pimfor_encode_header(operation, oid, length, (pimfor_header_t *) p);
213 h->operation, oid, h->device_id, h->flags, length);
340 header->operation, header->oid, header->device_id,
378 if (header->operation == PIMFOR_OP_TRAP) {
450 int operation, unsigne
449 islpci_mgt_transaction(struct net_device *ndev, int operation, unsigned long oid, void *senddata, int sendlen, struct islpci_mgmtframe **recvframe) argument
[all...]
H A Dislpci_mgt.h99 u8 operation; member in struct:__anon3693
129 int operation, unsigned long oid,
/drivers/hv/
H A Dhv_kvp.c86 kvp_msg->kvp_hdr.operation = KVP_OP_REGISTER;
114 switch (message->kvp_hdr.operation) {
141 __u8 operation = kvp_transaction.kvp_msg->kvp_hdr.operation; local
154 message->kvp_hdr.operation = operation;
169 switch (message->kvp_hdr.operation) {
310 switch (kvp_transaction.kvp_msg->kvp_hdr.operation) {
/drivers/s390/block/
H A Ddasd_fba.h31 } __attribute__ ((packed)) operation; member in struct:LO_fba_data
H A Ddasd_eckd.h125 unsigned char operation:3; /* Operation mode */ member in struct:DE_eckd_data::__anon3893
146 unsigned char operation:6; member in struct:LO_eckd_data::__anon3894
147 } __attribute__ ((packed)) operation; member in struct:LO_eckd_data
164 unsigned char operation:6; member in struct:LRE_eckd_data::__anon3896
165 } __attribute__ ((packed)) operation; member in struct:LRE_eckd_data
/drivers/block/xen-blkback/
H A Dcommon.h80 uint8_t operation; /* BLKIF_OP_??? */ member in struct:blkif_x86_32_request
91 uint8_t operation; /* copied from request */ member in struct:blkif_x86_32_response
116 uint8_t operation; /* BLKIF_OP_??? */ member in struct:blkif_x86_64_request
125 uint8_t operation; /* copied from request */ member in struct:blkif_x86_64_response
242 dst->operation = src->operation;
243 switch (src->operation) {
273 dst->operation = src->operation;
274 switch (src->operation) {
[all...]
H A Dblkback.c78 unsigned short operation; member in struct:pending_req
170 int operation)
175 if ((operation != READ) && vbd->readonly)
362 if (pending_req->operation != BLKIF_OP_READ)
420 make_response(blkif, req->u.discard.id, req->operation, status);
449 if ((pending_req->operation == BLKIF_OP_FLUSH_DISKCACHE) &&
454 } else if ((pending_req->operation == BLKIF_OP_WRITE_BARRIER) &&
460 pr_debug(DRV_PFX "Buffer not up-to-date at end of operation,"
473 pending_req->operation, pending_req->status);
546 if (unlikely(req.operation
169 xen_vbd_translate(struct phys_req *req, struct xen_blkif *blkif, int operation) argument
590 int operation; local
[all...]
/drivers/message/i2o/
H A Di2o_block.c609 u8 operation; local
628 operation = 0x21;
630 operation = 0x24;
632 i2o_block_device_power(dev, operation);
/drivers/pci/hotplug/
H A Dcpqphp_nvram.c169 static u32 access_EV (u16 operation, u8 *ev_name, u8 *buffer, u32 *buf_size) argument
172 int op = operation;
/drivers/block/
H A Dxd.c392 static int xd_readwrite (u_char operation,XD_INFO *p,char *buffer,u_int block,u_int count) argument
402 printk("xd_readwrite: operation = %s, drive = %d, buffer = 0x%X, block = %d, count = %d\n",operation == READ ? "read" : "write",drive,buffer,block,count);
423 mode = xd_setup_dma(operation == READ ? DMA_MODE_READ : DMA_MODE_WRITE,(u_char *)(xd_dma_buffer),temp * 0x200);
431 xd_build(cmdblk,operation == READ ? CMD_READ : CMD_WRITE,drive,head,cylinder,sector,temp & 0xFF,control);
435 printk("xd%c: %s timeout, recalibrating drive\n",'a'+drive,(operation == READ ? "read" : "write"));
441 printk("xd%c: %s - ",'a'+drive,(operation == READ ? "reading" : "writing"));
/drivers/i2c/busses/
H A Di2c-nomadik.c114 /* operation */
127 * @operation: current I2C operation
134 enum i2c_operation operation; member in struct:i2c_nmk_client
203 * operation takes several cycles before to be completed.
221 "flushing operation timed out giving up after %d attempts",
267 dev->cli.operation = I2C_NO_OPERATION;
273 /* enable peripheral, master mode operation */
291 /* check the operation, master read/write? */
292 if (dev->cli.operation
[all...]
/drivers/net/wireless/rtlwifi/rtl8192se/
H A Dphy.c239 u8 operation)
245 switch (operation) {
254 "Unknown operation\n");
1446 /* Clear FW CMD operation flag. */
238 rtl92s_phy_scan_operation_backup(struct ieee80211_hw *hw, u8 operation) argument
/drivers/gpu/drm/exynos/
H A Dexynos_hdmi.c1817 /* operation mode */
1840 u8 operation[2]; local
1865 /* operation mode */
1866 operation[0] = 0x1f;
1867 operation[1] = 0x80;
1869 ret = i2c_master_send(hdata->hdmiphy_port, operation, 2);
/drivers/isdn/capi/
H A Dcapidrv.c1491 unsigned short operation; member in struct:internal_bchannelinfo
/drivers/net/wireless/rtlwifi/rtl8192c/
H A Dphy_common.c616 void rtl92c_phy_scan_operation_backup(struct ieee80211_hw *hw, u8 operation) argument
623 switch (operation) {
639 "Unknown Scan Backup operation\n");
/drivers/pcmcia/
H A Dti113x.h747 static int ti12xx_power_hook(struct pcmcia_socket *sock, int operation) argument
754 if ((operation != HOOK_POWER_PRE) && (operation != HOOK_POWER_POST))
782 if (operation == HOOK_POWER_PRE)
803 if (operation == HOOK_POWER_PRE)
812 if (operation == HOOK_POWER_PRE)
824 if (operation == HOOK_POWER_PRE)
834 if (operation == HOOK_POWER_PRE)
/drivers/scsi/
H A Dstorvsc_drv.c156 /* Requested operation type */
157 enum vstor_packet_operation operation; member in struct:vstor_packet
652 vstor_packet->operation = VSTOR_OPERATION_BEGIN_INITIALIZATION;
669 if (vstor_packet->operation != VSTOR_OPERATION_COMPLETE_IO ||
676 vstor_packet->operation = VSTOR_OPERATION_QUERY_PROTOCOL_VERSION;
701 if (vstor_packet->operation != VSTOR_OPERATION_COMPLETE_IO ||
707 vstor_packet->operation = VSTOR_OPERATION_QUERY_PROPERTIES;
727 if (vstor_packet->operation != VSTOR_OPERATION_COMPLETE_IO ||
736 vstor_packet->operation = VSTOR_OPERATION_END_INITIALIZATION;
754 if (vstor_packet->operation !
[all...]
H A Dibmmca.c56 /* driver debugging - #undef all for normal operation */
856 unsigned int operation)
867 imm_cmd |= (unsigned long) ((operation & 1) << 23);
876 imm_cmd |= (unsigned long) ((operation & 1) << 23);
854 immediate_assign(struct Scsi_Host *shpnt, unsigned int pun, unsigned int lun, unsigned int ldn, unsigned int operation) argument
/drivers/staging/sep/
H A Dsep_crypto.h205 enum des_op_mode operation; member in struct:sep_des_internal_context
286 * us during operation to operation, so all
/drivers/usb/misc/sisusbvga/
H A Dsisusb.h285 __u8 operation; /* see below */ member in struct:sisusb_command
286 __u8 data0; /* operation dependent */
287 __u8 data1; /* operation dependent */
288 __u8 data2; /* operation dependent */
289 __u32 data3; /* operation dependent */
/drivers/isdn/hardware/eicon/
H A Ddivasync.h127 int operation; member in struct:_diva_xdi_dma_descriptor_operation
/drivers/net/ethernet/neterion/vxge/
H A Dvxge-config.c193 * 1sec and sleep for 10ms until the firmware operation has completed
1411 * and offset and perform an operation
1415 u32 operation, u32 offset, u64 *stat)
1428 val64 = VXGE_HW_XMAC_STATS_ACCESS_CMD_OP(operation) |
1436 if ((status == VXGE_HW_OK) && (operation == VXGE_HW_STATS_OP_READ))
1695 * and offset and perform an operation
1700 u32 operation, u32 location, u32 offset, u64 *stat)
1710 val64 = VXGE_HW_XMAC_STATS_SYS_CMD_OP(operation) |
1720 if ((status == VXGE_HW_OK) && (operation == VXGE_HW_STATS_OP_READ))
2759 * This function resets the ring during vpath reset operation
1414 __vxge_hw_vpath_stats_access(struct __vxge_hw_virtualpath *vpath, u32 operation, u32 offset, u64 *stat) argument
1699 vxge_hw_mrpcim_stats_access(struct __vxge_hw_device *hldev, u32 operation, u32 location, u32 offset, u64 *stat) argument
[all...]
/drivers/net/wireless/rtlwifi/rtl8192de/
H A Dphy.c1044 void rtl92d_phy_scan_operation_backup(struct ieee80211_hw *hw, u8 operation) argument
1051 switch (operation) {
1066 "Unknown Scan Backup operation\n");

Completed in 602 milliseconds